# HERE Maps API API **Provider:** HERE Maps API **Category:** maps **Base URL:** `https://developer.here.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 250,000 req/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developer.here.com/ ## Description HERE Maps API API. See documentation for full details. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developer.here.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developer.here.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Freemium. Free: 250,000 req/month. Paid from $9/mo (500K req). REST APIs for routing, geocoding, maps. --- *Source: [API Map](https://apimap.dev/apis/here-maps-api/) — CC BY 4.0*