Operated by Google LLC — United States
Google's primary public DNS resolver, one of the most used DNS servers globally. Launched in 2009 as part of Google's effort to make the internet faster and more secure.
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 8.8.8.8
curl "https://api-catalog-three.vercel.app/v1/agent-geo/api/geo/8.8.8.8" \
-H "Authorization: Bearer YOUR_API_KEY"{
"ip": "8.8.8.8",
"found": true,
"country": "US",
"region": null,
"city": null,
"timezone": "America/Chicago",
"latitude": 37.751,
"longitude": -97.822
}