Operated by Verisign Inc. — United States
Verisign's free public DNS resolution service that provides stability, security, and privacy. Operated by the registry operator for .com and .net domains.
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 64.6.64.6
curl "https://api-catalog-three.vercel.app/v1/agent-geo/api/geo/64.6.64.6" \
-H "Authorization: Bearer YOUR_API_KEY"{
"ip": "64.6.64.6",
"found": true,
"country": "US",
"region": null,
"city": null,
"timezone": "America/Chicago",
"latitude": 37.751,
"longitude": -97.822
}