UnifyAPI
← Back to catalog

airnow.current_zip

mock data$0.001 / call

Current AQI by ZIP (AirNow)

Current Air Quality Index (AQI) observations from EPA AirNow for any US ZIP code. Returns PM2.5, ozone, AQI value + category (Good/Moderate/Unhealthy/...). US Gov free

Weatherprovider: Airnow#airnow#weather

Input schema

ziprequired

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

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.current_zip \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"zip":"<zip>","distance":0}'

Try it

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