← Back to catalog
airnow.current_latlng
mock data$0.001 / callCurrent AQI by Coordinate (AirNow)
Current AQI observations near a US coordinate. Same fields as current_zip. EPA AirNow
Input schema
latrequired
numberLatitude (decimal degrees, e.g. 40.7128 for NYC).
lngrequired
numberLongitude (decimal degrees, e.g. -74.0060 for NYC).
distance
integerSearch radius in miles around the coordinate (default 25).
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}'