{ "opencollection": "1.0.0", "info": { "name": "WeatherAPI.com Alerts Future API", "version": "1.0.2" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Future", "type": "folder" }, "items": [ { "info": { "name": "WeatherAPI Future Weather (14–300 Days Ahead)", "type": "http" }, "http": { "method": "GET", "url": "https://api.weatherapi.com/v1/future.json", "params": [ { "name": "key", "value": "", "type": "query", "description": "Your WeatherAPI.com API key." }, { "name": "q", "value": "", "type": "query", "description": "Location query. Accepts: city name, lat/lon, US zip, UK postcode, Canada postal code, METAR code (metar:EGLL), IATA (iata:DXB), auto:ip, IPv4/IPv6, or location ID (id:2801268)." }, { "name": "dt", "value": "2026-06-01", "type": "query", "description": "Date between 14 and 300 days from today in yyyy-MM-dd format." }, { "name": "lang", "value": "", "type": "query", "description": "Language code for condition text. E.g.: fr, de, es, zh, ar. See full list in docs." } ] }, "docs": "Returns 3-hourly weather forecast for a date between 14 days and 300 days in the future. Available on Pro+ plan and above." } ] } ], "bundled": true }