8

I am creating a web page in asp.net where I have to populate all countries in a dropdown. On selecting one country I need to populate all States/Region in that country to another dropdown. finally on selecting the state/region need to populate all cities in that state/region into another dropdown. is there any api for achieving this. Can any one please help me.

user1879363
  • 101
  • 1
  • 3

1 Answers1

2

http://www.geonames.org/export/web-services.html

http://api.shopify.com/country.html

http://api.drupal.org/api/drupal/includes%21locale.inc/function/country_get_list/7

You might have to call multiple API's to achieve this. Hope this helps.

Rushi
  • 4,553
  • 4
  • 33
  • 46