Operated by Cisco Systems — Wright City, MO, United States
OpenDNS primary resolver, now operated by Cisco. Provides DNS resolution with optional content filtering and phishing protection. Used by millions of users and enterprises.
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.222.222
curl "https://api-catalog-three.vercel.app/v1/agent-geo/api/geo/208.67.222.222" \
-H "Authorization: Bearer YOUR_API_KEY"{
"ip": "208.67.222.222",
"found": true,
"country": "US",
"region": "MO",
"city": "Wright City",
"timezone": "America/Chicago",
"latitude": 38.811,
"longitude": -91.0332
}