APR
2011
23
1 Comment
824 Hits
Google Weather API
Posted under: PHP

Google has a weather API which is very fast. It is able to show weather forecast of current condition and the following three days on many cities over the world. It is also able to show weather forecast based on longitude and latitude coordinate parameters. The returned forecast is in XML format. The API itself is undocumented by Google and may changed without notice. From many sources on the web, here's the URL of the Google weather API:

http://www.google.com/ig/api?weather=[cityname]
Read More