v1

latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KB
Routing | Route

Calculate route between two points.

Calculates the optimal route distance in meters and driving time in seconds between a start and end coordinate.

get/route/calculate

Query parameters

startLatLngstring required
Example:52.37652038909364 7.605081948346127

The geo-coordinates of the starting point of the route.

endLatLngstring required
Example:52.37652038909364 7.605081948346127

The geo-coordinates of the end point of the route.

Response

Success Response:

distancenumber

The distance of the route in meters.

drivingTimenumber

The duration of the route in seconds.