Air Quality Hourly Forecast
Endpoint#
GET /airquality/v1/hourly/{latitude}/{longitude}Parameters#
Path parameters
-
latitude requirednumberLatitude of the requested location in decimal degrees
-
longitude requirednumberLongitude of the requested location in decimal degrees
Query parameters
-
langstringLanguage 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
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"
}
]
}
]
}
]
}
-
metadataobjectMetadata for this response
-
tagstringUnique data identifier
-
attributionsarrayData attribution or statements that must be displayed with the response data
-
-
hoursarrayHourly AQI list
-
forecastTimedate-timeForecast time in ISO 8601 format
-
indexesarrayAir quality index list. See Supported AQIs
-
codestringAir quality index code
-
namestringName of air quality index
-
aqinumberNumeric air quality index value, including a numeric conversion when the standard value contains non-numeric characters, for use in calculations
-
aqiDisplaystringStandard display value of the air quality index, which may contain non-numeric characters and is recommended for display to users
-
levelstringLevel of air quality index
-
categorystringCategory of air quality index
-
colorobjectRGBA color for the air quality index
-
rednumberRed component, range [0, 255]
-
greennumberGreen component, range [0, 255]
-
bluenumberBlue component, range [0, 255]
-
alphanumberAlpha component, range [0, 1]
-
-
primaryPollutantobjectThe primary pollutant is the main component responsible for the current air pollution
-
codestringPrimary pollutant code
-
namestringName of primary pollutant
-
fullNamestringFull name of primary pollutant
-
-
healthobjectAir quality health effects and guidance for the general and sensitive populations
-
effectstringHealth effects of air quality, maybe NULL
-
adviceobjectHealth advice, may be NULL
-
generalPopulationstringHealth advice for general population, maybe NULL
-
sensitivePopulationstringHealth advice for sensitive population, maybe NULL
-
-
-
-
pollutantsarrayPollutant list
-
codestringPollutant code. Available values:
pm10,pm2p5,co,no,no2,so2,o3, andnmhc -
namestringName of pollutant
-
fullNamestringFull name of pollutant
-
concentrationobjectConcentration of pollutant
-
valuenumberValue
-
unitstring
-
-
subIndexesarrayAir quality sub-indexes for the pollutant. The highest pollutant sub-index generally determines the current AQI and the primary pollutant
-
codestringAir quality index code associated with the sub-index
-
aqinumberSub-index value for pollutant
-
aqiDisplaystringSub-index for display
-
-
-