I'm looking to create a web app around precipitation in the US by state or zip code in at least a month, but bi weekly or even weekly would be fine too. Does anyone know of any public REST APIs that would have this data? I've been scouring data.gov and can't seem to find any usable REST API.<p>Also, does anyone know of a already existing service that does this well? If so feel free to let me know.
<a href="http://www.programmableweb.com/api/noaa-climate-data-online" rel="nofollow">http://www.programmableweb.com/api/noaa-climate-data-online</a><p><a href="https://catalog.data.gov/dataset/u-s-hourly-precipitation-data" rel="nofollow">https://catalog.data.gov/dataset/u-s-hourly-precipitation-da...</a><p><a href="http://www.wunderground.com/weather/api/d/docs" rel="nofollow">http://www.wunderground.com/weather/api/d/docs</a><p><a href="http://www.ncdc.noaa.gov/cdo-web/webservices/ncdcwebservices" rel="nofollow">http://www.ncdc.noaa.gov/cdo-web/webservices/ncdcwebservices</a><p><a href="https://data.noaa.gov/dataset/u-s-15-minute-precipitation-data" rel="nofollow">https://data.noaa.gov/dataset/u-s-15-minute-precipitation-da...</a><p>Note some maybe datasets, so you may have to import them into a db and then just use something like<p><a href="http://www.slashdb.com/" rel="nofollow">http://www.slashdb.com/</a><p>to quickly publish your own api.