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/A253246/?token=__YOUR_TOKEN__
.
If everything works fine, you will then be able to get the data similar to the result below:
{
"aqi": "...",
"idx": -253246,
"attributions": [
{
"url": "https://uradmonitor.com/",
"name": "uRad Monitor",
"station": "16000345"
},
{
"url": "https://waqi.info/",
"name": "World Air Quality Index Project"
}
],
"city": {
"geo": [],
"name": "station name",
"url": "https://aqicn.org/station/@253246",
"location": "..."
},
"dominentpol": "pm25",
"iaqi": {
"h": {
"v": 0
},
"pm1": {
"v": 0
},
"pm10": {
"v": 0
},
"pm25": {
"v": 0
},
"t": {
"v": 0
}
},
"time": {
"s": "2024-10-15T02:24:24Z",
"tz": "+00:00",
"v": 1728959064,
"iso": "2024-10-15T02:24:24Z"
}
}