Geocoding — entry 034 of 80
HERE Maps
HERE's Geocoding & Search API turns addresses, place names, and points of interest into coordinates and back, drawing on HERE Technologies' own global map dataset rather than reselling another provider's data. The same JSON REST interface also exposes autosuggest/autocomplete, reverse geocoding, and administrative-boundary lookups, authenticated with a project API key. A free Base Plan covers initial development, with paid volume tiers negotiated directly through HERE's sales team.
GreatAPIs Score
Auth quickstart
- Get a key at the provider
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Try it
Developer reference
https://geocode.search.hereapi.com/v1Free tier includes a monthly transaction allowance (exact quota shown after signup in the HERE dashboard, not published on the marketing site)
- GET/geocode
- GET/revgeocode