Isochrones API
Visual AnalyticsAnalyze 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| Parameter | Type | Status |
|---|---|---|
| point | string | Required |
| time_limit | integer | Optional |
Example request
Credit cost: 5 creditscurl "https://osrmroute.com/api/1/isochrone?point=40.4093,49.8671&time_limit=600&key=YOUR_KEY"