Created
June 15, 2025 09:29
-
-
Save apoorv-2204/22057698841a6174e2f8ae65d091361a to your computer and use it in GitHub Desktop.
ISO3166 (alpha2 and alpha3 codes) (dated 15-06-2025 ) [elixir]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defmodule Core.Services.Iso3166 do | |
@moduledoc false | |
def codes do | |
[ | |
%{ | |
eng_short_name: "Afghanistan", | |
alpha_2_code: "AF", | |
alpha_3_code: "AFG", | |
numeric: "004" | |
}, | |
%{ | |
eng_short_name: "Albania", | |
alpha_2_code: "AL", | |
alpha_3_code: "ALB", | |
numeric: "008" | |
}, | |
%{ | |
eng_short_name: "Algeria", | |
alpha_2_code: "DZ", | |
alpha_3_code: "DZA", | |
numeric: "012" | |
}, | |
%{ | |
eng_short_name: "American Samoa", | |
alpha_2_code: "AS", | |
alpha_3_code: "ASM", | |
numeric: "016" | |
}, | |
%{ | |
eng_short_name: "Andorra", | |
alpha_2_code: "AD", | |
alpha_3_code: "AND", | |
numeric: "020" | |
}, | |
%{ | |
eng_short_name: "Angola", | |
alpha_2_code: "AO", | |
alpha_3_code: "AGO", | |
numeric: "024" | |
}, | |
%{ | |
eng_short_name: "Anguilla", | |
alpha_2_code: "AI", | |
alpha_3_code: "AIA", | |
numeric: "660" | |
}, | |
%{ | |
eng_short_name: "Antarctica", | |
alpha_2_code: "AQ", | |
alpha_3_code: "ATA", | |
numeric: "010" | |
}, | |
%{ | |
eng_short_name: "Antigua and Barbuda", | |
alpha_2_code: "AG", | |
alpha_3_code: "ATG", | |
numeric: "028" | |
}, | |
%{ | |
eng_short_name: "Argentina", | |
alpha_2_code: "AR", | |
alpha_3_code: "ARG", | |
numeric: "032" | |
}, | |
%{ | |
eng_short_name: "Armenia", | |
alpha_2_code: "AM", | |
alpha_3_code: "ARM", | |
numeric: "051" | |
}, | |
%{ | |
eng_short_name: "Aruba", | |
alpha_2_code: "AW", | |
alpha_3_code: "ABW", | |
numeric: "533" | |
}, | |
%{ | |
eng_short_name: "Australia", | |
alpha_2_code: "AU", | |
alpha_3_code: "AUS", | |
numeric: "036" | |
}, | |
%{ | |
eng_short_name: "Austria", | |
alpha_2_code: "AT", | |
alpha_3_code: "AUT", | |
numeric: "040" | |
}, | |
%{ | |
eng_short_name: "Azerbaijan", | |
alpha_2_code: "AZ", | |
alpha_3_code: "AZE", | |
numeric: "031" | |
}, | |
%{ | |
eng_short_name: "Bahamas (the)", | |
alpha_2_code: "BS", | |
alpha_3_code: "BHS", | |
numeric: "044" | |
}, | |
%{ | |
eng_short_name: "Bahrain", | |
alpha_2_code: "BH", | |
alpha_3_code: "BHR", | |
numeric: "048" | |
}, | |
%{ | |
eng_short_name: "Bangladesh", | |
alpha_2_code: "BD", | |
alpha_3_code: "BGD", | |
numeric: "050" | |
}, | |
%{ | |
eng_short_name: "Barbados", | |
alpha_2_code: "BB", | |
alpha_3_code: "BRB", | |
numeric: "052" | |
}, | |
%{ | |
eng_short_name: "Belarus", | |
alpha_2_code: "BY", | |
alpha_3_code: "BLR", | |
numeric: "112" | |
}, | |
%{ | |
eng_short_name: "Belgium", | |
alpha_2_code: "BE", | |
alpha_3_code: "BEL", | |
numeric: "056" | |
}, | |
%{ | |
eng_short_name: "Belize", | |
alpha_2_code: "BZ", | |
alpha_3_code: "BLZ", | |
numeric: "084" | |
}, | |
%{ | |
eng_short_name: "Benin", | |
alpha_2_code: "BJ", | |
alpha_3_code: "BEN", | |
numeric: "204" | |
}, | |
%{ | |
eng_short_name: "Bermuda", | |
alpha_2_code: "BM", | |
alpha_3_code: "BMU", | |
numeric: "060" | |
}, | |
%{ | |
eng_short_name: "Bhutan", | |
alpha_2_code: "BT", | |
alpha_3_code: "BTN", | |
numeric: "064" | |
}, | |
%{ | |
eng_short_name: "Bolivia (Plurinational State of)", | |
alpha_2_code: "BO", | |
alpha_3_code: "BOL", | |
numeric: "068" | |
}, | |
%{ | |
eng_short_name: "Bonaire, Sint Eustatius and Saba", | |
alpha_2_code: "BQ", | |
alpha_3_code: "BES", | |
numeric: "535" | |
}, | |
%{ | |
eng_short_name: "Bosnia and Herzegovina", | |
alpha_2_code: "BA", | |
alpha_3_code: "BIH", | |
numeric: "070" | |
}, | |
%{ | |
eng_short_name: "Botswana", | |
alpha_2_code: "BW", | |
alpha_3_code: "BWA", | |
numeric: "072" | |
}, | |
%{ | |
eng_short_name: "Bouvet Island", | |
alpha_2_code: "BV", | |
alpha_3_code: "BVT", | |
numeric: "074" | |
}, | |
%{ | |
eng_short_name: "Brazil", | |
alpha_2_code: "BR", | |
alpha_3_code: "BRA", | |
numeric: "076" | |
}, | |
%{ | |
eng_short_name: "British Indian Ocean Territory (the)", | |
alpha_2_code: "IO", | |
alpha_3_code: "IOT", | |
numeric: "086" | |
}, | |
%{ | |
eng_short_name: "Brunei Darussalam", | |
alpha_2_code: "BN", | |
alpha_3_code: "BRN", | |
numeric: "096" | |
}, | |
%{ | |
eng_short_name: "Bulgaria", | |
alpha_2_code: "BG", | |
alpha_3_code: "BGR", | |
numeric: "100" | |
}, | |
%{ | |
eng_short_name: "Burkina Faso", | |
alpha_2_code: "BF", | |
alpha_3_code: "BFA", | |
numeric: "854" | |
}, | |
%{ | |
eng_short_name: "Burundi", | |
alpha_2_code: "BI", | |
alpha_3_code: "BDI", | |
numeric: "108" | |
}, | |
%{ | |
eng_short_name: "Cabo Verde", | |
alpha_2_code: "CV", | |
alpha_3_code: "CPV", | |
numeric: "132" | |
}, | |
%{ | |
eng_short_name: "Cambodia", | |
alpha_2_code: "KH", | |
alpha_3_code: "KHM", | |
numeric: "116" | |
}, | |
%{ | |
eng_short_name: "Cameroon", | |
alpha_2_code: "CM", | |
alpha_3_code: "CMR", | |
numeric: "120" | |
}, | |
%{ | |
eng_short_name: "Canada", | |
alpha_2_code: "CA", | |
alpha_3_code: "CAN", | |
numeric: "124" | |
}, | |
%{ | |
eng_short_name: "Cayman Islands (the)", | |
alpha_2_code: "KY", | |
alpha_3_code: "CYM", | |
numeric: "136" | |
}, | |
%{ | |
eng_short_name: "Central African Republic (the)", | |
alpha_2_code: "CF", | |
alpha_3_code: "CAF", | |
numeric: "140" | |
}, | |
%{ | |
eng_short_name: "Chad", | |
alpha_2_code: "TD", | |
alpha_3_code: "TCD", | |
numeric: "148" | |
}, | |
%{ | |
eng_short_name: "Chile", | |
alpha_2_code: "CL", | |
alpha_3_code: "CHL", | |
numeric: "152" | |
}, | |
%{ | |
eng_short_name: "China", | |
alpha_2_code: "CN", | |
alpha_3_code: "CHN", | |
numeric: "156" | |
}, | |
%{ | |
eng_short_name: "Christmas Island", | |
alpha_2_code: "CX", | |
alpha_3_code: "CXR", | |
numeric: "162" | |
}, | |
%{ | |
eng_short_name: "Cocos (Keeling) Islands (the)", | |
alpha_2_code: "CC", | |
alpha_3_code: "CCK", | |
numeric: "166" | |
}, | |
%{ | |
eng_short_name: "Colombia", | |
alpha_2_code: "CO", | |
alpha_3_code: "COL", | |
numeric: "170" | |
}, | |
%{ | |
eng_short_name: "Comoros (the)", | |
alpha_2_code: "KM", | |
alpha_3_code: "COM", | |
numeric: "174" | |
}, | |
%{ | |
eng_short_name: "Congo (the Democratic Republic of the)", | |
alpha_2_code: "CD", | |
alpha_3_code: "COD", | |
numeric: "180" | |
}, | |
%{ | |
eng_short_name: "Congo (the)", | |
alpha_2_code: "CG", | |
alpha_3_code: "COG", | |
numeric: "178" | |
}, | |
%{ | |
eng_short_name: "Cook Islands (the)", | |
alpha_2_code: "CK", | |
alpha_3_code: "COK", | |
numeric: "184" | |
}, | |
%{ | |
eng_short_name: "Costa Rica", | |
alpha_2_code: "CR", | |
alpha_3_code: "CRI", | |
numeric: "188" | |
}, | |
%{ | |
eng_short_name: "Croatia", | |
alpha_2_code: "HR", | |
alpha_3_code: "HRV", | |
numeric: "191" | |
}, | |
%{ | |
eng_short_name: "Cuba", | |
alpha_2_code: "CU", | |
alpha_3_code: "CUB", | |
numeric: "192" | |
}, | |
%{ | |
eng_short_name: "Curaçao", | |
alpha_2_code: "CW", | |
alpha_3_code: "CUW", | |
numeric: "531" | |
}, | |
%{ | |
eng_short_name: "Cyprus", | |
alpha_2_code: "CY", | |
alpha_3_code: "CYP", | |
numeric: "196" | |
}, | |
%{ | |
eng_short_name: "Czechia", | |
alpha_2_code: "CZ", | |
alpha_3_code: "CZE", | |
numeric: "203" | |
}, | |
%{ | |
eng_short_name: "Côte d'Ivoire", | |
alpha_2_code: "CI", | |
alpha_3_code: "CIV", | |
numeric: "384" | |
}, | |
%{ | |
eng_short_name: "Denmark", | |
alpha_2_code: "DK", | |
alpha_3_code: "DNK", | |
numeric: "208" | |
}, | |
%{ | |
eng_short_name: "Djibouti", | |
alpha_2_code: "DJ", | |
alpha_3_code: "DJI", | |
numeric: "262" | |
}, | |
%{ | |
eng_short_name: "Dominica", | |
alpha_2_code: "DM", | |
alpha_3_code: "DMA", | |
numeric: "212" | |
}, | |
%{ | |
eng_short_name: "Dominican Republic (the)", | |
alpha_2_code: "DO", | |
alpha_3_code: "DOM", | |
numeric: "214" | |
}, | |
%{ | |
eng_short_name: "Ecuador", | |
alpha_2_code: "EC", | |
alpha_3_code: "ECU", | |
numeric: "218" | |
}, | |
%{ | |
eng_short_name: "Egypt", | |
alpha_2_code: "EG", | |
alpha_3_code: "EGY", | |
numeric: "818" | |
}, | |
%{ | |
eng_short_name: "El Salvador", | |
alpha_2_code: "SV", | |
alpha_3_code: "SLV", | |
numeric: "222" | |
}, | |
%{ | |
eng_short_name: "Equatorial Guinea", | |
alpha_2_code: "GQ", | |
alpha_3_code: "GNQ", | |
numeric: "226" | |
}, | |
%{ | |
eng_short_name: "Eritrea", | |
alpha_2_code: "ER", | |
alpha_3_code: "ERI", | |
numeric: "232" | |
}, | |
%{ | |
eng_short_name: "Estonia", | |
alpha_2_code: "EE", | |
alpha_3_code: "EST", | |
numeric: "233" | |
}, | |
%{ | |
eng_short_name: "Eswatini", | |
alpha_2_code: "SZ", | |
alpha_3_code: "SWZ", | |
numeric: "748" | |
}, | |
%{ | |
eng_short_name: "Ethiopia", | |
alpha_2_code: "ET", | |
alpha_3_code: "ETH", | |
numeric: "231" | |
}, | |
%{ | |
eng_short_name: "Falkland Islands (the) [Malvinas]", | |
alpha_2_code: "FK", | |
alpha_3_code: "FLK", | |
numeric: "238" | |
}, | |
%{ | |
eng_short_name: "Faroe Islands (the)", | |
alpha_2_code: "FO", | |
alpha_3_code: "FRO", | |
numeric: "234" | |
}, | |
%{ | |
eng_short_name: "Fiji", | |
alpha_2_code: "FJ", | |
alpha_3_code: "FJI", | |
numeric: "242" | |
}, | |
%{ | |
eng_short_name: "Finland", | |
alpha_2_code: "FI", | |
alpha_3_code: "FIN", | |
numeric: "246" | |
}, | |
%{ | |
eng_short_name: "France", | |
alpha_2_code: "FR", | |
alpha_3_code: "FRA", | |
numeric: "250" | |
}, | |
%{ | |
eng_short_name: "French Guiana", | |
alpha_2_code: "GF", | |
alpha_3_code: "GUF", | |
numeric: "254" | |
}, | |
%{ | |
eng_short_name: "French Polynesia", | |
alpha_2_code: "PF", | |
alpha_3_code: "PYF", | |
numeric: "258" | |
}, | |
%{ | |
eng_short_name: "French Southern Territories (the)", | |
alpha_2_code: "TF", | |
alpha_3_code: "ATF", | |
numeric: "260" | |
}, | |
%{ | |
eng_short_name: "Gabon", | |
alpha_2_code: "GA", | |
alpha_3_code: "GAB", | |
numeric: "266" | |
}, | |
%{ | |
eng_short_name: "Gambia (the)", | |
alpha_2_code: "GM", | |
alpha_3_code: "GMB", | |
numeric: "270" | |
}, | |
%{ | |
eng_short_name: "Georgia", | |
alpha_2_code: "GE", | |
alpha_3_code: "GEO", | |
numeric: "268" | |
}, | |
%{ | |
eng_short_name: "Germany", | |
alpha_2_code: "DE", | |
alpha_3_code: "DEU", | |
numeric: "276" | |
}, | |
%{ | |
eng_short_name: "Ghana", | |
alpha_2_code: "GH", | |
alpha_3_code: "GHA", | |
numeric: "288" | |
}, | |
%{ | |
eng_short_name: "Gibraltar", | |
alpha_2_code: "GI", | |
alpha_3_code: "GIB", | |
numeric: "292" | |
}, | |
%{ | |
eng_short_name: "Greece", | |
alpha_2_code: "GR", | |
alpha_3_code: "GRC", | |
numeric: "300" | |
}, | |
%{ | |
eng_short_name: "Greenland", | |
alpha_2_code: "GL", | |
alpha_3_code: "GRL", | |
numeric: "304" | |
}, | |
%{ | |
eng_short_name: "Grenada", | |
alpha_2_code: "GD", | |
alpha_3_code: "GRD", | |
numeric: "308" | |
}, | |
%{ | |
eng_short_name: "Guadeloupe", | |
alpha_2_code: "GP", | |
alpha_3_code: "GLP", | |
numeric: "312" | |
}, | |
%{ | |
eng_short_name: "Guam", | |
alpha_2_code: "GU", | |
alpha_3_code: "GUM", | |
numeric: "316" | |
}, | |
%{ | |
eng_short_name: "Guatemala", | |
alpha_2_code: "GT", | |
alpha_3_code: "GTM", | |
numeric: "320" | |
}, | |
%{ | |
eng_short_name: "Guernsey", | |
alpha_2_code: "GG", | |
alpha_3_code: "GGY", | |
numeric: "831" | |
}, | |
%{ | |
eng_short_name: "Guinea", | |
alpha_2_code: "GN", | |
alpha_3_code: "GIN", | |
numeric: "324" | |
}, | |
%{ | |
eng_short_name: "Guinea-Bissau", | |
alpha_2_code: "GW", | |
alpha_3_code: "GNB", | |
numeric: "624" | |
}, | |
%{ | |
eng_short_name: "Guyana", | |
alpha_2_code: "GY", | |
alpha_3_code: "GUY", | |
numeric: "328" | |
}, | |
%{ | |
eng_short_name: "Haiti", | |
alpha_2_code: "HT", | |
alpha_3_code: "HTI", | |
numeric: "332" | |
}, | |
%{ | |
eng_short_name: "Heard Island and McDonald Islands", | |
alpha_2_code: "HM", | |
alpha_3_code: "HMD", | |
numeric: "334" | |
}, | |
%{ | |
eng_short_name: "Holy See (the)", | |
alpha_2_code: "VA", | |
alpha_3_code: "VAT", | |
numeric: "336" | |
}, | |
%{ | |
eng_short_name: "Honduras", | |
alpha_2_code: "HN", | |
alpha_3_code: "HND", | |
numeric: "340" | |
}, | |
%{ | |
eng_short_name: "Hong Kong", | |
alpha_2_code: "HK", | |
alpha_3_code: "HKG", | |
numeric: "344" | |
}, | |
%{ | |
eng_short_name: "Hungary", | |
alpha_2_code: "HU", | |
alpha_3_code: "HUN", | |
numeric: "348" | |
}, | |
%{ | |
eng_short_name: "Iceland", | |
alpha_2_code: "IS", | |
alpha_3_code: "ISL", | |
numeric: "352" | |
}, | |
%{ | |
eng_short_name: "India", | |
alpha_2_code: "IN", | |
alpha_3_code: "IND", | |
numeric: "356" | |
}, | |
%{ | |
eng_short_name: "Indonesia", | |
alpha_2_code: "ID", | |
alpha_3_code: "IDN", | |
numeric: "360" | |
}, | |
%{ | |
eng_short_name: "Iran (Islamic Republic of)", | |
alpha_2_code: "IR", | |
alpha_3_code: "IRN", | |
numeric: "364" | |
}, | |
%{ | |
eng_short_name: "Iraq", | |
alpha_2_code: "IQ", | |
alpha_3_code: "IRQ", | |
numeric: "368" | |
}, | |
%{ | |
eng_short_name: "Ireland", | |
alpha_2_code: "IE", | |
alpha_3_code: "IRL", | |
numeric: "372" | |
}, | |
%{ | |
eng_short_name: "Isle of Man", | |
alpha_2_code: "IM", | |
alpha_3_code: "IMN", | |
numeric: "833" | |
}, | |
%{ | |
eng_short_name: "Israel", | |
alpha_2_code: "IL", | |
alpha_3_code: "ISR", | |
numeric: "376" | |
}, | |
%{ | |
eng_short_name: "Italy", | |
alpha_2_code: "IT", | |
alpha_3_code: "ITA", | |
numeric: "380" | |
}, | |
%{ | |
eng_short_name: "Jamaica", | |
alpha_2_code: "JM", | |
alpha_3_code: "JAM", | |
numeric: "388" | |
}, | |
%{ | |
eng_short_name: "Japan", | |
alpha_2_code: "JP", | |
alpha_3_code: "JPN", | |
numeric: "392" | |
}, | |
%{ | |
eng_short_name: "Jersey", | |
alpha_2_code: "JE", | |
alpha_3_code: "JEY", | |
numeric: "832" | |
}, | |
%{ | |
eng_short_name: "Jordan", | |
alpha_2_code: "JO", | |
alpha_3_code: "JOR", | |
numeric: "400" | |
}, | |
%{ | |
eng_short_name: "Kazakhstan", | |
alpha_2_code: "KZ", | |
alpha_3_code: "KAZ", | |
numeric: "398" | |
}, | |
%{ | |
eng_short_name: "Kenya", | |
alpha_2_code: "KE", | |
alpha_3_code: "KEN", | |
numeric: "404" | |
}, | |
%{ | |
eng_short_name: "Kiribati", | |
alpha_2_code: "KI", | |
alpha_3_code: "KIR", | |
numeric: "296" | |
}, | |
%{ | |
eng_short_name: "Korea (the Democratic People's Republic of)", | |
alpha_2_code: "KP", | |
alpha_3_code: "PRK", | |
numeric: "408" | |
}, | |
%{ | |
eng_short_name: "Korea (the Republic of)", | |
alpha_2_code: "KR", | |
alpha_3_code: "KOR", | |
numeric: "410" | |
}, | |
%{ | |
eng_short_name: "Kuwait", | |
alpha_2_code: "KW", | |
alpha_3_code: "KWT", | |
numeric: "414" | |
}, | |
%{ | |
eng_short_name: "Kyrgyzstan", | |
alpha_2_code: "KG", | |
alpha_3_code: "KGZ", | |
numeric: "417" | |
}, | |
%{ | |
eng_short_name: "Lao People's Democratic Republic (the)", | |
alpha_2_code: "LA", | |
alpha_3_code: "LAO", | |
numeric: "418" | |
}, | |
%{ | |
eng_short_name: "Latvia", | |
alpha_2_code: "LV", | |
alpha_3_code: "LVA", | |
numeric: "428" | |
}, | |
%{ | |
eng_short_name: "Lebanon", | |
alpha_2_code: "LB", | |
alpha_3_code: "LBN", | |
numeric: "422" | |
}, | |
%{ | |
eng_short_name: "Lesotho", | |
alpha_2_code: "LS", | |
alpha_3_code: "LSO", | |
numeric: "426" | |
}, | |
%{ | |
eng_short_name: "Liberia", | |
alpha_2_code: "LR", | |
alpha_3_code: "LBR", | |
numeric: "430" | |
}, | |
%{ | |
eng_short_name: "Libya", | |
alpha_2_code: "LY", | |
alpha_3_code: "LBY", | |
numeric: "434" | |
}, | |
%{ | |
eng_short_name: "Liechtenstein", | |
alpha_2_code: "LI", | |
alpha_3_code: "LIE", | |
numeric: "438" | |
}, | |
%{ | |
eng_short_name: "Lithuania", | |
alpha_2_code: "LT", | |
alpha_3_code: "LTU", | |
numeric: "440" | |
}, | |
%{ | |
eng_short_name: "Luxembourg", | |
alpha_2_code: "LU", | |
alpha_3_code: "LUX", | |
numeric: "442" | |
}, | |
%{ | |
eng_short_name: "Macao", | |
alpha_2_code: "MO", | |
alpha_3_code: "MAC", | |
numeric: "446" | |
}, | |
%{ | |
eng_short_name: "Madagascar", | |
alpha_2_code: "MG", | |
alpha_3_code: "MDG", | |
numeric: "450" | |
}, | |
%{ | |
eng_short_name: "Malawi", | |
alpha_2_code: "MW", | |
alpha_3_code: "MWI", | |
numeric: "454" | |
}, | |
%{ | |
eng_short_name: "Malaysia", | |
alpha_2_code: "MY", | |
alpha_3_code: "MYS", | |
numeric: "458" | |
}, | |
%{ | |
eng_short_name: "Maldives", | |
alpha_2_code: "MV", | |
alpha_3_code: "MDV", | |
numeric: "462" | |
}, | |
%{ | |
eng_short_name: "Mali", | |
alpha_2_code: "ML", | |
alpha_3_code: "MLI", | |
numeric: "466" | |
}, | |
%{ | |
eng_short_name: "Malta", | |
alpha_2_code: "MT", | |
alpha_3_code: "MLT", | |
numeric: "470" | |
}, | |
%{ | |
eng_short_name: "Marshall Islands (the)", | |
alpha_2_code: "MH", | |
alpha_3_code: "MHL", | |
numeric: "584" | |
}, | |
%{ | |
eng_short_name: "Martinique", | |
alpha_2_code: "MQ", | |
alpha_3_code: "MTQ", | |
numeric: "474" | |
}, | |
%{ | |
eng_short_name: "Mauritania", | |
alpha_2_code: "MR", | |
alpha_3_code: "MRT", | |
numeric: "478" | |
}, | |
%{ | |
eng_short_name: "Mauritius", | |
alpha_2_code: "MU", | |
alpha_3_code: "MUS", | |
numeric: "480" | |
}, | |
%{ | |
eng_short_name: "Mayotte", | |
alpha_2_code: "YT", | |
alpha_3_code: "MYT", | |
numeric: "175" | |
}, | |
%{ | |
eng_short_name: "Mexico", | |
alpha_2_code: "MX", | |
alpha_3_code: "MEX", | |
numeric: "484" | |
}, | |
%{ | |
eng_short_name: "Micronesia (Federated States of)", | |
alpha_2_code: "FM", | |
alpha_3_code: "FSM", | |
numeric: "583" | |
}, | |
%{ | |
eng_short_name: "Moldova (the Republic of)", | |
alpha_2_code: "MD", | |
alpha_3_code: "MDA", | |
numeric: "498" | |
}, | |
%{ | |
eng_short_name: "Monaco", | |
alpha_2_code: "MC", | |
alpha_3_code: "MCO", | |
numeric: "492" | |
}, | |
%{ | |
eng_short_name: "Mongolia", | |
alpha_2_code: "MN", | |
alpha_3_code: "MNG", | |
numeric: "496" | |
}, | |
%{ | |
eng_short_name: "Montenegro", | |
alpha_2_code: "ME", | |
alpha_3_code: "MNE", | |
numeric: "499" | |
}, | |
%{ | |
eng_short_name: "Montserrat", | |
alpha_2_code: "MS", | |
alpha_3_code: "MSR", | |
numeric: "500" | |
}, | |
%{ | |
eng_short_name: "Morocco", | |
alpha_2_code: "MA", | |
alpha_3_code: "MAR", | |
numeric: "504" | |
}, | |
%{ | |
eng_short_name: "Mozambique", | |
alpha_2_code: "MZ", | |
alpha_3_code: "MOZ", | |
numeric: "508" | |
}, | |
%{ | |
eng_short_name: "Myanmar", | |
alpha_2_code: "MM", | |
alpha_3_code: "MMR", | |
numeric: "104" | |
}, | |
%{ | |
eng_short_name: "Namibia", | |
alpha_2_code: "NA", | |
alpha_3_code: "NAM", | |
numeric: "516" | |
}, | |
%{ | |
eng_short_name: "Nauru", | |
alpha_2_code: "NR", | |
alpha_3_code: "NRU", | |
numeric: "520" | |
}, | |
%{ | |
eng_short_name: "Nepal", | |
alpha_2_code: "NP", | |
alpha_3_code: "NPL", | |
numeric: "524" | |
}, | |
%{ | |
eng_short_name: "Netherlands (Kingdom of the)", | |
alpha_2_code: "NL", | |
alpha_3_code: "NLD", | |
numeric: "528" | |
}, | |
%{ | |
eng_short_name: "New Caledonia", | |
alpha_2_code: "NC", | |
alpha_3_code: "NCL", | |
numeric: "540" | |
}, | |
%{ | |
eng_short_name: "New Zealand", | |
alpha_2_code: "NZ", | |
alpha_3_code: "NZL", | |
numeric: "554" | |
}, | |
%{ | |
eng_short_name: "Nicaragua", | |
alpha_2_code: "NI", | |
alpha_3_code: "NIC", | |
numeric: "558" | |
}, | |
%{ | |
eng_short_name: "Niger (the)", | |
alpha_2_code: "NE", | |
alpha_3_code: "NER", | |
numeric: "562" | |
}, | |
%{ | |
eng_short_name: "Nigeria", | |
alpha_2_code: "NG", | |
alpha_3_code: "NGA", | |
numeric: "566" | |
}, | |
%{ | |
eng_short_name: "Niue", | |
alpha_2_code: "NU", | |
alpha_3_code: "NIU", | |
numeric: "570" | |
}, | |
%{ | |
eng_short_name: "Norfolk Island", | |
alpha_2_code: "NF", | |
alpha_3_code: "NFK", | |
numeric: "574" | |
}, | |
%{ | |
eng_short_name: "North Macedonia", | |
alpha_2_code: "MK", | |
alpha_3_code: "MKD", | |
numeric: "807" | |
}, | |
%{ | |
eng_short_name: "Northern Mariana Islands (the)", | |
alpha_2_code: "MP", | |
alpha_3_code: "MNP", | |
numeric: "580" | |
}, | |
%{ | |
eng_short_name: "Norway", | |
alpha_2_code: "NO", | |
alpha_3_code: "NOR", | |
numeric: "578" | |
}, | |
%{ | |
eng_short_name: "Oman", | |
alpha_2_code: "OM", | |
alpha_3_code: "OMN", | |
numeric: "512" | |
}, | |
%{ | |
eng_short_name: "Pakistan", | |
alpha_2_code: "PK", | |
alpha_3_code: "PAK", | |
numeric: "586" | |
}, | |
%{ | |
eng_short_name: "Palau", | |
alpha_2_code: "PW", | |
alpha_3_code: "PLW", | |
numeric: "585" | |
}, | |
%{ | |
eng_short_name: "Palestine, State of", | |
alpha_2_code: "PS", | |
alpha_3_code: "PSE", | |
numeric: "275" | |
}, | |
%{ | |
eng_short_name: "Panama", | |
alpha_2_code: "PA", | |
alpha_3_code: "PAN", | |
numeric: "591" | |
}, | |
%{ | |
eng_short_name: "Papua New Guinea", | |
alpha_2_code: "PG", | |
alpha_3_code: "PNG", | |
numeric: "598" | |
}, | |
%{ | |
eng_short_name: "Paraguay", | |
alpha_2_code: "PY", | |
alpha_3_code: "PRY", | |
numeric: "600" | |
}, | |
%{ | |
eng_short_name: "Peru", | |
alpha_2_code: "PE", | |
alpha_3_code: "PER", | |
numeric: "604" | |
}, | |
%{ | |
eng_short_name: "Philippines (the)", | |
alpha_2_code: "PH", | |
alpha_3_code: "PHL", | |
numeric: "608" | |
}, | |
%{ | |
eng_short_name: "Pitcairn", | |
alpha_2_code: "PN", | |
alpha_3_code: "PCN", | |
numeric: "612" | |
}, | |
%{ | |
eng_short_name: "Poland", | |
alpha_2_code: "PL", | |
alpha_3_code: "POL", | |
numeric: "616" | |
}, | |
%{ | |
eng_short_name: "Portugal", | |
alpha_2_code: "PT", | |
alpha_3_code: "PRT", | |
numeric: "620" | |
}, | |
%{ | |
eng_short_name: "Puerto Rico", | |
alpha_2_code: "PR", | |
alpha_3_code: "PRI", | |
numeric: "630" | |
}, | |
%{ | |
eng_short_name: "Qatar", | |
alpha_2_code: "QA", | |
alpha_3_code: "QAT", | |
numeric: "634" | |
}, | |
%{ | |
eng_short_name: "Romania", | |
alpha_2_code: "RO", | |
alpha_3_code: "ROU", | |
numeric: "642" | |
}, | |
%{ | |
eng_short_name: "Russian Federation (the)", | |
alpha_2_code: "RU", | |
alpha_3_code: "RUS", | |
numeric: "643" | |
}, | |
%{ | |
eng_short_name: "Rwanda", | |
alpha_2_code: "RW", | |
alpha_3_code: "RWA", | |
numeric: "646" | |
}, | |
%{ | |
eng_short_name: "Réunion", | |
alpha_2_code: "RE", | |
alpha_3_code: "REU", | |
numeric: "638" | |
}, | |
%{ | |
eng_short_name: "Saint Barthélemy", | |
alpha_2_code: "BL", | |
alpha_3_code: "BLM", | |
numeric: "652" | |
}, | |
%{ | |
eng_short_name: "Saint Helena, Ascension and Tristan da Cunha", | |
alpha_2_code: "SH", | |
alpha_3_code: "SHN", | |
numeric: "654" | |
}, | |
%{ | |
eng_short_name: "Saint Kitts and Nevis", | |
alpha_2_code: "KN", | |
alpha_3_code: "KNA", | |
numeric: "659" | |
}, | |
%{ | |
eng_short_name: "Saint Lucia", | |
alpha_2_code: "LC", | |
alpha_3_code: "LCA", | |
numeric: "662" | |
}, | |
%{ | |
eng_short_name: "Saint Martin (French part)", | |
alpha_2_code: "MF", | |
alpha_3_code: "MAF", | |
numeric: "663" | |
}, | |
%{ | |
eng_short_name: "Saint Pierre and Miquelon", | |
alpha_2_code: "PM", | |
alpha_3_code: "SPM", | |
numeric: "666" | |
}, | |
%{ | |
eng_short_name: "Saint Vincent and the Grenadines", | |
alpha_2_code: "VC", | |
alpha_3_code: "VCT", | |
numeric: "670" | |
}, | |
%{ | |
eng_short_name: "Samoa", | |
alpha_2_code: "WS", | |
alpha_3_code: "WSM", | |
numeric: "882" | |
}, | |
%{ | |
eng_short_name: "San Marino", | |
alpha_2_code: "SM", | |
alpha_3_code: "SMR", | |
numeric: "674" | |
}, | |
%{ | |
eng_short_name: "Sao Tome and Principe", | |
alpha_2_code: "ST", | |
alpha_3_code: "STP", | |
numeric: "678" | |
}, | |
%{ | |
eng_short_name: "Saudi Arabia", | |
alpha_2_code: "SA", | |
alpha_3_code: "SAU", | |
numeric: "682" | |
}, | |
%{ | |
eng_short_name: "Senegal", | |
alpha_2_code: "SN", | |
alpha_3_code: "SEN", | |
numeric: "686" | |
}, | |
%{ | |
eng_short_name: "Serbia", | |
alpha_2_code: "RS", | |
alpha_3_code: "SRB", | |
numeric: "688" | |
}, | |
%{ | |
eng_short_name: "Seychelles", | |
alpha_2_code: "SC", | |
alpha_3_code: "SYC", | |
numeric: "690" | |
}, | |
%{ | |
eng_short_name: "Sierra Leone", | |
alpha_2_code: "SL", | |
alpha_3_code: "SLE", | |
numeric: "694" | |
}, | |
%{ | |
eng_short_name: "Singapore", | |
alpha_2_code: "SG", | |
alpha_3_code: "SGP", | |
numeric: "702" | |
}, | |
%{ | |
eng_short_name: "Sint Maarten (Dutch part)", | |
alpha_2_code: "SX", | |
alpha_3_code: "SXM", | |
numeric: "534" | |
}, | |
%{ | |
eng_short_name: "Slovakia", | |
alpha_2_code: "SK", | |
alpha_3_code: "SVK", | |
numeric: "703" | |
}, | |
%{ | |
eng_short_name: "Slovenia", | |
alpha_2_code: "SI", | |
alpha_3_code: "SVN", | |
numeric: "705" | |
}, | |
%{ | |
eng_short_name: "Solomon Islands", | |
alpha_2_code: "SB", | |
alpha_3_code: "SLB", | |
numeric: "090" | |
}, | |
%{ | |
eng_short_name: "Somalia", | |
alpha_2_code: "SO", | |
alpha_3_code: "SOM", | |
numeric: "706" | |
}, | |
%{ | |
eng_short_name: "South Africa", | |
alpha_2_code: "ZA", | |
alpha_3_code: "ZAF", | |
numeric: "710" | |
}, | |
%{ | |
eng_short_name: "South Georgia and the South Sandwich Islands", | |
alpha_2_code: "GS", | |
alpha_3_code: "SGS", | |
numeric: "239" | |
}, | |
%{ | |
eng_short_name: "South Sudan", | |
alpha_2_code: "SS", | |
alpha_3_code: "SSD", | |
numeric: "728" | |
}, | |
%{ | |
eng_short_name: "Spain", | |
alpha_2_code: "ES", | |
alpha_3_code: "ESP", | |
numeric: "724" | |
}, | |
%{ | |
eng_short_name: "Sri Lanka", | |
alpha_2_code: "LK", | |
alpha_3_code: "LKA", | |
numeric: "144" | |
}, | |
%{ | |
eng_short_name: "Sudan (the)", | |
alpha_2_code: "SD", | |
alpha_3_code: "SDN", | |
numeric: "729" | |
}, | |
%{ | |
eng_short_name: "Suriname", | |
alpha_2_code: "SR", | |
alpha_3_code: "SUR", | |
numeric: "740" | |
}, | |
%{ | |
eng_short_name: "Svalbard and Jan Mayen", | |
alpha_2_code: "SJ", | |
alpha_3_code: "SJM", | |
numeric: "744" | |
}, | |
%{ | |
eng_short_name: "Sweden", | |
alpha_2_code: "SE", | |
alpha_3_code: "SWE", | |
numeric: "752" | |
}, | |
%{ | |
eng_short_name: "Switzerland", | |
alpha_2_code: "CH", | |
alpha_3_code: "CHE", | |
numeric: "756" | |
}, | |
%{ | |
eng_short_name: "Syrian Arab Republic (the)", | |
alpha_2_code: "SY", | |
alpha_3_code: "SYR", | |
numeric: "760" | |
}, | |
%{ | |
eng_short_name: "Taiwan (Province of China)", | |
alpha_2_code: "TW", | |
alpha_3_code: "TWN", | |
numeric: "158" | |
}, | |
%{ | |
eng_short_name: "Tajikistan", | |
alpha_2_code: "TJ", | |
alpha_3_code: "TJK", | |
numeric: "762" | |
}, | |
%{ | |
eng_short_name: "Tanzania, the United Republic of", | |
alpha_2_code: "TZ", | |
alpha_3_code: "TZA", | |
numeric: "834" | |
}, | |
%{ | |
eng_short_name: "Thailand", | |
alpha_2_code: "TH", | |
alpha_3_code: "THA", | |
numeric: "764" | |
}, | |
%{ | |
eng_short_name: "Timor-Leste", | |
alpha_2_code: "TL", | |
alpha_3_code: "TLS", | |
numeric: "626" | |
}, | |
%{ | |
eng_short_name: "Togo", | |
alpha_2_code: "TG", | |
alpha_3_code: "TGO", | |
numeric: "768" | |
}, | |
%{ | |
eng_short_name: "Tokelau", | |
alpha_2_code: "TK", | |
alpha_3_code: "TKL", | |
numeric: "772" | |
}, | |
%{ | |
eng_short_name: "Tonga", | |
alpha_2_code: "TO", | |
alpha_3_code: "TON", | |
numeric: "776" | |
}, | |
%{ | |
eng_short_name: "Trinidad and Tobago", | |
alpha_2_code: "TT", | |
alpha_3_code: "TTO", | |
numeric: "780" | |
}, | |
%{ | |
eng_short_name: "Tunisia", | |
alpha_2_code: "TN", | |
alpha_3_code: "TUN", | |
numeric: "788" | |
}, | |
%{ | |
eng_short_name: "Turkmenistan", | |
alpha_2_code: "TM", | |
alpha_3_code: "TKM", | |
numeric: "795" | |
}, | |
%{ | |
eng_short_name: "Turks and Caicos Islands (the)", | |
alpha_2_code: "TC", | |
alpha_3_code: "TCA", | |
numeric: "796" | |
}, | |
%{ | |
eng_short_name: "Tuvalu", | |
alpha_2_code: "TV", | |
alpha_3_code: "TUV", | |
numeric: "798" | |
}, | |
%{ | |
eng_short_name: "Türkiye", | |
alpha_2_code: "TR", | |
alpha_3_code: "TUR", | |
numeric: "792" | |
}, | |
%{ | |
eng_short_name: "Uganda", | |
alpha_2_code: "UG", | |
alpha_3_code: "UGA", | |
numeric: "800" | |
}, | |
%{ | |
eng_short_name: "Ukraine", | |
alpha_2_code: "UA", | |
alpha_3_code: "UKR", | |
numeric: "804" | |
}, | |
%{ | |
eng_short_name: "United Arab Emirates (the)", | |
alpha_2_code: "AE", | |
alpha_3_code: "ARE", | |
numeric: "784" | |
}, | |
%{ | |
eng_short_name: "United Kingdom of Great Britain and Northern Ireland (the)", | |
alpha_2_code: "GB", | |
alpha_3_code: "GBR", | |
numeric: "826" | |
}, | |
%{ | |
eng_short_name: "United States Minor Outlying Islands (the)", | |
alpha_2_code: "UM", | |
alpha_3_code: "UMI", | |
numeric: "581" | |
}, | |
%{ | |
eng_short_name: "United States of America (the)", | |
alpha_2_code: "US", | |
alpha_3_code: "USA", | |
numeric: "840" | |
}, | |
%{ | |
eng_short_name: "Uruguay", | |
alpha_2_code: "UY", | |
alpha_3_code: "URY", | |
numeric: "858" | |
}, | |
%{ | |
eng_short_name: "Uzbekistan", | |
alpha_2_code: "UZ", | |
alpha_3_code: "UZB", | |
numeric: "860" | |
}, | |
%{ | |
eng_short_name: "Vanuatu", | |
alpha_2_code: "VU", | |
alpha_3_code: "VUT", | |
numeric: "548" | |
}, | |
%{ | |
eng_short_name: "Venezuela (Bolivarian Republic of)", | |
alpha_2_code: "VE", | |
alpha_3_code: "VEN", | |
numeric: "862" | |
}, | |
%{ | |
eng_short_name: "Viet Nam", | |
alpha_2_code: "VN", | |
alpha_3_code: "VNM", | |
numeric: "704" | |
}, | |
%{ | |
eng_short_name: "Virgin Islands (British)", | |
alpha_2_code: "VG", | |
alpha_3_code: "VGB", | |
numeric: "092" | |
}, | |
%{ | |
eng_short_name: "Virgin Islands (U.S.)", | |
alpha_2_code: "VI", | |
alpha_3_code: "VIR", | |
numeric: "850" | |
}, | |
%{ | |
eng_short_name: "Wallis and Futuna", | |
alpha_2_code: "WF", | |
alpha_3_code: "WLF", | |
numeric: "876" | |
}, | |
%{ | |
eng_short_name: "Western Sahara*", | |
alpha_2_code: "EH", | |
alpha_3_code: "ESH", | |
numeric: "732" | |
}, | |
%{ | |
eng_short_name: "Yemen", | |
alpha_2_code: "YE", | |
alpha_3_code: "YEM", | |
numeric: "887" | |
}, | |
%{ | |
eng_short_name: "Zambia", | |
alpha_2_code: "ZM", | |
alpha_3_code: "ZMB", | |
numeric: "894" | |
}, | |
%{ | |
eng_short_name: "Zimbabwe", | |
alpha_2_code: "ZW", | |
alpha_3_code: "ZWE", | |
numeric: "716" | |
}, | |
%{ | |
eng_short_name: "Åland Islands", | |
alpha_2_code: "AX", | |
alpha_3_code: "ALA", | |
numeric: "248" | |
} | |
] | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment