6

Possible Duplicate:
Where can I get a list of all countries/cities to populate a listbox?

Is there any web service which provides a list of all (almost all) countries and/or a list of all (almost all) cities of the world?

Community
  • 1
  • 1
user989836
  • 61
  • 1
  • 1
  • 2

1 Answers1

5

you could use the GeoName API.

http://www.geonames.org/export/JSON-webservices.html#citiesJSON

for more info

http://www.geonames.org/

Massimiliano Peluso
  • 26,379
  • 6
  • 61
  • 70