# LocationIQ API **Provider:** LocationIQ **Category:** maps **Base URL:** `https://locationiq.org` **Auth:** api-key โ€” `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 2 req/s (free) ยท Up to 500 req/s (paid) **Free Tier:** Yes โ€” available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://locationiq.org/docs/ ## Description Provides forward/reverse geocoding and batch geocoding ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://locationiq.org/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://locationiq.org' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 5,000 requests/day (2 req/s). Paygo $0.50/1K requests. Petite $49/mo (10K req/day, 15 req/s). Standard $149/mo (50K req/day). Plus $399/mo. --- *Source: [API Map](https://apimap.dev/apis/locationiq/) โ€” CC BY 4.0*