Where do I find a list of all countries woeid from their ISO 3166-1 alpha2 or alpha3 codes?
ISO 3166-1 to woeid
932 Views Asked by Muleskinner At
2
There are 2 best solutions below
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]
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