Live data from Hacker News

Google kills weather API - apps go down

lifehacker.com.au

1–10 of 16 posts

Re: Google kills weather API - apps go down

#6
Aha! I was wondering about that. I have something that uses it, albeit not for the most important part of the site/page: http://www.meteo-veneto.net (completely useless for those who don't live in the Veneto region of Italy), and I figured that was the problem, but was not sure. Thanks for posting this.

Not 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

#7
I 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 stops working.

Re: Google kills weather API - apps go down

#9
post #5

>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.

My fault for lack of due diligence, but I was using it through the python-weather-api package and I had no idea it was undocumented.

Re: Google kills weather API - apps go down

#10
post #7

I 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…

That's the difference between public and private, not API and not-API.
Post reply on HN