environment.airquality.nearest
Get real-time air quality index (AQI), pollutant concentrations, and weather data for the nearest monitoring station using GPS coordinates. Returns AQI values, PM2.5/PM10 levels, temperature, and humidity from IQAir AirVisual.
Instructions
Real-time air quality index (AQI) and weather data for the nearest monitoring station to given GPS coordinates. Returns nearest city, AQI (US + CN), dominant pollutant, PM2.5/PM10/O3 concentrations, temperature, humidity (IQAir AirVisual)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude (-90 to 90, e.g. 34.0522) | |
| lon | Yes | Longitude (-180 to 180, e.g. -118.2437) |