← Back to catalog
weather.forecast
live upstream$0.002 / callWeather Forecast
Multi-day forecast for any latitude/longitude with temperature, precipitation, and wind.
Input schema
days
integerlatituderequired
numberLatitude, e.g. -6.2088
longituderequired
numberLongitude, e.g. 106.8456
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}'