I am looking for a Weather API which is free to use for commercial use. Does anyone have any experience of using any?

I signed up for worldweatheronline.com however, received no email.

I cant seem to work out if weather.gov is free to use.

I want to be able to provide a forecast and basic information.

link|improve this question

Has anyone actually got any experience in using a weather API – Burf2000 Apr 5 '11 at 14:12
Yep. I'm using the unofficial Google API first and the wunderground API as a backup on a personal project. Commercial uses on the wunderground API will run you about $500/mon. Many of the commercially free APIs/feeds require that you also attribute the source of your weather feeds. But if you don't mind that, weather.com also may have something you can use. – Workman Apr 5 '11 at 16:13
feedback

6 Answers

up vote 3 down vote accepted

Official and Free (Personal/Commercial)

Weather.gov (US ONLY)

I had a look at the example you suggested, weather.gov, a site maintained by NOAA. After reviewing their RSS feed use policy, it sounds like it's perfect for commercial use. And here is the more ideal API.

Use

The purpose of this service is to enable current internet technology to be used to deliver NWS operational products and services using means which maximize the flexibility in how these products and services are delivered and used

Audience

The audience for this service includes emergency managers, commercial industry, transportation, recreation, commerce, and all general weather and water information users.

No reference to restriction is made, though you still may want to cache your requests for the sake of being polite.


Official - Free Personal/Catch Commercial

Weather.com (Personal & Commercial with Branding)

Wunderground.com (Free Personal/Commercial from $20+/mon to $5000+/mon) EDIT: Very expensive, very restrictive, not good for free apps.


Unofficial

Google's Unofficial API

Yes, it's unofficial and there's barely any documentation, but it's completely functional and has been around for years. A number of Google widgets and internal applications (not to mention external applications) use these these APIs and is imperative to their functionality. Please observe the Google General Terms of Service for usage of this source.

link|improve this answer
Does it support locations outside the US, i.e. most of the world? Good point about caching though, you'll want to be gentle with any free service you end up using. – brain Apr 5 '11 at 15:58
@brian My impression is that these RSS feeds only serve weather data for the US. Though I did get some limited weather information from a search. No RSS feeds though. – Workman Apr 5 '11 at 16:16
feedback

Please try this

http://www.nws.noaa.gov/forecasts/xml/

http://animaonline.blogspot.com/2007/07/google-weather-api.html

http://developer.yahoo.com/weather/

Thanks

link|improve this answer
Yeahoo is not free for commercial projects. I am sure! – Burf2000 Apr 5 '11 at 14:08
The feeds are provided free of charge for use by individuals and non-profit organizations for personal, non-commercial uses. We ask that you provide attribution to Yahoo! Weather in connection with your use of the feeds. – Burf2000 Apr 5 '11 at 14:09
feedback

You could try the Google one, it's unofficial so not really sure if it is free for commercial use or not.

link|improve this answer
I'm pretty sure Google uses wunderground.com's data. Yes, it is unofficial, but has been consistent over the years – Workman Apr 5 '11 at 13:21
I cant really use unofficial stuff on a commercial project. – Burf2000 Apr 5 '11 at 14:07
feedback

You can read this : 5-weather-apis

link|improve this answer
feedback

I believe the weather at Geonames is free: http://www.geonames.org/

More generally here's a list of options: http://www.programmableweb.com/apitag/?q=weather

link|improve this answer
feedback

Google is one.. but you can't use it for commercial apps. however we built a few commercial apps around feedsyndicate weather feeds

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.