UnifyAPI
← Back to catalog

noaa.forecast

mock data$0.002 / call

NOAA 7-Day Forecast

Get 7-day weather forecast for a US location by latitude/longitude. Returns day and night periods with temperature (°F), precipitation chance, wind speed/direction, and detailed forecast text. Powered by NOAA National Weather Service (api.weather.gov). 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.forecast \
  -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.