{ "opencollection": "1.0.0", "info": { "name": "Weatherbit - Interactive Swagger UI Documentation 16 Day / Daily Forecast Historical Air Quality API", "version": "2.0.0" }, "items": [ { "info": { "name": "Historical Air Quality", "type": "folder" }, "items": [ { "info": { "name": "Weatherbit Returns 72 Hours of Historical Air Quality Conditions - Given a Geolocation.", "type": "http" }, "http": { "method": "GET", "url": "https://api.weatherbit.io/v2.0/history/airquality", "params": [ { "name": "lat", "value": "92.56", "type": "query", "description": "Latitude component of location." }, { "name": "lon", "value": "53.13", "type": "query", "description": "Longitude component of location." }, { "name": "city_id", "value": "Kansas City", "type": "query", "description": "City ID. Example: 4487042" }, { "name": "city", "value": "Kansas City", "type": "query", "description": "City search.. Example - &city=Raleigh,NC or &city=Berlin,DE or city=Paris&country=FR" }, { "name": "postal_code", "value": "example-value", "type": "query", "description": "Postal Code. Example: 28546" }, { "name": "country", "value": "US", "type": "query", "description": "Country Code (2 letter) - to be used with postal_code." }, { "name": "key", "value": "abc123xyz", "type": "query", "description": "Your registered API key." } ] }, "docs": "Returns historical air quality conditions. See https://www.weatherbit.io/api for API specific rate limits." } ] } ], "bundled": true }