{ "opencollection": "1.0.0", "info": { "name": "OpenWeather One Call and Air Pollution API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "appid", "value": "{{appid}}", "placement": "query" } }, "items": [ { "info": { "name": "Air Pollution", "type": "folder" }, "items": [ { "info": { "name": "Current air pollution data for a coordinate", "type": "http" }, "http": { "method": "GET", "url": "https://api.openweathermap.org/data/3.0/air_pollution", "params": [ { "name": "lat", "value": "", "type": "query" }, { "name": "lon", "value": "", "type": "query" }, { "name": "appid", "value": "", "type": "query" } ] }, "docs": "Returns current air pollution data including the Air Quality Index and concentrations of CO, NO, NO2, O3, SO2, PM2.5, PM10, and NH3 for the supplied latitude and longitude." }, { "info": { "name": "Hourly air pollution forecast for a coordinate", "type": "http" }, "http": { "method": "GET", "url": "https://api.openweathermap.org/data/3.0/air_pollution/forecast", "params": [ { "name": "lat", "value": "", "type": "query" }, { "name": "lon", "value": "", "type": "query" }, { "name": "appid", "value": "", "type": "query" } ] }, "docs": "Returns the hourly air pollution forecast for the next 5 days for the supplied latitude and longitude." }, { "info": { "name": "Historical air pollution data for a coordinate", "type": "http" }, "http": { "method": "GET", "url": "https://api.openweathermap.org/data/3.0/air_pollution/history", "params": [ { "name": "lat", "value": "", "type": "query" }, { "name": "lon", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query", "description": "Unix UTC start timestamp." }, { "name": "end", "value": "", "type": "query", "description": "Unix UTC end timestamp." }, { "name": "appid", "value": "", "type": "query" } ] }, "docs": "Returns historical hourly air pollution data for the supplied latitude, longitude, and Unix UTC start/end timestamps. Data is available from 27 November 2020 onwards." } ] } ], "bundled": true }