Air Quality Hourly Forecast

Get hourly air quality data for the next 24 hours, including AQI, pollutant concentrations, sub-indexes, and health guidance.

Endpoint#

GET /airquality/v1/hourly/{latitude}/{longitude}

Parameters#

Path parameters

  • latitude required
    number
    Latitude of the requested location in decimal degrees
  • longitude required
    number
    Longitude of the requested location in decimal degrees

Query parameters

  • lang
    string
    Language setting. See Language for behavior, configuration, and data availability

Request example#

curl -X GET --compressed \
-H 'Authorization: Bearer your_token' \
'https://your-api-host/airquality/v1/hourly/39.92/116.41'

Replace your_token and your_api_host with your JWT Authentication and API Host

Try it

Response#

{
  "metadata": {
    "tag": "b1d735802464094bf274fd2165309ddfdab22cec2fa0e644edfcd7f803c2aaad",
    "attributions": [
      "https://developer.qweather.com/attribution.html"
    ]
  },
  "hours": [
    {
      "forecastTime": "2023-05-17T03:00Z",
      "indexes": [
        {
          "code": "qaqi",
          "name": "QAQI",
          "aqi": 1.4,
          "aqiDisplay": "1.4",
          "level": "1",
          "category": "Excellent",
          "color": {
            "red": 195,
            "green": 217,
            "blue": 78,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "pm2p5",
            "name": "PM 2.5",
            "fullName": "Fine particulate matter (<2.5µm)"
          },
          "health": {
            "effect": "No health implications.",
            "advice": {
              "generalPopulation": "Enjoy your outdoor activities.",
              "sensitivePopulation": "Enjoy your outdoor activities."
            }
          }
        },
        {
          "code": "gb-defra",
          "name": "DAQI (GB)",
          "aqi": 2,
          "aqiDisplay": "2",
          "level": "1",
          "category": "Low",
          "color": {
            "red": 49,
            "green": 255,
            "blue": 0,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "pm2p5",
            "name": "PM 2.5",
            "fullName": "Fine particulate matter (<2.5µm)"
          },
          "health": {
            "effect": null,
            "advice": {
              "generalPopulation": "Enjoy your usual outdoor activities.",
              "sensitivePopulation": "Enjoy your usual outdoor activities."
            }
          }
        }
      ],
      "pollutants": [
        {
          "code": "pm2p5",
          "name": "PM 2.5",
          "fullName": "Fine particulate matter (<2.5µm)",
          "concentration": {
            "value": 17.01,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1.4,
              "aqiDisplay": "1.4"
            }
          ]
        },
        {
          "code": "pm10",
          "name": "PM 10",
          "fullName": "Inhalable particulate matter (<10µm)",
          "concentration": {
            "value": 2.88,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "no2",
          "name": "NO2",
          "fullName": "Nitrogen dioxide",
          "concentration": {
            "value": 4.05,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.1,
              "aqiDisplay": "0.1"
            }
          ]
        },
        {
          "code": "o3",
          "name": "O3",
          "fullName": "Ozone",
          "concentration": {
            "value": 6.55,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "so2",
          "name": "SO2",
          "fullName": "Sulfur dioxide",
          "concentration": {
            "value": 49.05,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1,
              "aqiDisplay": "1"
            }
          ]
        }
      ]
    },
    {
      "forecastTime": "2023-05-17T04:00Z",
      "indexes": [
        {
          "code": "qaqi",
          "name": "QAQI",
          "aqi": 1.4,
          "aqiDisplay": "1.4",
          "level": "1",
          "category": "Excellent",
          "color": {
            "red": 195,
            "green": 217,
            "blue": 78,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "pm2p5",
            "name": "PM 2.5",
            "fullName": "Fine particulate matter (<2.5µm)"
          },
          "health": {
            "effect": "No health implications.",
            "advice": {
              "generalPopulation": "Enjoy your outdoor activities.",
              "sensitivePopulation": "Enjoy your outdoor activities."
            }
          }
        },
        {
          "code": "gb-defra",
          "name": "DAQI (GB)",
          "aqi": 2,
          "aqiDisplay": "2",
          "level": "1",
          "category": "Low",
          "color": {
            "red": 49,
            "green": 255,
            "blue": 0,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "pm2p5",
            "name": "PM 2.5",
            "fullName": "Fine particulate matter (<2.5µm)"
          },
          "health": {
            "effect": null,
            "advice": {
              "generalPopulation": "Enjoy your usual outdoor activities.",
              "sensitivePopulation": "Enjoy your usual outdoor activities."
            }
          }
        }
      ],
      "pollutants": [
        {
          "code": "pm2p5",
          "name": "PM 2.5",
          "fullName": "Fine particulate matter (<2.5µm)",
          "concentration": {
            "value": 16.89,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1.4,
              "aqiDisplay": "1.4"
            }
          ]
        },
        {
          "code": "pm10",
          "name": "PM 10",
          "fullName": "Inhalable particulate matter (<10µm)",
          "concentration": {
            "value": 2.84,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "no2",
          "name": "NO2",
          "fullName": "Nitrogen dioxide",
          "concentration": {
            "value": 3.91,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.1,
              "aqiDisplay": "0.1"
            }
          ]
        },
        {
          "code": "o3",
          "name": "O3",
          "fullName": "Ozone",
          "concentration": {
            "value": 6.21,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "so2",
          "name": "SO2",
          "fullName": "Sulfur dioxide",
          "concentration": {
            "value": 47.75,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1,
              "aqiDisplay": "1"
            }
          ]
        }
      ]
    },
    {
      "forecastTime": "2023-05-17T05:00Z",
      "indexes": [
        {
          "code": "qaqi",
          "name": "QAQI",
          "aqi": 1.4,
          "aqiDisplay": "1.4",
          "level": "1",
          "category": "Excellent",
          "color": {
            "red": 195,
            "green": 217,
            "blue": 78,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "pm2p5",
            "name": "PM 2.5",
            "fullName": "Fine particulate matter (<2.5µm)"
          },
          "health": {
            "effect": "No health implications.",
            "advice": {
              "generalPopulation": "Enjoy your outdoor activities.",
              "sensitivePopulation": "Enjoy your outdoor activities."
            }
          }
        },
        {
          "code": "gb-defra",
          "name": "DAQI (GB)",
          "aqi": 2,
          "aqiDisplay": "2",
          "level": "1",
          "category": "Low",
          "color": {
            "red": 49,
            "green": 255,
            "blue": 0,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "pm2p5",
            "name": "PM 2.5",
            "fullName": "Fine particulate matter (<2.5µm)"
          },
          "health": {
            "effect": null,
            "advice": {
              "generalPopulation": "Enjoy your usual outdoor activities.",
              "sensitivePopulation": "Enjoy your usual outdoor activities."
            }
          }
        }
      ],
      "pollutants": [
        {
          "code": "pm2p5",
          "name": "PM 2.5",
          "fullName": "Fine particulate matter (<2.5µm)",
          "concentration": {
            "value": 16.56,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1.4,
              "aqiDisplay": "1.4"
            }
          ]
        },
        {
          "code": "pm10",
          "name": "PM 10",
          "fullName": "Inhalable particulate matter (<10µm)",
          "concentration": {
            "value": 2.88,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "no2",
          "name": "NO2",
          "fullName": "Nitrogen dioxide",
          "concentration": {
            "value": 4.57,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.1,
              "aqiDisplay": "0.1"
            }
          ]
        },
        {
          "code": "o3",
          "name": "O3",
          "fullName": "Ozone",
          "concentration": {
            "value": 5.62,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "so2",
          "name": "SO2",
          "fullName": "Sulfur dioxide",
          "concentration": {
            "value": 46.13,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1,
              "aqiDisplay": "1"
            }
          ]
        }
      ]
    },
    {
      "forecastTime": "2023-05-17T06:00Z",
      "indexes": [
        {
          "code": "qaqi",
          "name": "QAQI",
          "aqi": 1.4,
          "aqiDisplay": "1.4",
          "level": "1",
          "category": "Excellent",
          "color": {
            "red": 195,
            "green": 217,
            "blue": 78,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "pm2p5",
            "name": "PM 2.5",
            "fullName": "Fine particulate matter (<2.5µm)"
          },
          "health": {
            "effect": "No health implications.",
            "advice": {
              "generalPopulation": "Enjoy your outdoor activities.",
              "sensitivePopulation": "Enjoy your outdoor activities."
            }
          }
        },
        {
          "code": "gb-defra",
          "name": "DAQI (GB)",
          "aqi": 2,
          "aqiDisplay": "2",
          "level": "1",
          "category": "Low",
          "color": {
            "red": 49,
            "green": 255,
            "blue": 0,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "pm2p5",
            "name": "PM 2.5",
            "fullName": "Fine particulate matter (<2.5µm)"
          },
          "health": {
            "effect": null,
            "advice": {
              "generalPopulation": "Enjoy your usual outdoor activities.",
              "sensitivePopulation": "Enjoy your usual outdoor activities."
            }
          }
        }
      ],
      "pollutants": [
        {
          "code": "pm2p5",
          "name": "PM 2.5",
          "fullName": "Fine particulate matter (<2.5µm)",
          "concentration": {
            "value": 16.85,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1.4,
              "aqiDisplay": "1.4"
            }
          ]
        },
        {
          "code": "pm10",
          "name": "PM 10",
          "fullName": "Inhalable particulate matter (<10µm)",
          "concentration": {
            "value": 3.03,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "no2",
          "name": "NO2",
          "fullName": "Nitrogen dioxide",
          "concentration": {
            "value": 5.79,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "o3",
          "name": "O3",
          "fullName": "Ozone",
          "concentration": {
            "value": 3.68,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.1,
              "aqiDisplay": "0.1"
            }
          ]
        },
        {
          "code": "so2",
          "name": "SO2",
          "fullName": "Sulfur dioxide",
          "concentration": {
            "value": 45.32,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1,
              "aqiDisplay": "1"
            }
          ]
        }
      ]
    },
    {
      "forecastTime": "2023-05-17T07:00Z",
      "indexes": [
        {
          "code": "qaqi",
          "name": "QAQI",
          "aqi": 1.5,
          "aqiDisplay": "1.5",
          "level": "1",
          "category": "Excellent",
          "color": {
            "red": 195,
            "green": 217,
            "blue": 78,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "pm2p5",
            "name": "PM 2.5",
            "fullName": "Fine particulate matter (<2.5µm)"
          },
          "health": {
            "effect": "No health implications.",
            "advice": {
              "generalPopulation": "Enjoy your outdoor activities.",
              "sensitivePopulation": "Enjoy your outdoor activities."
            }
          }
        },
        {
          "code": "gb-defra",
          "name": "DAQI (GB)",
          "aqi": 2,
          "aqiDisplay": "2",
          "level": "1",
          "category": "Low",
          "color": {
            "red": 49,
            "green": 255,
            "blue": 0,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "pm2p5",
            "name": "PM 2.5",
            "fullName": "Fine particulate matter (<2.5µm)"
          },
          "health": {
            "effect": null,
            "advice": {
              "generalPopulation": "Enjoy your usual outdoor activities.",
              "sensitivePopulation": "Enjoy your usual outdoor activities."
            }
          }
        }
      ],
      "pollutants": [
        {
          "code": "pm2p5",
          "name": "PM 2.5",
          "fullName": "Fine particulate matter (<2.5µm)",
          "concentration": {
            "value": 17.75,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1.5,
              "aqiDisplay": "1.5"
            }
          ]
        },
        {
          "code": "pm10",
          "name": "PM 10",
          "fullName": "Inhalable particulate matter (<10µm)",
          "concentration": {
            "value": 3.06,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "no2",
          "name": "NO2",
          "fullName": "Nitrogen dioxide",
          "concentration": {
            "value": 7.12,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "o3",
          "name": "O3",
          "fullName": "Ozone",
          "concentration": {
            "value": 2.66,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.1,
              "aqiDisplay": "0.1"
            }
          ]
        },
        {
          "code": "so2",
          "name": "SO2",
          "fullName": "Sulfur dioxide",
          "concentration": {
            "value": 48.14,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1,
              "aqiDisplay": "1"
            }
          ]
        }
      ]
    },
    {
      "forecastTime": "2023-05-17T08:00Z",
      "indexes": [
        {
          "code": "qaqi",
          "name": "QAQI",
          "aqi": 1.7,
          "aqiDisplay": "1.7",
          "level": "1",
          "category": "Excellent",
          "color": {
            "red": 195,
            "green": 217,
            "blue": 78,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "pm2p5",
            "name": "PM 2.5",
            "fullName": "Fine particulate matter (<2.5µm)"
          },
          "health": {
            "effect": "No health implications.",
            "advice": {
              "generalPopulation": "Enjoy your outdoor activities.",
              "sensitivePopulation": "Enjoy your outdoor activities."
            }
          }
        },
        {
          "code": "gb-defra",
          "name": "DAQI (GB)",
          "aqi": 2,
          "aqiDisplay": "2",
          "level": "1",
          "category": "Low",
          "color": {
            "red": 49,
            "green": 255,
            "blue": 0,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "pm2p5",
            "name": "PM 2.5",
            "fullName": "Fine particulate matter (<2.5µm)"
          },
          "health": {
            "effect": null,
            "advice": {
              "generalPopulation": "Enjoy your usual outdoor activities.",
              "sensitivePopulation": "Enjoy your usual outdoor activities."
            }
          }
        }
      ],
      "pollutants": [
        {
          "code": "pm2p5",
          "name": "PM 2.5",
          "fullName": "Fine particulate matter (<2.5µm)",
          "concentration": {
            "value": 20.19,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1.7,
              "aqiDisplay": "1.7"
            }
          ]
        },
        {
          "code": "pm10",
          "name": "PM 10",
          "fullName": "Inhalable particulate matter (<10µm)",
          "concentration": {
            "value": 2.94,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "no2",
          "name": "NO2",
          "fullName": "Nitrogen dioxide",
          "concentration": {
            "value": 8.14,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "o3",
          "name": "O3",
          "fullName": "Ozone",
          "concentration": {
            "value": 7.61,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "so2",
          "name": "SO2",
          "fullName": "Sulfur dioxide",
          "concentration": {
            "value": 39.06,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.8,
              "aqiDisplay": "0.8"
            }
          ]
        }
      ]
    },
    {
      "forecastTime": "2023-05-17T09:00Z",
      "indexes": [
        {
          "code": "qaqi",
          "name": "QAQI",
          "aqi": 1.6,
          "aqiDisplay": "1.6",
          "level": "1",
          "category": "Excellent",
          "color": {
            "red": 195,
            "green": 217,
            "blue": 78,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "pm2p5",
            "name": "PM 2.5",
            "fullName": "Fine particulate matter (<2.5µm)"
          },
          "health": {
            "effect": "No health implications.",
            "advice": {
              "generalPopulation": "Enjoy your outdoor activities.",
              "sensitivePopulation": "Enjoy your outdoor activities."
            }
          }
        },
        {
          "code": "gb-defra",
          "name": "DAQI (GB)",
          "aqi": 2,
          "aqiDisplay": "2",
          "level": "1",
          "category": "Low",
          "color": {
            "red": 49,
            "green": 255,
            "blue": 0,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "pm2p5",
            "name": "PM 2.5",
            "fullName": "Fine particulate matter (<2.5µm)"
          },
          "health": {
            "effect": null,
            "advice": {
              "generalPopulation": "Enjoy your usual outdoor activities.",
              "sensitivePopulation": "Enjoy your usual outdoor activities."
            }
          }
        }
      ],
      "pollutants": [
        {
          "code": "pm2p5",
          "name": "PM 2.5",
          "fullName": "Fine particulate matter (<2.5µm)",
          "concentration": {
            "value": 19.98,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1.6,
              "aqiDisplay": "1.6"
            }
          ]
        },
        {
          "code": "pm10",
          "name": "PM 10",
          "fullName": "Inhalable particulate matter (<10µm)",
          "concentration": {
            "value": 2.85,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "no2",
          "name": "NO2",
          "fullName": "Nitrogen dioxide",
          "concentration": {
            "value": 6.73,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "o3",
          "name": "O3",
          "fullName": "Ozone",
          "concentration": {
            "value": 25.89,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.6,
              "aqiDisplay": "0.6"
            }
          ]
        },
        {
          "code": "so2",
          "name": "SO2",
          "fullName": "Sulfur dioxide",
          "concentration": {
            "value": 32.27,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.7,
              "aqiDisplay": "0.7"
            }
          ]
        }
      ]
    },
    {
      "forecastTime": "2023-05-17T10:00Z",
      "indexes": [
        {
          "code": "qaqi",
          "name": "QAQI",
          "aqi": 1.4,
          "aqiDisplay": "1.4",
          "level": "1",
          "category": "Excellent",
          "color": {
            "red": 195,
            "green": 217,
            "blue": 78,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "pm2p5",
            "name": "PM 2.5",
            "fullName": "Fine particulate matter (<2.5µm)"
          },
          "health": {
            "effect": "No health implications.",
            "advice": {
              "generalPopulation": "Enjoy your outdoor activities.",
              "sensitivePopulation": "Enjoy your outdoor activities."
            }
          }
        },
        {
          "code": "gb-defra",
          "name": "DAQI (GB)",
          "aqi": 2,
          "aqiDisplay": "2",
          "level": "1",
          "category": "Low",
          "color": {
            "red": 49,
            "green": 255,
            "blue": 0,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "o3",
            "name": "O3",
            "fullName": "Ozone"
          },
          "health": {
            "effect": null,
            "advice": {
              "generalPopulation": "Enjoy your usual outdoor activities.",
              "sensitivePopulation": "Enjoy your usual outdoor activities."
            }
          }
        }
      ],
      "pollutants": [
        {
          "code": "pm2p5",
          "name": "PM 2.5",
          "fullName": "Fine particulate matter (<2.5µm)",
          "concentration": {
            "value": 16.63,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1.4,
              "aqiDisplay": "1.4"
            }
          ]
        },
        {
          "code": "pm10",
          "name": "PM 10",
          "fullName": "Inhalable particulate matter (<10µm)",
          "concentration": {
            "value": 2.92,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "no2",
          "name": "NO2",
          "fullName": "Nitrogen dioxide",
          "concentration": {
            "value": 6.03,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "o3",
          "name": "O3",
          "fullName": "Ozone",
          "concentration": {
            "value": 40.21,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.9,
              "aqiDisplay": "0.9"
            }
          ]
        },
        {
          "code": "so2",
          "name": "SO2",
          "fullName": "Sulfur dioxide",
          "concentration": {
            "value": 27.15,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.6,
              "aqiDisplay": "0.6"
            }
          ]
        }
      ]
    },
    {
      "forecastTime": "2023-05-17T11:00Z",
      "indexes": [
        {
          "code": "qaqi",
          "name": "QAQI",
          "aqi": 1.1,
          "aqiDisplay": "1.1",
          "level": "1",
          "category": "Excellent",
          "color": {
            "red": 195,
            "green": 217,
            "blue": 78,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "o3",
            "name": "O3",
            "fullName": "Ozone"
          },
          "health": {
            "effect": "No health implications.",
            "advice": {
              "generalPopulation": "Enjoy your outdoor activities.",
              "sensitivePopulation": "Enjoy your outdoor activities."
            }
          }
        },
        {
          "code": "gb-defra",
          "name": "DAQI (GB)",
          "aqi": 2,
          "aqiDisplay": "2",
          "level": "1",
          "category": "Low",
          "color": {
            "red": 49,
            "green": 255,
            "blue": 0,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "o3",
            "name": "O3",
            "fullName": "Ozone"
          },
          "health": {
            "effect": null,
            "advice": {
              "generalPopulation": "Enjoy your usual outdoor activities.",
              "sensitivePopulation": "Enjoy your usual outdoor activities."
            }
          }
        }
      ],
      "pollutants": [
        {
          "code": "pm2p5",
          "name": "PM 2.5",
          "fullName": "Fine particulate matter (<2.5µm)",
          "concentration": {
            "value": 11.35,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1,
              "aqiDisplay": "1"
            }
          ]
        },
        {
          "code": "pm10",
          "name": "PM 10",
          "fullName": "Inhalable particulate matter (<10µm)",
          "concentration": {
            "value": 3.19,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "no2",
          "name": "NO2",
          "fullName": "Nitrogen dioxide",
          "concentration": {
            "value": 3.59,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.1,
              "aqiDisplay": "0.1"
            }
          ]
        },
        {
          "code": "o3",
          "name": "O3",
          "fullName": "Ozone",
          "concentration": {
            "value": 50.73,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1.1,
              "aqiDisplay": "1.1"
            }
          ]
        },
        {
          "code": "so2",
          "name": "SO2",
          "fullName": "Sulfur dioxide",
          "concentration": {
            "value": 21.62,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.5,
              "aqiDisplay": "0.5"
            }
          ]
        }
      ]
    },
    {
      "forecastTime": "2023-05-17T12:00Z",
      "indexes": [
        {
          "code": "qaqi",
          "name": "QAQI",
          "aqi": 1.3,
          "aqiDisplay": "1.3",
          "level": "1",
          "category": "Excellent",
          "color": {
            "red": 195,
            "green": 217,
            "blue": 78,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "o3",
            "name": "O3",
            "fullName": "Ozone"
          },
          "health": {
            "effect": "No health implications.",
            "advice": {
              "generalPopulation": "Enjoy your outdoor activities.",
              "sensitivePopulation": "Enjoy your outdoor activities."
            }
          }
        },
        {
          "code": "gb-defra",
          "name": "DAQI (GB)",
          "aqi": 2,
          "aqiDisplay": "2",
          "level": "1",
          "category": "Low",
          "color": {
            "red": 49,
            "green": 255,
            "blue": 0,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "o3",
            "name": "O3",
            "fullName": "Ozone"
          },
          "health": {
            "effect": null,
            "advice": {
              "generalPopulation": "Enjoy your usual outdoor activities.",
              "sensitivePopulation": "Enjoy your usual outdoor activities."
            }
          }
        }
      ],
      "pollutants": [
        {
          "code": "pm2p5",
          "name": "PM 2.5",
          "fullName": "Fine particulate matter (<2.5µm)",
          "concentration": {
            "value": 7.76,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.7,
              "aqiDisplay": "0.7"
            }
          ]
        },
        {
          "code": "pm10",
          "name": "PM 10",
          "fullName": "Inhalable particulate matter (<10µm)",
          "concentration": {
            "value": 3.45,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "no2",
          "name": "NO2",
          "fullName": "Nitrogen dioxide",
          "concentration": {
            "value": 2.79,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.1,
              "aqiDisplay": "0.1"
            }
          ]
        },
        {
          "code": "o3",
          "name": "O3",
          "fullName": "Ozone",
          "concentration": {
            "value": 60.19,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1.3,
              "aqiDisplay": "1.3"
            }
          ]
        },
        {
          "code": "so2",
          "name": "SO2",
          "fullName": "Sulfur dioxide",
          "concentration": {
            "value": 13.38,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.3,
              "aqiDisplay": "0.3"
            }
          ]
        }
      ]
    },
    {
      "forecastTime": "2023-05-17T13:00Z",
      "indexes": [
        {
          "code": "qaqi",
          "name": "QAQI",
          "aqi": 1.4,
          "aqiDisplay": "1.4",
          "level": "1",
          "category": "Excellent",
          "color": {
            "red": 195,
            "green": 217,
            "blue": 78,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "o3",
            "name": "O3",
            "fullName": "Ozone"
          },
          "health": {
            "effect": "No health implications.",
            "advice": {
              "generalPopulation": "Enjoy your outdoor activities.",
              "sensitivePopulation": "Enjoy your outdoor activities."
            }
          }
        },
        {
          "code": "gb-defra",
          "name": "DAQI (GB)",
          "aqi": 2,
          "aqiDisplay": "2",
          "level": "1",
          "category": "Low",
          "color": {
            "red": 49,
            "green": 255,
            "blue": 0,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "o3",
            "name": "O3",
            "fullName": "Ozone"
          },
          "health": {
            "effect": null,
            "advice": {
              "generalPopulation": "Enjoy your usual outdoor activities.",
              "sensitivePopulation": "Enjoy your usual outdoor activities."
            }
          }
        }
      ],
      "pollutants": [
        {
          "code": "pm2p5",
          "name": "PM 2.5",
          "fullName": "Fine particulate matter (<2.5µm)",
          "concentration": {
            "value": 6.43,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.6,
              "aqiDisplay": "0.6"
            }
          ]
        },
        {
          "code": "pm10",
          "name": "PM 10",
          "fullName": "Inhalable particulate matter (<10µm)",
          "concentration": {
            "value": 3.37,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "no2",
          "name": "NO2",
          "fullName": "Nitrogen dioxide",
          "concentration": {
            "value": 2.08,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.1,
              "aqiDisplay": "0.1"
            }
          ]
        },
        {
          "code": "o3",
          "name": "O3",
          "fullName": "Ozone",
          "concentration": {
            "value": 65.1,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1.4,
              "aqiDisplay": "1.4"
            }
          ]
        },
        {
          "code": "so2",
          "name": "SO2",
          "fullName": "Sulfur dioxide",
          "concentration": {
            "value": 10.41,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.3,
              "aqiDisplay": "0.3"
            }
          ]
        }
      ]
    },
    {
      "forecastTime": "2023-05-17T14:00Z",
      "indexes": [
        {
          "code": "qaqi",
          "name": "QAQI",
          "aqi": 1.5,
          "aqiDisplay": "1.5",
          "level": "1",
          "category": "Excellent",
          "color": {
            "red": 195,
            "green": 217,
            "blue": 78,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "o3",
            "name": "O3",
            "fullName": "Ozone"
          },
          "health": {
            "effect": "No health implications.",
            "advice": {
              "generalPopulation": "Enjoy your outdoor activities.",
              "sensitivePopulation": "Enjoy your outdoor activities."
            }
          }
        },
        {
          "code": "gb-defra",
          "name": "DAQI (GB)",
          "aqi": 3,
          "aqiDisplay": "3",
          "level": "1",
          "category": "Low",
          "color": {
            "red": 49,
            "green": 207,
            "blue": 0,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "o3",
            "name": "O3",
            "fullName": "Ozone"
          },
          "health": {
            "effect": null,
            "advice": {
              "generalPopulation": "Enjoy your usual outdoor activities.",
              "sensitivePopulation": "Enjoy your usual outdoor activities."
            }
          }
        }
      ],
      "pollutants": [
        {
          "code": "pm2p5",
          "name": "PM 2.5",
          "fullName": "Fine particulate matter (<2.5µm)",
          "concentration": {
            "value": 5.63,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.5,
              "aqiDisplay": "0.5"
            }
          ]
        },
        {
          "code": "pm10",
          "name": "PM 10",
          "fullName": "Inhalable particulate matter (<10µm)",
          "concentration": {
            "value": 2.88,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "no2",
          "name": "NO2",
          "fullName": "Nitrogen dioxide",
          "concentration": {
            "value": 1.81,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.1,
              "aqiDisplay": "0.1"
            }
          ]
        },
        {
          "code": "o3",
          "name": "O3",
          "fullName": "Ozone",
          "concentration": {
            "value": 74.07,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1.5,
              "aqiDisplay": "1.5"
            }
          ]
        },
        {
          "code": "so2",
          "name": "SO2",
          "fullName": "Sulfur dioxide",
          "concentration": {
            "value": 9.82,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        }
      ]
    },
    {
      "forecastTime": "2023-05-17T15:00Z",
      "indexes": [
        {
          "code": "qaqi",
          "name": "QAQI",
          "aqi": 1.6,
          "aqiDisplay": "1.6",
          "level": "1",
          "category": "Excellent",
          "color": {
            "red": 195,
            "green": 217,
            "blue": 78,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "o3",
            "name": "O3",
            "fullName": "Ozone"
          },
          "health": {
            "effect": "No health implications.",
            "advice": {
              "generalPopulation": "Enjoy your outdoor activities.",
              "sensitivePopulation": "Enjoy your outdoor activities."
            }
          }
        },
        {
          "code": "gb-defra",
          "name": "DAQI (GB)",
          "aqi": 3,
          "aqiDisplay": "3",
          "level": "1",
          "category": "Low",
          "color": {
            "red": 49,
            "green": 207,
            "blue": 0,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "o3",
            "name": "O3",
            "fullName": "Ozone"
          },
          "health": {
            "effect": null,
            "advice": {
              "generalPopulation": "Enjoy your usual outdoor activities.",
              "sensitivePopulation": "Enjoy your usual outdoor activities."
            }
          }
        }
      ],
      "pollutants": [
        {
          "code": "pm2p5",
          "name": "PM 2.5",
          "fullName": "Fine particulate matter (<2.5µm)",
          "concentration": {
            "value": 5.49,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.5,
              "aqiDisplay": "0.5"
            }
          ]
        },
        {
          "code": "pm10",
          "name": "PM 10",
          "fullName": "Inhalable particulate matter (<10µm)",
          "concentration": {
            "value": 2.75,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "no2",
          "name": "NO2",
          "fullName": "Nitrogen dioxide",
          "concentration": {
            "value": 1.67,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.1,
              "aqiDisplay": "0.1"
            }
          ]
        },
        {
          "code": "o3",
          "name": "O3",
          "fullName": "Ozone",
          "concentration": {
            "value": 76.61,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1.6,
              "aqiDisplay": "1.6"
            }
          ]
        },
        {
          "code": "so2",
          "name": "SO2",
          "fullName": "Sulfur dioxide",
          "concentration": {
            "value": 9.27,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        }
      ]
    },
    {
      "forecastTime": "2023-05-17T16:00Z",
      "indexes": [
        {
          "code": "qaqi",
          "name": "QAQI",
          "aqi": 1.6,
          "aqiDisplay": "1.6",
          "level": "1",
          "category": "Excellent",
          "color": {
            "red": 195,
            "green": 217,
            "blue": 78,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "o3",
            "name": "O3",
            "fullName": "Ozone"
          },
          "health": {
            "effect": "No health implications.",
            "advice": {
              "generalPopulation": "Enjoy your outdoor activities.",
              "sensitivePopulation": "Enjoy your outdoor activities."
            }
          }
        },
        {
          "code": "gb-defra",
          "name": "DAQI (GB)",
          "aqi": 3,
          "aqiDisplay": "3",
          "level": "1",
          "category": "Low",
          "color": {
            "red": 49,
            "green": 207,
            "blue": 0,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "o3",
            "name": "O3",
            "fullName": "Ozone"
          },
          "health": {
            "effect": null,
            "advice": {
              "generalPopulation": "Enjoy your usual outdoor activities.",
              "sensitivePopulation": "Enjoy your usual outdoor activities."
            }
          }
        }
      ],
      "pollutants": [
        {
          "code": "pm2p5",
          "name": "PM 2.5",
          "fullName": "Fine particulate matter (<2.5µm)",
          "concentration": {
            "value": 5.31,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.5,
              "aqiDisplay": "0.5"
            }
          ]
        },
        {
          "code": "pm10",
          "name": "PM 10",
          "fullName": "Inhalable particulate matter (<10µm)",
          "concentration": {
            "value": 2.55,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "no2",
          "name": "NO2",
          "fullName": "Nitrogen dioxide",
          "concentration": {
            "value": 1.6,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.1,
              "aqiDisplay": "0.1"
            }
          ]
        },
        {
          "code": "o3",
          "name": "O3",
          "fullName": "Ozone",
          "concentration": {
            "value": 78.22,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1.6,
              "aqiDisplay": "1.6"
            }
          ]
        },
        {
          "code": "so2",
          "name": "SO2",
          "fullName": "Sulfur dioxide",
          "concentration": {
            "value": 10.08,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.3,
              "aqiDisplay": "0.3"
            }
          ]
        }
      ]
    },
    {
      "forecastTime": "2023-05-17T17:00Z",
      "indexes": [
        {
          "code": "qaqi",
          "name": "QAQI",
          "aqi": 1.5,
          "aqiDisplay": "1.5",
          "level": "1",
          "category": "Excellent",
          "color": {
            "red": 195,
            "green": 217,
            "blue": 78,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "o3",
            "name": "O3",
            "fullName": "Ozone"
          },
          "health": {
            "effect": "No health implications.",
            "advice": {
              "generalPopulation": "Enjoy your outdoor activities.",
              "sensitivePopulation": "Enjoy your outdoor activities."
            }
          }
        },
        {
          "code": "gb-defra",
          "name": "DAQI (GB)",
          "aqi": 3,
          "aqiDisplay": "3",
          "level": "1",
          "category": "Low",
          "color": {
            "red": 49,
            "green": 207,
            "blue": 0,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "o3",
            "name": "O3",
            "fullName": "Ozone"
          },
          "health": {
            "effect": null,
            "advice": {
              "generalPopulation": "Enjoy your usual outdoor activities.",
              "sensitivePopulation": "Enjoy your usual outdoor activities."
            }
          }
        }
      ],
      "pollutants": [
        {
          "code": "pm2p5",
          "name": "PM 2.5",
          "fullName": "Fine particulate matter (<2.5µm)",
          "concentration": {
            "value": 5.68,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.5,
              "aqiDisplay": "0.5"
            }
          ]
        },
        {
          "code": "pm10",
          "name": "PM 10",
          "fullName": "Inhalable particulate matter (<10µm)",
          "concentration": {
            "value": 2.69,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "no2",
          "name": "NO2",
          "fullName": "Nitrogen dioxide",
          "concentration": {
            "value": 1.69,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.1,
              "aqiDisplay": "0.1"
            }
          ]
        },
        {
          "code": "o3",
          "name": "O3",
          "fullName": "Ozone",
          "concentration": {
            "value": 74.84,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1.5,
              "aqiDisplay": "1.5"
            }
          ]
        },
        {
          "code": "so2",
          "name": "SO2",
          "fullName": "Sulfur dioxide",
          "concentration": {
            "value": 12.51,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.3,
              "aqiDisplay": "0.3"
            }
          ]
        }
      ]
    },
    {
      "forecastTime": "2023-05-17T18:00Z",
      "indexes": [
        {
          "code": "qaqi",
          "name": "QAQI",
          "aqi": 1.5,
          "aqiDisplay": "1.5",
          "level": "1",
          "category": "Excellent",
          "color": {
            "red": 195,
            "green": 217,
            "blue": 78,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "o3",
            "name": "O3",
            "fullName": "Ozone"
          },
          "health": {
            "effect": "No health implications.",
            "advice": {
              "generalPopulation": "Enjoy your outdoor activities.",
              "sensitivePopulation": "Enjoy your outdoor activities."
            }
          }
        },
        {
          "code": "gb-defra",
          "name": "DAQI (GB)",
          "aqi": 3,
          "aqiDisplay": "3",
          "level": "1",
          "category": "Low",
          "color": {
            "red": 49,
            "green": 207,
            "blue": 0,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "o3",
            "name": "O3",
            "fullName": "Ozone"
          },
          "health": {
            "effect": null,
            "advice": {
              "generalPopulation": "Enjoy your usual outdoor activities.",
              "sensitivePopulation": "Enjoy your usual outdoor activities."
            }
          }
        }
      ],
      "pollutants": [
        {
          "code": "pm2p5",
          "name": "PM 2.5",
          "fullName": "Fine particulate matter (<2.5µm)",
          "concentration": {
            "value": 6.61,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.6,
              "aqiDisplay": "0.6"
            }
          ]
        },
        {
          "code": "pm10",
          "name": "PM 10",
          "fullName": "Inhalable particulate matter (<10µm)",
          "concentration": {
            "value": 2.75,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "no2",
          "name": "NO2",
          "fullName": "Nitrogen dioxide",
          "concentration": {
            "value": 2.24,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.1,
              "aqiDisplay": "0.1"
            }
          ]
        },
        {
          "code": "o3",
          "name": "O3",
          "fullName": "Ozone",
          "concentration": {
            "value": 70.96,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1.5,
              "aqiDisplay": "1.5"
            }
          ]
        },
        {
          "code": "so2",
          "name": "SO2",
          "fullName": "Sulfur dioxide",
          "concentration": {
            "value": 16.28,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.4,
              "aqiDisplay": "0.4"
            }
          ]
        }
      ]
    },
    {
      "forecastTime": "2023-05-17T19:00Z",
      "indexes": [
        {
          "code": "qaqi",
          "name": "QAQI",
          "aqi": 1.3,
          "aqiDisplay": "1.3",
          "level": "1",
          "category": "Excellent",
          "color": {
            "red": 195,
            "green": 217,
            "blue": 78,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "o3",
            "name": "O3",
            "fullName": "Ozone"
          },
          "health": {
            "effect": "No health implications.",
            "advice": {
              "generalPopulation": "Enjoy your outdoor activities.",
              "sensitivePopulation": "Enjoy your outdoor activities."
            }
          }
        },
        {
          "code": "gb-defra",
          "name": "DAQI (GB)",
          "aqi": 2,
          "aqiDisplay": "2",
          "level": "1",
          "category": "Low",
          "color": {
            "red": 49,
            "green": 255,
            "blue": 0,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "o3",
            "name": "O3",
            "fullName": "Ozone"
          },
          "health": {
            "effect": null,
            "advice": {
              "generalPopulation": "Enjoy your usual outdoor activities.",
              "sensitivePopulation": "Enjoy your usual outdoor activities."
            }
          }
        }
      ],
      "pollutants": [
        {
          "code": "pm2p5",
          "name": "PM 2.5",
          "fullName": "Fine particulate matter (<2.5µm)",
          "concentration": {
            "value": 6.9,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.6,
              "aqiDisplay": "0.6"
            }
          ]
        },
        {
          "code": "pm10",
          "name": "PM 10",
          "fullName": "Inhalable particulate matter (<10µm)",
          "concentration": {
            "value": 3.12,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "no2",
          "name": "NO2",
          "fullName": "Nitrogen dioxide",
          "concentration": {
            "value": 3.02,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.1,
              "aqiDisplay": "0.1"
            }
          ]
        },
        {
          "code": "o3",
          "name": "O3",
          "fullName": "Ozone",
          "concentration": {
            "value": 61.81,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1.3,
              "aqiDisplay": "1.3"
            }
          ]
        },
        {
          "code": "so2",
          "name": "SO2",
          "fullName": "Sulfur dioxide",
          "concentration": {
            "value": 23.05,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.5,
              "aqiDisplay": "0.5"
            }
          ]
        }
      ]
    },
    {
      "forecastTime": "2023-05-17T20:00Z",
      "indexes": [
        {
          "code": "qaqi",
          "name": "QAQI",
          "aqi": 1.0,
          "aqiDisplay": "1.0",
          "level": "1",
          "category": "Excellent",
          "color": {
            "red": 195,
            "green": 217,
            "blue": 78,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "o3",
            "name": "O3",
            "fullName": "Ozone"
          },
          "health": {
            "effect": "No health implications.",
            "advice": {
              "generalPopulation": "Enjoy your outdoor activities.",
              "sensitivePopulation": "Enjoy your outdoor activities."
            }
          }
        },
        {
          "code": "gb-defra",
          "name": "DAQI (GB)",
          "aqi": 2,
          "aqiDisplay": "2",
          "level": "1",
          "category": "Low",
          "color": {
            "red": 49,
            "green": 255,
            "blue": 0,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "o3",
            "name": "O3",
            "fullName": "Ozone"
          },
          "health": {
            "effect": null,
            "advice": {
              "generalPopulation": "Enjoy your usual outdoor activities.",
              "sensitivePopulation": "Enjoy your usual outdoor activities."
            }
          }
        }
      ],
      "pollutants": [
        {
          "code": "pm2p5",
          "name": "PM 2.5",
          "fullName": "Fine particulate matter (<2.5µm)",
          "concentration": {
            "value": 8.04,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.7,
              "aqiDisplay": "0.7"
            }
          ]
        },
        {
          "code": "pm10",
          "name": "PM 10",
          "fullName": "Inhalable particulate matter (<10µm)",
          "concentration": {
            "value": 3.21,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "no2",
          "name": "NO2",
          "fullName": "Nitrogen dioxide",
          "concentration": {
            "value": 3.71,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.1,
              "aqiDisplay": "0.1"
            }
          ]
        },
        {
          "code": "o3",
          "name": "O3",
          "fullName": "Ozone",
          "concentration": {
            "value": 46.33,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1,
              "aqiDisplay": "1"
            }
          ]
        },
        {
          "code": "so2",
          "name": "SO2",
          "fullName": "Sulfur dioxide",
          "concentration": {
            "value": 36.13,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.8,
              "aqiDisplay": "0.8"
            }
          ]
        }
      ]
    },
    {
      "forecastTime": "2023-05-17T21:00Z",
      "indexes": [
        {
          "code": "qaqi",
          "name": "QAQI",
          "aqi": 0.9,
          "aqiDisplay": "0.9",
          "level": "1",
          "category": "Excellent",
          "color": {
            "red": 195,
            "green": 217,
            "blue": 78,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "so2",
            "name": "SO2",
            "fullName": "Sulfur dioxide"
          },
          "health": {
            "effect": "No health implications.",
            "advice": {
              "generalPopulation": "Enjoy your outdoor activities.",
              "sensitivePopulation": "Enjoy your outdoor activities."
            }
          }
        },
        {
          "code": "gb-defra",
          "name": "DAQI (GB)",
          "aqi": 1,
          "aqiDisplay": "1",
          "level": "1",
          "category": "Low",
          "color": {
            "red": 156,
            "green": 255,
            "blue": 156,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "so2",
            "name": "SO2",
            "fullName": "Sulfur dioxide"
          },
          "health": {
            "effect": null,
            "advice": {
              "generalPopulation": "Enjoy your usual outdoor activities.",
              "sensitivePopulation": "Enjoy your usual outdoor activities."
            }
          }
        }
      ],
      "pollutants": [
        {
          "code": "pm2p5",
          "name": "PM 2.5",
          "fullName": "Fine particulate matter (<2.5µm)",
          "concentration": {
            "value": 9.4,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.8,
              "aqiDisplay": "0.8"
            }
          ]
        },
        {
          "code": "pm10",
          "name": "PM 10",
          "fullName": "Inhalable particulate matter (<10µm)",
          "concentration": {
            "value": 3.2,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "no2",
          "name": "NO2",
          "fullName": "Nitrogen dioxide",
          "concentration": {
            "value": 4.43,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.1,
              "aqiDisplay": "0.1"
            }
          ]
        },
        {
          "code": "o3",
          "name": "O3",
          "fullName": "Ozone",
          "concentration": {
            "value": 32.22,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.7,
              "aqiDisplay": "0.7"
            }
          ]
        },
        {
          "code": "so2",
          "name": "SO2",
          "fullName": "Sulfur dioxide",
          "concentration": {
            "value": 40.73,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.9,
              "aqiDisplay": "0.9"
            }
          ]
        }
      ]
    },
    {
      "forecastTime": "2023-05-17T22:00Z",
      "indexes": [
        {
          "code": "qaqi",
          "name": "QAQI",
          "aqi": 1.1,
          "aqiDisplay": "1.1",
          "level": "1",
          "category": "Excellent",
          "color": {
            "red": 195,
            "green": 217,
            "blue": 78,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "pm2p5",
            "name": "PM 2.5",
            "fullName": "Fine particulate matter (<2.5µm)"
          },
          "health": {
            "effect": "No health implications.",
            "advice": {
              "generalPopulation": "Enjoy your outdoor activities.",
              "sensitivePopulation": "Enjoy your outdoor activities."
            }
          }
        },
        {
          "code": "gb-defra",
          "name": "DAQI (GB)",
          "aqi": 2,
          "aqiDisplay": "2",
          "level": "1",
          "category": "Low",
          "color": {
            "red": 49,
            "green": 255,
            "blue": 0,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "pm2p5",
            "name": "PM 2.5",
            "fullName": "Fine particulate matter (<2.5µm)"
          },
          "health": {
            "effect": null,
            "advice": {
              "generalPopulation": "Enjoy your usual outdoor activities.",
              "sensitivePopulation": "Enjoy your usual outdoor activities."
            }
          }
        }
      ],
      "pollutants": [
        {
          "code": "pm2p5",
          "name": "PM 2.5",
          "fullName": "Fine particulate matter (<2.5µm)",
          "concentration": {
            "value": 13.16,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1.1,
              "aqiDisplay": "1.1"
            }
          ]
        },
        {
          "code": "pm10",
          "name": "PM 10",
          "fullName": "Inhalable particulate matter (<10µm)",
          "concentration": {
            "value": 2.97,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.2,
              "aqiDisplay": "0.2"
            }
          ]
        },
        {
          "code": "no2",
          "name": "NO2",
          "fullName": "Nitrogen dioxide",
          "concentration": {
            "value": 4.01,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.1,
              "aqiDisplay": "0.1"
            }
          ]
        },
        {
          "code": "o3",
          "name": "O3",
          "fullName": "Ozone",
          "concentration": {
            "value": 30.26,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.7,
              "aqiDisplay": "0.7"
            }
          ]
        },
        {
          "code": "so2",
          "name": "SO2",
          "fullName": "Sulfur dioxide",
          "concentration": {
            "value": 39.04,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.8,
              "aqiDisplay": "0.8"
            }
          ]
        }
      ]
    },
    {
      "forecastTime": "2023-05-17T23:00Z",
      "indexes": [
        {
          "code": "qaqi",
          "name": "QAQI",
          "aqi": 1.2,
          "aqiDisplay": "1.2",
          "level": "1",
          "category": "Excellent",
          "color": {
            "red": 195,
            "green": 217,
            "blue": 78,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "pm2p5",
            "name": "PM 2.5",
            "fullName": "Fine particulate matter (<2.5µm)"
          },
          "health": {
            "effect": "No health implications.",
            "advice": {
              "generalPopulation": "Enjoy your outdoor activities.",
              "sensitivePopulation": "Enjoy your outdoor activities."
            }
          }
        },
        {
          "code": "gb-defra",
          "name": "DAQI (GB)",
          "aqi": 2,
          "aqiDisplay": "2",
          "level": "1",
          "category": "Low",
          "color": {
            "red": 49,
            "green": 255,
            "blue": 0,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "pm2p5",
            "name": "PM 2.5",
            "fullName": "Fine particulate matter (<2.5µm)"
          },
          "health": {
            "effect": null,
            "advice": {
              "generalPopulation": "Enjoy your usual outdoor activities.",
              "sensitivePopulation": "Enjoy your usual outdoor activities."
            }
          }
        }
      ],
      "pollutants": [
        {
          "code": "pm2p5",
          "name": "PM 2.5",
          "fullName": "Fine particulate matter (<2.5µm)",
          "concentration": {
            "value": 14.66,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1.2,
              "aqiDisplay": "1.2"
            }
          ]
        },
        {
          "code": "pm10",
          "name": "PM 10",
          "fullName": "Inhalable particulate matter (<10µm)",
          "concentration": {
            "value": 2.47,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.1,
              "aqiDisplay": "0.1"
            }
          ]
        },
        {
          "code": "no2",
          "name": "NO2",
          "fullName": "Nitrogen dioxide",
          "concentration": {
            "value": 3.79,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.1,
              "aqiDisplay": "0.1"
            }
          ]
        },
        {
          "code": "o3",
          "name": "O3",
          "fullName": "Ozone",
          "concentration": {
            "value": 31.4,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.7,
              "aqiDisplay": "0.7"
            }
          ]
        },
        {
          "code": "so2",
          "name": "SO2",
          "fullName": "Sulfur dioxide",
          "concentration": {
            "value": 38.28,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.8,
              "aqiDisplay": "0.8"
            }
          ]
        }
      ]
    },
    {
      "forecastTime": "2023-05-18T00:00Z",
      "indexes": [
        {
          "code": "qaqi",
          "name": "QAQI",
          "aqi": 1.2,
          "aqiDisplay": "1.2",
          "level": "1",
          "category": "Excellent",
          "color": {
            "red": 195,
            "green": 217,
            "blue": 78,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "pm2p5",
            "name": "PM 2.5",
            "fullName": "Fine particulate matter (<2.5µm)"
          },
          "health": {
            "effect": "No health implications.",
            "advice": {
              "generalPopulation": "Enjoy your outdoor activities.",
              "sensitivePopulation": "Enjoy your outdoor activities."
            }
          }
        },
        {
          "code": "gb-defra",
          "name": "DAQI (GB)",
          "aqi": 2,
          "aqiDisplay": "2",
          "level": "1",
          "category": "Low",
          "color": {
            "red": 49,
            "green": 255,
            "blue": 0,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "pm2p5",
            "name": "PM 2.5",
            "fullName": "Fine particulate matter (<2.5µm)"
          },
          "health": {
            "effect": null,
            "advice": {
              "generalPopulation": "Enjoy your usual outdoor activities.",
              "sensitivePopulation": "Enjoy your usual outdoor activities."
            }
          }
        }
      ],
      "pollutants": [
        {
          "code": "pm2p5",
          "name": "PM 2.5",
          "fullName": "Fine particulate matter (<2.5µm)",
          "concentration": {
            "value": 14.71,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1.2,
              "aqiDisplay": "1.2"
            }
          ]
        },
        {
          "code": "pm10",
          "name": "PM 10",
          "fullName": "Inhalable particulate matter (<10µm)",
          "concentration": {
            "value": 2.29,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.1,
              "aqiDisplay": "0.1"
            }
          ]
        },
        {
          "code": "no2",
          "name": "NO2",
          "fullName": "Nitrogen dioxide",
          "concentration": {
            "value": 3.23,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.1,
              "aqiDisplay": "0.1"
            }
          ]
        },
        {
          "code": "o3",
          "name": "O3",
          "fullName": "Ozone",
          "concentration": {
            "value": 30.46,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.7,
              "aqiDisplay": "0.7"
            }
          ]
        },
        {
          "code": "so2",
          "name": "SO2",
          "fullName": "Sulfur dioxide",
          "concentration": {
            "value": 38.07,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.8,
              "aqiDisplay": "0.8"
            }
          ]
        }
      ]
    },
    {
      "forecastTime": "2023-05-18T01:00Z",
      "indexes": [
        {
          "code": "qaqi",
          "name": "QAQI",
          "aqi": 1.2,
          "aqiDisplay": "1.2",
          "level": "1",
          "category": "Excellent",
          "color": {
            "red": 195,
            "green": 217,
            "blue": 78,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "pm2p5",
            "name": "PM 2.5",
            "fullName": "Fine particulate matter (<2.5µm)"
          },
          "health": {
            "effect": "No health implications.",
            "advice": {
              "generalPopulation": "Enjoy your outdoor activities.",
              "sensitivePopulation": "Enjoy your outdoor activities."
            }
          }
        },
        {
          "code": "gb-defra",
          "name": "DAQI (GB)",
          "aqi": 2,
          "aqiDisplay": "2",
          "level": "1",
          "category": "Low",
          "color": {
            "red": 49,
            "green": 255,
            "blue": 0,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "pm2p5",
            "name": "PM 2.5",
            "fullName": "Fine particulate matter (<2.5µm)"
          },
          "health": {
            "effect": null,
            "advice": {
              "generalPopulation": "Enjoy your usual outdoor activities.",
              "sensitivePopulation": "Enjoy your usual outdoor activities."
            }
          }
        }
      ],
      "pollutants": [
        {
          "code": "pm2p5",
          "name": "PM 2.5",
          "fullName": "Fine particulate matter (<2.5µm)",
          "concentration": {
            "value": 14.7,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1.2,
              "aqiDisplay": "1.2"
            }
          ]
        },
        {
          "code": "pm10",
          "name": "PM 10",
          "fullName": "Inhalable particulate matter (<10µm)",
          "concentration": {
            "value": 2.16,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.1,
              "aqiDisplay": "0.1"
            }
          ]
        },
        {
          "code": "no2",
          "name": "NO2",
          "fullName": "Nitrogen dioxide",
          "concentration": {
            "value": 2.76,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.1,
              "aqiDisplay": "0.1"
            }
          ]
        },
        {
          "code": "o3",
          "name": "O3",
          "fullName": "Ozone",
          "concentration": {
            "value": 29.04,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.6,
              "aqiDisplay": "0.6"
            }
          ]
        },
        {
          "code": "so2",
          "name": "SO2",
          "fullName": "Sulfur dioxide",
          "concentration": {
            "value": 35.58,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.8,
              "aqiDisplay": "0.8"
            }
          ]
        }
      ]
    },
    {
      "forecastTime": "2023-05-18T02:00Z",
      "indexes": [
        {
          "code": "qaqi",
          "name": "QAQI",
          "aqi": 1.2,
          "aqiDisplay": "1.2",
          "level": "1",
          "category": "Excellent",
          "color": {
            "red": 195,
            "green": 217,
            "blue": 78,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "pm2p5",
            "name": "PM 2.5",
            "fullName": "Fine particulate matter (<2.5µm)"
          },
          "health": {
            "effect": "No health implications.",
            "advice": {
              "generalPopulation": "Enjoy your outdoor activities.",
              "sensitivePopulation": "Enjoy your outdoor activities."
            }
          }
        },
        {
          "code": "gb-defra",
          "name": "DAQI (GB)",
          "aqi": 2,
          "aqiDisplay": "2",
          "level": "1",
          "category": "Low",
          "color": {
            "red": 49,
            "green": 255,
            "blue": 0,
            "alpha": 1
          },
          "primaryPollutant": {
            "code": "pm2p5",
            "name": "PM 2.5",
            "fullName": "Fine particulate matter (<2.5µm)"
          },
          "health": {
            "effect": null,
            "advice": {
              "generalPopulation": "Enjoy your usual outdoor activities.",
              "sensitivePopulation": "Enjoy your usual outdoor activities."
            }
          }
        }
      ],
      "pollutants": [
        {
          "code": "pm2p5",
          "name": "PM 2.5",
          "fullName": "Fine particulate matter (<2.5µm)",
          "concentration": {
            "value": 14.18,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 1.2,
              "aqiDisplay": "1.2"
            }
          ]
        },
        {
          "code": "pm10",
          "name": "PM 10",
          "fullName": "Inhalable particulate matter (<10µm)",
          "concentration": {
            "value": 1.95,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.1,
              "aqiDisplay": "0.1"
            }
          ]
        },
        {
          "code": "no2",
          "name": "NO2",
          "fullName": "Nitrogen dioxide",
          "concentration": {
            "value": 2.3,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.1,
              "aqiDisplay": "0.1"
            }
          ]
        },
        {
          "code": "o3",
          "name": "O3",
          "fullName": "Ozone",
          "concentration": {
            "value": 33.35,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.7,
              "aqiDisplay": "0.7"
            }
          ]
        },
        {
          "code": "so2",
          "name": "SO2",
          "fullName": "Sulfur dioxide",
          "concentration": {
            "value": 30.77,
            "unit": "μg/m3"
          },
          "subIndexes": [
            {
              "code": "qaqi",
              "aqi": 0.7,
              "aqiDisplay": "0.7"
            }
          ]
        }
      ]
    }
  ]
}
  • metadata
    object
    Metadata for this response
    • tag
      string
      Unique data identifier
    • attributions
      array
      Data attribution or statements that must be displayed with the response data
  • hours
    array
    Hourly AQI list
    • forecastTime
      date-time
      Forecast time in ISO 8601 format
    • indexes
      array
      Air quality index list. See Supported AQIs
      • code
        string
        Air quality index code
      • name
        string
        Name of air quality index
      • aqi
        number
        Numeric air quality index value, including a numeric conversion when the standard value contains non-numeric characters, for use in calculations
      • aqiDisplay
        string
        Standard display value of the air quality index, which may contain non-numeric characters and is recommended for display to users
      • level
        string
        Level of air quality index
      • category
        string
        Category of air quality index
      • color
        object
        RGBA color for the air quality index
        • red
          number
          Red component, range [0, 255]
        • green
          number
          Green component, range [0, 255]
        • blue
          number
          Blue component, range [0, 255]
        • alpha
          number
          Alpha component, range [0, 1]
      • primaryPollutant
        object
        The primary pollutant is the main component responsible for the current air pollution
        • code
          string
          Primary pollutant code
        • name
          string
          Name of primary pollutant
        • fullName
          string
          Full name of primary pollutant
      • health
        object
        Air quality health effects and guidance for the general and sensitive populations
        • effect
          string
          Health effects of air quality, maybe NULL
        • advice
          object
          Health advice, may be NULL
          • generalPopulation
            string
            Health advice for general population, maybe NULL
          • sensitivePopulation
            string
            Health advice for sensitive population, maybe NULL
    • pollutants
      array
      • code
        string
        Pollutant code. Available values: pm10, pm2p5, co, no, no2, so2, o3, and nmhc
      • name
        string
        Name of pollutant
      • fullName
        string
        Full name of pollutant
      • concentration
        object
        Concentration of pollutant
        • value
          number
          Value
        • unit
          string
      • subIndexes
        array
        Air quality sub-indexes for the pollutant. The highest pollutant sub-index generally determines the current AQI and the primary pollutant
        • code
          string
          Air quality index code associated with the sub-index
        • aqi
          number
          Sub-index value for pollutant
        • aqiDisplay
          string
          Sub-index for display