UnifyAPI
← Back to catalog

airnow.current_latlng

mock data$0.001 / call

Current AQI by Coordinate (AirNow)

Current AQI observations near a US coordinate. Same fields as current_zip. 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
distance

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

integer

Call via REST

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

Try it

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