Operated by Cloudflare Inc. — United States
Cloudflare's public DNS resolver, launched in 2018. Known as the fastest public DNS resolver, with a focus on privacy. Cloudflare does not log DNS queries to disk.
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.1.1.1
curl "https://api-catalog-three.vercel.app/v1/agent-geo/api/geo/1.1.1.1" \
-H "Authorization: Bearer YOUR_API_KEY"{
"ip": "1.1.1.1",
"found": true,
"country": "US",
"region": null,
"city": null,
"timezone": null,
"latitude": null,
"longitude": null
}