Operated by AdGuard Software — Cyprus
AdGuard DNS default server that blocks ads and trackers at the DNS level. Free to use with no registration required. Available in default, family protection, and non-filtering 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 94.140.14.14
curl "https://api-catalog-three.vercel.app/v1/agent-geo/api/geo/94.140.14.14" \
-H "Authorization: Bearer YOUR_API_KEY"{
"ip": "94.140.14.14",
"found": true,
"country": "CY",
"region": null,
"city": null,
"timezone": "Asia/Nicosia",
"latitude": 35,
"longitude": 33
}