{ "opencollection": "1.0.0", "info": { "name": "OpenRouteService Directions Isochrones API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Isochrones", "type": "folder" }, "items": [ { "info": { "name": "Isochrones Service", "type": "http" }, "http": { "method": "POST", "url": "https://api.openrouteservice.org/v2/isochrones/:profile", "params": [ { "name": "profile", "value": "", "type": "path", "description": "Specifies the transport mode profile for routing" } ], "body": { "type": "json", "data": "{}" } }, "docs": "The Isochrone Service supports time and distance analyses for one single or multiple locations. You may also specify the travel mode and a maximum range value. This service responses with polygon or point geometries, depending on your request." } ] } ], "bundled": true }