OSRMRoute

OSRM Isochrones API

Visual Analytics

Hosted OSRM (Open Source Routing Machine) — production-ready API, no self-hosting.

Analyze travel time with reachability maps. Generate custom coverage polygons for any point, tailored to transport mode and road preferences.

Overview

The Isochrone API draws reachability polygons: the area you can reach from a point within a given time budget. Feed it a location and a time limit and it returns a polygon (a coverage area) tailored to the transport mode. Use it for site selection, delivery-zone planning, catchment analysis and 'what's within 15 minutes' features.

API reference

GET/api/1/isochrone
ParameterTypeStatus
pointstringRequired
time_limitintegerOptional

Example request

Credit cost: 5 credits
curl "https://osrmroute.com/api/1/isochrone?point=40.4093,49.8671&time_limit=600&key=YOUR_KEY"

Other services