Current AQI by Coordinate
weather.airnow.current_latlngGet current AQI observations for a US location using latitude and longitude. Returns air quality data from EPA AirNow, with optional search radius.
Instructions
Current AQI observations near a US coordinate. Same fields as current_zip. EPA AirNow
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude (decimal degrees, e.g. 40.7128 for NYC). | |
| lng | Yes | Longitude (decimal degrees, e.g. -74.0060 for NYC). | |
| distance | No | Search radius in miles around the coordinate (default 25). |
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. |