UnifyAPI
← Back to catalog

weatherapi.forecast

mock data$0.001 / call

Weather 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)

Weatherprovider: Weatherapi#weatherapi#weather

Input schema

qrequired

Location query — city name, coordinates, zip code, or airport code

string
days

Forecast days (1-3, default 3)

integer

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}'

Try it

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