Operated by Control D — Canada
Control D is a customizable DNS service that allows you to block ads, trackers, and malware. Offers both free and premium tiers with granular control over blocked categories.
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 76.76.2.0
curl "https://api-catalog-tau.vercel.app/v1/agent-geo/api/geo/76.76.2.0" \
-H "Authorization: Bearer YOUR_API_KEY"{
"ip": "76.76.2.0",
"found": true,
"country": "CA",
"region": null,
"city": null,
"timezone": "America/Toronto",
"latitude": 43.6319,
"longitude": -79.3716
}