Operated by Google LLC — United States
Google's secondary public DNS resolver, providing redundancy for the primary 8.8.8.8 server. Both are anycast addresses served from data centers worldwide.
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.4.4
curl "https://api-catalog-three.vercel.app/v1/agent-geo/api/geo/8.8.4.4" \
-H "Authorization: Bearer YOUR_API_KEY"{
"ip": "8.8.4.4",
"found": true,
"country": "US",
"region": null,
"city": null,
"timezone": "America/Chicago",
"latitude": 37.751,
"longitude": -97.822
}