Where do I find a list of all countries woeid from their ISO 3166-1 alpha2 or alpha3 codes?
Asked
Active
Viewed 907 times
2 Answers
1
Aral Balkan has something that you might enjoy
it includes the ISO 3166-1-alpha-2 list in HTML, Python, JavaScript, ActionScript, Flex, JSON and XML
with this, just hook up to Yahoo API and do your magic

balexandre
- 73,608
- 45
- 233
- 342
-
Thank you, event though I allready had the ISO 3166-1-alpha-2 and 3 values. Your Yahoo API link opened a whole new world to me :o) – Muleskinner Jan 06 '11 at 22:09
-
The URL in this answer works but none of the actual data retrieval URLs are currently working as of March 1 2012... – hippietrail Mar 01 '12 at 09:56
-
@hippietrail as said, the link is not mine, fell free to send an email to Aral -> twitter: https://twitter.com/#!/aral – balexandre Mar 01 '12 at 19:03
-
Since the original link is broken, [here](https://github.com/stefangabos/world_countries) is an up to date such list – Stefan Gabos May 15 '17 at 11:42
0
See the GeoPlanet user guide: http://developer.yahoo.com/geo/geoplanet/guide/ and http://developer.yahoo.com/geo/geoplanet/guide/api-reference.html#api-countries
You can get a list of countries using an URL like: http://where.yahooapis.com/v1/countries?appid=[yourappidhere]

Walter
- 21
- 2