Operated by Neustar — United States
Neustar's UltraDNS Public offering free recursive DNS with optional threat protection. Available in unfiltered, threat protection, and family secure profiles.
Note: IP geolocation shows approximate location. Anycast IPs may have servers in multiple physical locations.
Use the free Frostbyte IP Geolocation API to look up any IP address. No signup form — get your API key instantly.
# Get geolocation for 156.154.70.1
curl "https://api-catalog-three.vercel.app/v1/agent-geo/api/geo/156.154.70.1" \
-H "Authorization: Bearer YOUR_API_KEY"{
"ip": "156.154.70.1",
"found": true,
"country": "US",
"region": null,
"city": null,
"timezone": "America/Chicago",
"latitude": 37.751,
"longitude": -97.822
}