Back to catalog
Cortexa research tool·clinical·open_meteo_airquality
OpenMeteo Get Air Quality
Get current and forecast air quality data for any location using the Open-Meteo Air Quality API. Returns hourly concentrations of PM2.5, PM10, ozone, NO2, SO2, carbon monoxide, and European Air Quality Index (AQI). Data from the Copernicus Atmosphere Monitoring Service. No authentication required.
Livelast probed 2026-04-30 23:07Z· 103msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 103ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"forecast_days": {
"description": "Number of forecast days (1-7). Default: 5",
"type": [
"integer",
"null"
]
},
"hourly": {
"description": "Comma-separated air quality variables. Values: 'pm10', 'pm2_5', 'carbon_monoxide', 'nitrogen_dioxide', 'sulphur_dioxide', 'ozone', 'aerosol_optical_depth', 'european_aqi', 'us_aqi'. Default: pm10,pm2_5,european_aqi",
"type": [
"string",
"null"
]
},
"latitude": {
"description": "Location latitude (-90 to 90). Examples: 52.52 (Berlin), 40.71 (NYC), 48.85 (Paris), 35.68 (Tokyo)",
"type": "number"
},
"longitude": {
"description": "Location longitude (-180 to 180). Examples: 13.41 (Berlin), -74.01 (NYC), 2.35 (Paris), 139.69 (Tokyo)",
"type": "number"
},
"past_days": {
"description": "Include past days in response (0-92). Examples: 1, 7",
"type": [
"integer",
"null"
]
}
},
"required": [
"latitude",
"longitude"
],
"type": "object"
}Examples (1)
Default OpenMeteo Get Air Quality call
public-safeinput
{
"latitude": 1,
"longitude": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_OpenMeteo_get_air_quality
- Tool name
- OpenMeteo_get_air_quality
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse