is there a possibility to get a list of all cities preferably by country?
I'd like to add some locations I already visited on my homepage but for some cities I get no result because they are obviously not supported by the Google Weather API. So I like to get at least the nearest location that is supported.

link|improve this question

Ok, as there are no answers, I think that it is not possible to get such a list. As alternative it is possible to call the method with longitude and latitude. But even that doesn't always work, take for example the following: google.com/ig/api?weather=,,,25337500,34741944 which is a spot near Abu Dabab in Egypt. So it is necessary to have a fallback. – Simon Linder May 31 '11 at 8:37
feedback

1 Answer

I couldn't find such a list anywhere. However, using the API adwords city list seems to work anytime there is meteo datas available...maybe should you try this:

http://code.google.com/intl/en/apis/adwords/docs/appendix/cities_world.html CSV : http://code.google.com/intl/en/apis/adwords/docs/appendix/cities_world.csv

link|improve this answer
Good hint, but that didn't actually help. I have lots of places that work but are not in that list. Anyway thank you for bothering... – Simon Linder Apr 2 at 16:11
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.