{ "opencollection": "1.0.0", "info": { "name": "Tomorrow.io Weather Alerts Routes API", "version": "4.0.1" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "query" } }, "items": [ { "info": { "name": "Routes", "type": "folder" }, "items": [ { "info": { "name": "Tomorrow.io Post Route", "type": "http" }, "http": { "method": "POST", "url": "https://api.tomorrow.io/v4/route", "body": { "type": "json", "data": "{}" } }, "docs": "Returns weather along the route for a polyline or list of waypoints with arrival-time interpolation." } ] } ], "bundled": true }