World Air Quality Index Data Platform
Welcome to the WAQI Data Platform and API server
Then enter your token here:
You can then use the following URL to access the real-time data:
https://api.waqi.info/feed/A129547/?token=__YOUR_TOKEN__
.
If everything works fine, you will then be able to get the data similar to the result below:
{
"aqi": "...",
"idx": -129547,
"attributions": [
{
"url": "https://uradmonitor.com/",
"name": "uRad Monitor",
"station": "8200027a"
},
{
"url": "https://waqi.info/",
"name": "World Air Quality Index Project"
}
],
"city": {
"geo": [],
"name": "station name",
"url": "https://aqicn.org/station/@129547",
"location": "..."
},
"dominentpol": "pm25",
"iaqi": {
"h": {
"v": 0
},
"o3": {
"v": 0
},
"p": {
"v": 0
},
"pm1": {
"v": 0
},
"pm10": {
"v": 0
},
"pm25": {
"v": 0
},
"t": {
"v": 0
}
},
"time": {
"s": "2024-11-13T01:44:46Z",
"tz": "+00:00",
"v": 1731462286,
"iso": "2024-11-13T01:44:46Z"
}
}