ISO 3166-1 to woeid

929 Views Asked by At

Where do I find a list of all countries woeid from their ISO 3166-1 alpha2 or alpha3 codes?

2

There are 2 best solutions below

4
On BEST ANSWER

Aral Balkan has something that you might enjoy

http://openCountryCodes.appspot.com/

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

0
On

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]