{ "opencollection": "1.0.0", "info": { "name": "Stadia Maps Attributes API", "version": "7.1.0" }, "items": [ { "info": { "name": "Attributes", "type": "folder" }, "items": [ { "info": { "name": "Trace the attributes of roads visited on a route.", "type": "http" }, "http": { "method": "POST", "url": "https://api.stadiamaps.com/trace_attributes/v1", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "docs": "The trace attributes endpoint retrieves detailed information along a route, returning details for each section along the path, as well as any intersections encountered. In addition to tracing a recording route, this is great for providing just-in-time info to navigation applications, enabling them to conserve resources by omitting info like speed limits upfront that may be irrelevant if the user goes off-route." } ] } ], "bundled": true }