← Back to catalog
noaa.observation
mock data$0.002 / callNOAA Latest Observation
Get latest weather observation from the nearest ASOS/AWOS station to a US location. Returns current temperature (°C/°F), humidity, wind, pressure, visibility, dewpoint, heat index, wind chill. Powered by NOAA National Weather Service. US contiguous only.
Input schema
latituderequired
numberLatitude in decimal degrees (US contiguous only: 24–50)
longituderequired
numberLongitude in decimal degrees (US contiguous only: −125 to −66)
Call via REST
curl -X POST https://unifyapi.pro/api/call/noaa.observation \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"latitude":0,"longitude":0}'