{ "opencollection": "1.0.0", "info": { "name": "Stadia Maps Match API", "version": "7.1.0" }, "items": [ { "info": { "name": "Match", "type": "folder" }, "items": [ { "info": { "name": "Match a recorded route to the road network.", "type": "http" }, "http": { "method": "POST", "url": "https://api.stadiamaps.com/map_match/v1", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "docs": "The map matching API transforms a recorded route into navigation instructions like you would get from the `route` endpoint. The input can be in the form of either an encoded polyline, or (optionally) timestamped coordinates." } ] } ], "bundled": true }