Search code examples
yahoo-apiyahoo-weather-api

Weather Forcasts from yahoo weather api


How to get 3,5 or 7 day forecasts from Yahoo Weather API instead of just today and tomorrow?

http://weather.yahooapis.com/forecastrss?w=location gives response which has weather forecast of just today and tomorrow.

In what way we can have more forecasts in the response?

Thanks,


Solution

  • As stated on the API explanation there are only two parameters: w for the WOEID (where on earth id) and u for the unit (Fahrenheit or Celsius). There are no parameters for the number of days to fetch.

    I recommend to switch to some other weather API with more features.