Operated by CleanBrowsing — United States
CleanBrowsing security filter DNS that blocks phishing, spam, malware, and malicious domains. Available in security, adult, and family filter 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 185.228.168.9
curl "https://api-catalog-three.vercel.app/v1/agent-geo/api/geo/185.228.168.9" \
-H "Authorization: Bearer YOUR_API_KEY"{
"ip": "185.228.168.9",
"found": true,
"country": "US",
"region": null,
"city": null,
"timezone": "America/Chicago",
"latitude": 37.751,
"longitude": -97.822
}