Operated by Cisco Systems — United States
OpenDNS secondary resolver, providing redundancy alongside the primary 208.67.222.222 server. Part of Cisco's Umbrella security platform.
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 208.67.220.220
curl "https://api-catalog-three.vercel.app/v1/agent-geo/api/geo/208.67.220.220" \
-H "Authorization: Bearer YOUR_API_KEY"{
"ip": "208.67.220.220",
"found": true,
"country": "US",
"region": null,
"city": null,
"timezone": "America/Chicago",
"latitude": 37.751,
"longitude": -97.822
}