AQI Forecast by Coordinate
weather.airnow.forecast_latlngGet multi-day Air Quality Index (AQI) forecast for any US location by providing latitude and longitude. Uses EPA AirNow data with optional date and search radius.
Instructions
Multi-day AQI forecast for a US lat/lng. 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). | |
| date | No | Optional ISO date YYYY-MM-DD to get forecast for that day. Default: today. |
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. |