UnifyAPI
← Back to catalog

noaa.hourly

mock data$0.002 / call

NOAA Hourly Forecast

Get hourly weather forecast (next 48 hours) for a US location by latitude/longitude. Returns temperature (°F), precipitation chance, wind speed/direction, and short conditions per hour. 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.hourly \
  -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.