UnifyAPI
← Back to catalog

weather.forecast

live upstream$0.002 / call

Weather Forecast

Multi-day forecast for any latitude/longitude with temperature, precipitation, and wind.

Weatherprovider: Open-Meteo#weather#forecast#live

Input schema

days
integer
latituderequired

Latitude, e.g. -6.2088

number
longituderequired

Longitude, e.g. 106.8456

number

Call via REST

curl -X POST https://unifyapi.pro/api/call/weather.forecast \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"days":3,"latitude":0,"longitude":0}'

Try it

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