0

I want to get Weekly weather forecast from yahoo api

I'm using this API and try to give d=4 in parameter but it's not working, is there any alternative API or I am missing some thing ?

http://weather.yahooapis.com/forecastrss?w=" + woeidNumber

Thanks.

FIROJ
  • 31
  • 7
user1737884
  • 8,137
  • 4
  • 15
  • 15

2 Answers2

0

Take a look here: http://soup.metwit.com/post/47181933854/an-alternative-to-yahoo-weather-api

I would recommend Metwit weather API. It's an easy to use fully REST API and it's free to use for many reasonable uses.

(Full disclosure: I am a founder of Metwit. Feel free to ask me for further details)

beddamadre
  • 1,583
  • 2
  • 19
  • 40
0

Yahoo weather API doesn't support third parameter it only will response for WOEID and U. ,But yahoo provide this option only for U.S . , if you want to get 5 days forecast means, better you can try other 3rd party API's like Accuweather , Sky etc..

For more info refer this link

Community
  • 1
  • 1
chain
  • 649
  • 10
  • 22