weather_air_quality
ActiveTool of Ready APIs
declared in 1.0.0
Current air quality at a lat/lon or US ZIP: US EPA AQI + European AQI, plus pollutant concentrations (PM2.5, PM10, ozone, NO₂, SO₂, CO, dust) in µg/m³, a categorical band, and the primary pollutant. Source: Open-Meteo Air Quality (CAMS + EPA AirNow blend).
Parameters schema
{
"type": "object",
"properties": {
"lat": {
"type": "number"
},
"lon": {
"type": "number"
},
"zip_code": {
"type": "string",
"description": "US ZIP (preferred). Or pass lat+lon."
}
},
"additionalProperties": false
}Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries