Operated by Cloudflare Inc. — Australia
Cloudflare's secondary DNS resolver, providing redundancy alongside 1.1.1.1. This anycast address routes to Cloudflare's global network of 300+ data centers.
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 1.0.0.1
curl "https://api-catalog-three.vercel.app/v1/agent-geo/api/geo/1.0.0.1" \
-H "Authorization: Bearer YOUR_API_KEY"{
"ip": "1.0.0.1",
"found": true,
"country": "AU",
"region": null,
"city": null,
"timezone": "Australia/Sydney",
"latitude": -33.494,
"longitude": 143.2104
}