Forecasts
Explore the future of air quality with the Air Quality Forecasts API. This page is your guide to accessing daily and hourly forecasts, providing valuable insights into expected air quality conditions.
1. Daily Forecasts
1.1 Using the Device ID, get the daily forecast
Query Parameters
Name
Type
Description
{
"forecasts": [
{
"health_tips:[],
"pm2_5": 38.00850069695176,
"time": "2023-12-01 00:00:00+00:00"
},
{
"health_tips:[],
"pm2_5": 38.00850069695176,
"time": "2023-12-01 00:00:00+00:00"
},
{
"health_tips:[],
"pm2_5": 38.00850069695176,
"time": "2023-12-01 00:00:00+00:00"
},
]
}1.2 Using the Site ID, get Daily Forecast
Query Parameters
Name
Type
Description
2. Hourly Forecasts
2.1 Using the Device ID, get Hourly Forecast
Query Parameters
Name
Type
Description
2.2 Using the Site ID, get Hourly Forecast
Query Parameters
Name
Type
Description
Usage Instructions
Last updated
Was this helpful?