OpenRouteService · Example Payload

Isochrones Request

RoutingGeospatialDirectionsIsochronesMatrixGeocodingElevationOptimizationOpenStreetMapNavigationLogisticsHumanitarian

Isochrones Request is an example object payload from OpenRouteService, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

locationsrangerange_typeattributesarea_unitssmoothing

Example Payload

Raw ↑
{
  "locations": [
    [8.681495, 49.41461]
  ],
  "range": [300, 600, 900],
  "range_type": "time",
  "attributes": ["area", "reachfactor"],
  "area_units": "km",
  "smoothing": 0.25
}