문제

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

도움이 되었습니까?

해결책

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

다른 팁

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]

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top