# keycdn IP Location Finder API **Provider:** keycdn IP Location Finder **Category:** maps **Base URL:** `https://tools.keycdn.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 1K req/hour (free with CDN account) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://tools.keycdn.com/geo ## Description Get the IP geolocation data through the simple REST API. All the responses are JSON encoded ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://tools.keycdn.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://tools.keycdn.com' ``` ## Sample Response ```json {} ``` ## Pricing Details KeyCDN IP location API. Free with KeyCDN account. IP geolocation data for CDN and network routing purposes. KeyCDN CDN from $0.04/GB. --- *Source: [API Map](https://apimap.dev/apis/keycdn-ip-location-finder/) — CC BY 4.0*