{ "opencollection": "1.0.0", "info": { "name": "Jawg Maps Isochrone Matrix API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "access-token", "value": "{{access-token}}", "placement": "query" } }, "items": [ { "info": { "name": "Matrix", "type": "folder" }, "items": [ { "info": { "name": "Compute a time-distance matrix.", "type": "http" }, "http": { "method": "POST", "url": "https://tile.jawg.io/routing/sources_to_targets", "params": [ { "name": "access-token", "value": "", "type": "query", "description": "Your Jawg access token." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Valhalla sources_to_targets service computing travel time and distance from every source location to every target location." } ] } ], "bundled": true }