UnifyAPI
← Back to catalog

noaa.observation

mock data$0.002 / call

NOAA 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.

Weatherprovider: Noaa#noaa#weather

Input schema

latituderequired

Latitude in decimal degrees (US contiguous only: 24–50)

number
longituderequired

Longitude in decimal degrees (US contiguous only: −125 to −66)

number

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}'

Try it

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