# Geolocated.io API **Provider:** Geolocated.io **Category:** maps **Base URL:** `https://geolocated.io` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 3,000 req/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://geolocated.io/ ## Description Free IP Geolocation API: 2000 daily lookups, multiple servers worldwide | apikey | Yes | Yes | ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://geolocated.io/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://geolocated.io' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 3,000 req/month. Pro $9/mo (30,000 req), Business $25/mo (100,000 req). --- *Source: [API Map](https://apimap.dev/apis/geolocated-io/) — CC BY 4.0*