v4 (Latest)
cURL
curl --request GET \ --url https://api.ricardoneud.com/v4/tools/geo-ip \ --header 'Basic: <api-key>' \ --header 'X-IP: <x-ip>'
200
example
{ "ip": "8.8.8.8", "country": "US", "region": "California", "city": "Mountain View", "latitude": 37.386, "longitude": -122.084}
This documentation allows you to retrieve geolocation information for a given IP address. The response will include details such as country, region, city, latitude, longitude, ISP, and other relevant network data.
Was this page helpful?