The IP Geolocation API allows you to look up detailed information about an IP address, including country, city, ISP, connection type, coordinates, and more.
IPv4 : 18.190.219.249
IPv6 : Detecting...
ISP : AMAZON-02
Location : Columbus, United States
curl -s https://ip.imoz.io
Response
{ "ip": "18.190.219.249", "iso_code": "US", "country": "United States", "city": "Columbus", "state": "OH", "state_name": "Ohio", "postal_code": "43215", "lat": 39.9625, "lon": -83.0061, "timezone": "America\/New_York", "continent": "NA", "localizations": { "en": { "country": "United States", "state_name": "Ohio", "city": "Columbus" } }, "currency": "USD", "asn": 16509, "ips": "AMAZON-02" }
curl -s https://ip.imoz.io/8.8.8.8
Response
{ "ip": "8.8.8.8", "iso_code": "US", "country": "United States", "city": null, "state": null, "state_name": null, "postal_code": null, "lat": 37.751, "lon": -97.822, "timezone": "America\/Chicago", "continent": "NA", "localizations": { "en": { "country": "United States", "state_name": null, "city": null } }, "currency": "USD", "asn": 15169, "ips": "GOOGLE" }
Our API uses trusted data sources: