Enterprise location platform — geocoding, routing, maps, fleet, transit, weather
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
/geocodeForward geocoding — address to coordinates
💡 Base URL: geocode.search.hereapi.com. Use in= for country restriction.
/revgeocodeReverse geocoding — coordinates to address
💡 Base URL: revgeocode.search.hereapi.com. Use at= with lat,lon.
https://discover.search.hereapi.com/v1/discoverSearch for places by name or category near a location
💡 Different base URL (discover.search.hereapi.com). Combines text search + category search.
https://router.hereapi.com/v8/routesCalculate 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
Google Maps Platform
Industry-standard maps, geocoding, directions, places, distance matrix, Street View
Mapbox
Custom maps, geocoding, navigation, isochrones, static images — developer-friendly
OpenCage Geocoding
Forward and reverse geocoding using open data (OpenStreetMap, government sources)
ipapi
IP address geolocation API — locate any IP with city, region, country, lat/lon
ipinfo
Trusted IP geolocation, ASN, company, privacy detection, abuse contact info
Nominatim (OpenStreetMap)
Free, open-source geocoding powered by OpenStreetMap data — no API key required