Standard SetsStandard Sets
Sets Countries

Antarctica

Antarctica

countryName

Variations

officialStateName

Antarctica (the territory South of 60 deg S)

twoLetterCode

AQ

threeLetterCode

ATA

numericCode

010

ccTLD

.aq

Transformations1

Convert Country name to official state name

AntarcticaAntarctica (the territory South of 60 deg S)

getItemVariation('Antarctica', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

Antarctica (the territory South of 60 deg S)Antarctica

getItemVariation('Antarctica (the territory South of 60 deg S)', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

Antarctica (the territory South of 60 deg S)AQ

getItemVariation('Antarctica (the territory South of 60 deg S)', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

Antarctica (the territory South of 60 deg S)ATA

getItemVariation('Antarctica (the territory South of 60 deg S)', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner