HERE
active

Enterprise location platform — geocoding, routing, maps, fleet, transit, weather

maps-locationAPI KeyFREEMIUM
🤖 00 ↓  |  👤 00
Official Documentation

Connect via PincerAPI

Use our proxy to call HERE with your PincerAPI key. No separate signup needed.

# Get instructions for HERE
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  https://pincerapi.com/api/v1/apis/here/instructions

# Call through PincerAPI proxy
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  "https://pincerapi.com/api/v1/connect/here/your/endpoint/here"

Direct Setup

Endpoints

GET/geocode

Forward geocoding — address to coordinates

💡 Base URL: geocode.search.hereapi.com. Use in= for country restriction.

GET/revgeocode

Reverse geocoding — coordinates to address

💡 Base URL: revgeocode.search.hereapi.com. Use at= with lat,lon.

GEThttps://discover.search.hereapi.com/v1/discover

Search for places by name or category near a location

💡 Different base URL (discover.search.hereapi.com). Combines text search + category search.

GEThttps://router.hereapi.com/v8/routes

Calculate routes between two or more points

💡 Different base URL (router.hereapi.com). return= controls what's included. Supports truck routing with vehicle params.

Related APIs in maps-location