UnifyAPI
← Back to catalog

airnow.forecast_latlng

mock data$0.002 / call

AQI Forecast by Coordinate (AirNow)

Multi-day AQI forecast for a US lat/lng. EPA AirNow

Weatherprovider: Airnow#airnow#weather

Input schema

latrequired

Latitude (decimal degrees, e.g. 40.7128 for NYC).

number
lngrequired

Longitude (decimal degrees, e.g. -74.0060 for NYC).

number
date

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

string
distance

Search radius in miles around the coordinate (default 25).

integer

Call via REST

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

Try it

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