Operated by Yandex LLC — Russia
Yandex's public DNS service offering basic resolution. Available in basic, safe (blocks malware), and family (blocks adult content) modes.
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 77.88.8.8
curl "https://api-catalog-three.vercel.app/v1/agent-geo/api/geo/77.88.8.8" \
-H "Authorization: Bearer YOUR_API_KEY"{
"ip": "77.88.8.8",
"found": true,
"country": "RU",
"region": null,
"city": null,
"timezone": "Europe/Moscow",
"latitude": 55.7386,
"longitude": 37.6068
}