What is the best web API for getting weaher information for any city in the world?

I need the hourly weather forecast and time of sunlight information.

And I will request the information using the city name. For New York I will pass: New York - NY, USA. As I'm using in Google API: http://www.google.com/ig/api?hl=en&weather=New+York+-+NY,+USA

I'm developing a backend application.

link|improve this question

"Best" by what criteria? – Matt Ball Dec 5 '11 at 18:11
information quality – Victor Dec 5 '11 at 18:20
feedback

2 Answers

up vote 1 down vote accepted

I've previously used yahoo weather rss feed.. It has sunsire, and sunset times, not too sure about the hourly forecast requirement you have..

link|improve this answer
There is an web API for request city code? – Victor Dec 5 '11 at 19:05
feedback

The National Oceanic and Atmospheric Administration's National Weather Service has XML feeds at http://www.weather.gov/xml/current_obs/.

link|improve this answer
How can I build the url for any city in the world? – Victor Dec 5 '11 at 19:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.