Back to catalog
Cortexa research tool·clinical·waqi
WAQI Get Air Quality
Get real-time Air Quality Index (AQI) data for a city or monitoring station using the World Air Quality Index API with the public demo token. Returns AQI values, dominant pollutant, and individual pollutant readings (PM2.5, PM10, NO2, O3, SO2, CO). No personal API key required (uses demo token with limited quota). Useful for environmental research, health risk assessment, and air quality monitoring.
Livelast probed 2026-05-01 01:00Z· 78msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 78ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"city": {
"description": "City name or station name to get AQI for. Examples: 'beijing', 'london', 'new-york', 'paris', 'delhi', 'los-angeles'. Use lowercase with hyphens for multi-word cities.",
"type": "string"
}
},
"required": [
"city"
],
"type": "object"
}Examples (1)
Default WAQI Get Air Quality call
public-safeinput
{
"city": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_WAQI_get_air_quality
- Tool name
- WAQI_get_air_quality
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse