← Back to catalog
noaa.forecast
mock data$0.002 / callNOAA 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.
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.forecast \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"latitude":0,"longitude":0}'