Air Quality by Coordinates
environment.airquality.nearestGet real-time air quality index and weather data for the nearest monitoring station to your GPS coordinates. Includes AQI, dominant pollutant, PM2.5, PM10, O3, temperature, and humidity.
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
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude (-90 to 90, e.g. 34.0522) | |
| lon | Yes | Longitude (-180 to 180, e.g. -118.2437) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |