Standard SetsStandard Sets
Sets Countries

Colombia

Colombia

countryName

Variations

officialStateName

The Republic of Colombia

twoLetterCode

CO

threeLetterCode

COL

numericCode

170

ccTLD

.co

Transformations1

Convert Country name to official state name

ColombiaThe Republic of Colombia

getItemVariation('Colombia', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Republic of ColombiaColombia

getItemVariation('The Republic of Colombia', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The Republic of ColombiaCO

getItemVariation('The Republic of Colombia', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The Republic of ColombiaCOL

getItemVariation('The Republic of Colombia', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner