OpenRouteService · Example Payload

Pois Request

RoutingGeospatialDirectionsIsochronesMatrixGeocodingElevationOptimizationOpenStreetMapNavigationLogisticsHumanitarian

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

Top-level fields

requestgeometrylimitsortbyfilters

Example Payload

Raw ↑
{
  "request": "pois",
  "geometry": {
    "bbox": [
      [8.6581, 49.4034],
      [8.7027, 49.4390]
    ],
    "geojson": {
      "type": "Point",
      "coordinates": [8.681495, 49.41461]
    },
    "buffer": 500
  },
  "limit": 20,
  "sortby": "distance",
  "filters": {
    "category_group_ids": {
      "sustenance": [560, 561, 562]
    }
  }
}