{ "opencollection": "1.0.0", "info": { "name": "Jawg Maps Isochrone API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "access-token", "value": "{{access-token}}", "placement": "query" } }, "items": [ { "info": { "name": "Isochrone", "type": "folder" }, "items": [ { "info": { "name": "Compute isochrone / isodistance contours.", "type": "http" }, "http": { "method": "POST", "url": "https://tile.jawg.io/routing/isochrone", "params": [ { "name": "access-token", "value": "", "type": "query", "description": "Your Jawg access token." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Valhalla isochrone service returning GeoJSON contours of the area reachable within the requested time or distance intervals." } ] } ], "bundled": true }