What weather services have free APIs for commercial use? Out of the handful or so, which ones are easiest to tie into? Do they use "raw" HTTP requests or web services? Are there wrapper APIs for Java, .NET, Python, etc. Which have you had the best experience with?

--update

I would like something for South America ;)

--Related

http://stackoverflow.com/questions/507441/best-weather-apis

link|improve this question

I'm interested to know which is the most accurate weather API? – Martin Feb 17 at 20:41
feedback

4 Answers

up vote 4 down vote accepted
+50

World Weather Online has a free weather API. It's available for non-commercial and commercial use. You can find it at http://www.worldweatheronline.com/free-weather-feed.aspx.

The Weather Channel also has a great API. Not sure if it's commercial or not though. I would think not. You can access it at http://www.weather.com/services/xmloap.html

link|improve this answer
feedback

If you use a Weather API that gets its information from the National Weather Service (NWS), information from that agency is within the public domain by federal law. Here are two that use data from NWS.

NOAA Protocols: SOAP Data Formats: XML, DWML National Digital Forecast Database (NDFD) Extensible Markup Language (XML) is a service providing the public, government agencies, and commercial enterprises with data from the National Weather Service’s (NWS) digital forecast database.

Weather Underground Protocols: REST Data Formats: XML Weather Underground provides real-time weather information via the Internet. Weather Underground provides weather reports for cities across the world as well as local weather reports for newspapers and Web sites.

At programmableweb.com you can search API's and Mashhups. Searching for weather API, I found 10.

link|improve this answer
Hi, I need something for South America weather.. – Tom Brito Sep 8 '10 at 13:00
feedback

I had the same question and didn't really find a lot of information, so I tried to compile a list of all the services and write up some quick information about them. From there maybe that will help you narrow down what you are interested in for further investigation.

http://blog.michaelwelburn.com/post/12220032768/comparing-weather-apis

link|improve this answer
feedback

We've recently released our Aeris Weather API that is extremely flexible and offers considerably more than some of the others in the industry especially when comparing the costs. We also support US and international locations, so would probably work well for your South America needs.

http://www.hamweather.com/products/aeris-api/
http://www.hamweather.com/support/documentation/aeris/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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