Air Quality Near
air_quality_nearGet the latest air-quality readings (PM2.5, PM10, O3, NO2, SO2, CO, etc.) at the monitoring station NEAREST to a latitude/longitude. PREFER for "air quality near me", "what is the air quality at ", "is the air bad in right now". Returns the nearest station with its most recent pollutant values, plus other nearby stations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _apiKey | No | OpenAQ API key (optional; the gateway supplies one). | |
| latitude | Yes | Latitude in decimal degrees (e.g., 40.785). | |
| longitude | Yes | Longitude in decimal degrees (e.g., -73.968). | |
| radius_km | No | Search radius in km (default 12, max 25 — OpenAQ limit). |