Skip to main content

Isochrone API

Reachable area within a time limit (drive time polygon).

Endpoint

GET /v1/isochrone

Parameters

ParameterTypeRequiredDescription
originstringYeslat,lng
time_limitintNoMinutes (default: 15)
vehicle_typestringNocar, bike, motorbike, pedestrian

Example

curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://map.arohon.co/v1/isochrone?origin=23.81,90.41&time_limit=15&vehicle_type=car"