Operated by Quad9 — Berkeley, CA, United States
Quad9 is a free, recursive DNS platform that provides security and privacy protections. It blocks access to known malicious domains using threat intelligence from 20+ partners.
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 9.9.9.9
curl "https://api-catalog-three.vercel.app/v1/agent-geo/api/geo/9.9.9.9" \
-H "Authorization: Bearer YOUR_API_KEY"{
"ip": "9.9.9.9",
"found": true,
"country": "US",
"region": "CA",
"city": "Berkeley",
"timezone": "America/Los_Angeles",
"latitude": 37.8767,
"longitude": -122.2676
}