HERE Maps
Create/customize digital maps based on HERE Maps data
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Geocoding
- Documentation / URL
- https://developer.here.com
Overview
HERE is a major mapping platform — geocoding, routing, map tiles, and search via its REST APIs. Auth is an API key (an invalid key returns 401, verified).
Quick Start
Geocoding (replace YOUR_KEY):
curl "https://geocode.search.hereapi.com/v1/geocode?q=paris&apiKey=YOUR_KEY"
{
"items": [
{
"title": "Paris, France",
"id": "here:cm:namedplace:...",
"position": { "lat": 48.8566, "lng": 2.3522 },
"address": { "city": "Paris", "countryName": "France" }
}
]
}
Routing:
curl "https://router.hereapi.com/v8/routes?transportMode=car&origin=48.85,2.35&destination=48.9,2.4&apiKey=YOUR_KEY"
Search:
curl "https://discover.search.hereapi.com/v1/discover?q=coffee&at=48.85%2C2.35&apiKey=YOUR_KEY"
Authentication
- Register at developer.here.com → create a project → get an API key (or OAuth for enterprise).
- Send it as the
apiKeyquery parameter (invalid key → 401, verified).
Rate Limits & Notes
- Free tier: generous monthly allowances for geocoding/routing (check the dashboard — ~250k geocodes/month on the free plan for personal use); paid scales.
- Endpoints:
geocode.search.hereapi.com(geocode),router.hereapi.com(routes),discover.search.hereapi.com(search),vector.hereapi.com(tiles). here:cm:...IDs are stable place identifiers.
FAQ
Is HERE Maps free? Free tier with monthly allowances; heavy use is paid.
How do I get a key? developer.here.com → create a project → API key.
What APIs are there? Geocoding, routing, search, and map tiles.
More in Geocoding
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| Actinia Grass GIS Actinia is an open source REST API for geographical data that uses GRASS GIS | API Key | Yes | Unknown | ↗ |
| administrative-divisons-db Get all administrative divisions of a country | No auth | Yes | Yes | ↗ |
| adresse.data.gouv.fr Address database of France, geocoding and reverse | No auth | Yes | Unknown | ↗ |
| Airtel IP IP Geolocation API. Collecting data from multiple sources | No auth | Yes | Unknown | ↗ |
| Apiip Get location information by IP address | API Key | Yes | Yes | ↗ |