AQI Forecast by US ZIP
weather.airnow.forecast_zipGet multi-day air quality index (AQI) forecast for any US ZIP code. Includes ozone and PM2.5 categories for today and up to 5 days ahead using EPA AirNow data.
Instructions
Multi-day AQI forecast (today + ~5 days) for a US ZIP — ozone + PM2.5 expected category. EPA AirNow
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zip | Yes | US ZIP code — 5 digits (e.g. "10001" Manhattan, "90210" Beverly Hills, "60601" Chicago). | |
| distance | No | Search radius in miles around the ZIP centroid (default 25). If no monitor within radius, returns empty array. | |
| 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. |