OSRM Isochrones API
Visual AnalyticsHosted 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| 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"
Other services
Routing APIRoute Optimization APIGeocoding APIPlaces APIMatrix APIMap Matching APINearest APITrip API (TSP)Location ClusteringDirections APIAlternative Routes APISnap to Road APIAutocomplete APIBatch Geocoding APITimezone APIElevation APIBoundary Lookup APIGeofencing APIElevation Profile APISolar APIGeometry Utilities APICoordinate Conversion APICountry Info API