UnifyAPI
← Back to catalog

airnow.forecast_zip

mock data$0.002 / call

AQI Forecast by ZIP (AirNow)

Multi-day AQI forecast (today + ~5 days) for a US ZIP — ozone + PM2.5 expected category. EPA AirNow

Weatherprovider: Airnow#airnow#weather

Input schema

ziprequired

US ZIP code — 5 digits (e.g. "10001" Manhattan, "90210" Beverly Hills, "60601" Chicago).

string
date

Optional ISO date YYYY-MM-DD to get forecast for that day. Default: today.

string
distance

Search radius in miles around the ZIP centroid (default 25). If no monitor within radius, returns empty array.

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/airnow.forecast_zip \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"zip":"<zip>","date":"<date>","distance":0}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.