← Back to catalog
airnow.current_zip
mock data$0.001 / callCurrent 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
Input schema
ziprequired
stringUS ZIP code — 5 digits (e.g. "10001" Manhattan, "90210" Beverly Hills, "60601" Chicago).
distance
integerSearch radius in miles around the ZIP centroid (default 25). If no monitor within radius, returns empty array.
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}'