← Back to catalog
weatherapi.forecast
mock data$0.001 / callWeather Forecast
Get 3-day weather forecast — daily min/max temperature, conditions, wind, precipitation, humidity, rain/snow chance, UV index. Accepts any location query (WeatherAPI.com)
Input schema
qrequired
stringLocation query — city name, coordinates, zip code, or airport code
days
integerForecast days (1-3, default 3)
Call via REST
curl -X POST https://unifyapi.pro/api/call/weatherapi.forecast \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"q":"<q>","days":3}'