Pricing
$0.75 per 1 000

Routes that respect the bridge height.

Truck profiles carry weight, axles, hazmat class and dimensions into the road graph, so the route you get is one the vehicle can legally drive. Departure time pulls live and historical traffic into the estimate.

Free
5K
HERE list
$1.50
ApiNavi
$0.75
Endpoints
4

Four transport modes, one contract

Car, truck, bicycle and pedestrian share the same request shape. Switching modes is one parameter, not a different product with a different price.

Matrices up to 250 000 pairs

500 × 500 origin-destination pairs in a single call, billed per request rather than per cell. Fleet dispatch does not need to be an enterprise line item.

Isolines by time, distance or charge

Reachability polygons for delivery zones, catchment analysis and EV range, including consumption models that account for elevation.

Try it now

Endpoints

The sandbox answers without a key. Response shapes are the documented ones.

curl -sG "https://api.apinavi.com/v1/routes" \
  -H "Authorization: Bearer $APINAVI_KEY" \
  -d "origin=52.5296,13.4030" \
  -d "destination=52.5170,13.3889"
ResponseSandbox data

Parameters

EndpointParametersRequest
/v1/routesGETorigin52.5296,13.4030
destination52.5170,13.3889
transportModecar · truck · bike · pedestrian · scootertruck
departureTimeenables live + historical traffic2026-07-27T08:30:00Z
returnpolyline,summary,actions
/v1/matrixPOSTorigins[{lat,lng} × 500]
destinations[{lat,lng} × 500]
regionDefinitionworld
/v1/isolinesGETorigin48.8566,2.3522
range[type]time · distance · consumptiontime
range[values]600,1200,1800
/v1/toursPOSTfleetvehicle types, shifts, capacities
planjobs with time windows
objectivesminimise cost, then lateness
What this costs

All ten billed services

Free allowance first, then the ladder. HERE's published rate is shown struck through.

ServiceFree / monthHERE listApiNavi
RoutingDoor-to-door routes for car, truck, bike and foot.5K$1.50$0.75
Matrix routingUp to 250 000 origin–destination pairs per call.2.5K$5.00$2.50
IsolinesReachability by time, distance or charge.2.5K$1.50$0.75
Tour planningFleet-wide optimisation with shifts and capacities.500$34.98$17.49

Limits that matter

  • Route: 200 waypoints per request
  • Matrix: 500 × 500 synchronous, larger sizes async
  • Tour planning: 2 000 jobs and 500 vehicles per optimisation

Coming from HERE? The parameter map is one page away. Read the HERE migration guide

Questions

Is traffic included in the routing price?

Live traffic on a route is included in the routing call. Querying the traffic layer directly — flow and incidents in an area — meters separately at $1.25 per 1 000.

Do you return the same polyline format as HERE?

Yes, flexible polyline by default, with GeoJSON available through a return parameter.