Undocumented Yahoo! Weather API? -


According to

, one should be provided to obtain weather information for a specific area. WOEID can be obtained by using the service.

If I have a ZIP code, then it has two API calls to get meteorological information.

Get WOEID from zip code:. ..
Get Weather Information Using WOEID:

However, after some web crawling I found out that you can do the exact same thing with an API call:

I did not find any documents on this. Is it safe to use in the production application?

API documentation:

Note: The old location parameter 'P' Has been disliked and will be removed in future releases. That's why users are encouraged to migrate to the 'Y' parameter, which provides deep integration in Y! GeoPlanet The old document has been archived.

Using this: p I do not think the best idea for the output code.


Comments

Popular posts from this blog

objective c - iPhone and it's wireless area -

unix - Listing all shared memory segments used by a process on AIX5.3+ -

tsql - Correct sql/hql query (aggregate in where clause) -