Google kills weather API - apps go down
lifehacker.com.au
Google kills weather API - apps go down
1–10 of 16 posts
Re: Google kills weather API - apps go down
#2Sometimes reading/researching pays dividends.
Re: Google kills weather API - apps go down
#3Re: Google kills weather API - apps go down
#4Re: Google kills weather API - apps go down
#5It was a private undocumentated API used internally. Using it was always a big risk.
Re: Google kills weather API - apps go down
#6Not that big a deal, and I knew it was undocumented, so I guess I'll just go find another one. Recommendations? Needs to be accessible via Javascript.
Re: Google kills weather API - apps go down
#7The same would hold true for any website I make that has an internal API it uses to serve up pages. Sure, you can make a service that mimics the correct calls and gets the data, but don't be surprised when I change my routes around and your stuff stops working.
Re: Google kills weather API - apps go down
#8 Since Google’s Weather API is completely officially undocumented it’s worth noting that in future it may be wise to use Yahoo’s weather API, which is fully and officially documented.
* http://labs.phurix.net/posts/weather-tclRe: Google kills weather API - apps go down
#9>Google has shut down its weather API without a word and stranded developers who relied on it to power their weather-related applications. It was a private undocumentated API used internally. Using it was always a big risk.
Re: Google kills weather API - apps go down
#10I am not sure it is correct to call a private undocumented API an "API". Just because you can access it over http or whatnot doesn't mean that it is an API for you to use. The same would hold true for any website I make that has an internal API it uses to serve up pages. Sure, you can make a service that mimics the correct calls and gets the data, but don't be surprised when I change my routes around and your stuff s…