{ "opencollection": "1.0.0", "info": { "name": "Tomorrow.io Alerts Forecast API", "version": "4.0" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "query" } }, "items": [ { "info": { "name": "Forecast", "type": "folder" }, "items": [ { "info": { "name": "Get Weather Forecast", "type": "http" }, "http": { "method": "GET", "url": "https://api.tomorrow.io/v4/weather/forecast", "params": [ { "name": "location", "value": "", "type": "query" }, { "name": "timesteps", "value": "", "type": "query", "description": "Comma separated steps from minutely, 1h, 1d." }, { "name": "units", "value": "", "type": "query" }, { "name": "apikey", "value": "", "type": "query" } ] }, "docs": "Retrieve a structured forecast for a point or location, broken into\n``minutely`` (60m), ``hourly`` (up to 120h), and ``daily`` (up to 14d)\nintervals depending on plan tier.\n" } ] } ], "bundled": true }