{ "opencollection": "1.0.0", "info": { "name": "OpenWeatherMap Accumulated Parameters Air Pollution API", "version": "2.5.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", "type": "http" }, "http": { "method": "GET", "url": "https://history.openweathermap.org/data/2.5/history/air_pollution", "params": [ { "name": "lat", "value": "", "type": "query", "description": "Latitude in decimal degrees, range -90 to 90." }, { "name": "lon", "value": "", "type": "query", "description": "Longitude in decimal degrees, range -180 to 180." }, { "name": "appid", "value": "", "type": "query", "description": "OpenWeather API key." } ] }, "docs": "Returns current air pollution data including the Air Quality Index and concentrations of common pollutants for the supplied latitude and longitude." }, { "info": { "name": "Hourly Air Pollution Forecast", "type": "http" }, "http": { "method": "GET", "url": "https://history.openweathermap.org/data/2.5/history/air_pollution/forecast", "params": [ { "name": "lat", "value": "", "type": "query", "description": "Latitude in decimal degrees, range -90 to 90." }, { "name": "lon", "value": "", "type": "query", "description": "Longitude in decimal degrees, range -180 to 180." }, { "name": "appid", "value": "", "type": "query", "description": "OpenWeather API key." } ] }, "docs": "Returns the hourly air pollution forecast for the next 5 days for the supplied latitude and longitude." }, { "info": { "name": "Historical Air Pollution Data", "type": "http" }, "http": { "method": "GET", "url": "https://history.openweathermap.org/data/2.5/history/air_pollution/history", "params": [ { "name": "lat", "value": "", "type": "query", "description": "Latitude in decimal degrees, range -90 to 90." }, { "name": "lon", "value": "", "type": "query", "description": "Longitude in decimal degrees, range -180 to 180." }, { "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", "description": "OpenWeather API key." } ] }, "docs": "Returns historical hourly air pollution data for the supplied coordinates and time window. Data is available from 27 November 2020 onwards." } ] } ], "bundled": true }