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.

Endpoint Overview

Uncover the power of our Forecast API through the following endpoints:

1. Daily Forecasts

Access daily air quality forecasts based on device or site IDs.

Get Daily Forecast

GET https://api.airqo.net/api/v2/predict/daily-forecast?device_id={device_id}

Retrieve daily air quality forecasts

Query Parameters

{
  "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"
    },
]
}

or

Get Daily Forecast

GET https://api.airqo.net/api/v2/predict/daily-forecast?site_id={site_id}

Retrieve daily air quality forecasts

Query Parameters

{
  "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"
    },
]
}

2. Hourly Forecasts

Retrieve hourly air quality forecasts using device or site IDs.

Get Hourly Forecast

GET https://api.airqo.net/api/v2/predict/hourly-forecast?device_id={device_id}

Retrieve hourly air quality forecasts

Query Parameters

{
  "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"
    },
]
}

or

Get Hourly Forecast

GET https://api.airqo.net/api/v2/predict/hourly-forecast?site_id={site_id}

Retrieve hourly air quality forecasts

Query Parameters

{
  "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"
    },
]
}

Usage Instructions

Incorporate our Forecast API into your applications effortlessly. Follow the guidelines in each section to make requests and receive precise daily and hourly forecasts for your specified devices or sites. Plan ahead with confidence, utilising our accurate predictions for proactive decision-making.

Last updated