Files
2025-10-21 18:41:19 +03:00

1223 lines
23 KiB
TypeScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export const PHONE_COUNTRY_CODES = [
{
countryCode: "af",
country: "Afghanistan",
phoneCode: "+93",
},
{
countryCode: "ax",
country: "Åland Islands",
phoneCode: "+358",
},
{
countryCode: "al",
country: "Albania",
phoneCode: "+355",
},
{
countryCode: "dz",
country: "Algeria",
phoneCode: "+213",
},
{
countryCode: "as",
country: "American Samoa",
phoneCode: "+1",
},
{
countryCode: "ad",
country: "Andorra",
phoneCode: "+376",
},
{
countryCode: "ao",
country: "Angola",
phoneCode: "+244",
},
{
countryCode: "ai",
country: "Anguilla",
phoneCode: "+1",
},
{
countryCode: "aq",
country: "Antarctica",
phoneCode: "+672",
},
{
countryCode: "ag",
country: "Antigua and Barbuda",
phoneCode: "+1",
},
{
countryCode: "ar",
country: "Argentina",
phoneCode: "+54",
},
{
countryCode: "am",
country: "Armenia",
phoneCode: "+374",
},
{
countryCode: "aw",
country: "Aruba",
phoneCode: "+297",
},
{
countryCode: "au",
country: "Australia",
phoneCode: "+61",
},
{
countryCode: "at",
country: "Austria",
phoneCode: "+43",
},
{
countryCode: "az",
country: "Azerbaijan",
phoneCode: "+994",
},
{
countryCode: "bs",
country: "Bahamas",
phoneCode: "+1",
},
{
countryCode: "bh",
country: "Bahrain",
phoneCode: "+973",
},
{
countryCode: "bd",
country: "Bangladesh",
phoneCode: "+880",
},
{
countryCode: "bb",
country: "Barbados",
phoneCode: "+1",
},
{
countryCode: "by",
country: "Belarus",
phoneCode: "+375",
},
{
countryCode: "be",
country: "Belgium",
phoneCode: "+32",
},
{
countryCode: "bz",
country: "Belize",
phoneCode: "+501",
},
{
countryCode: "bj",
country: "Benin",
phoneCode: "+229",
},
{
countryCode: "bm",
country: "Bermuda",
phoneCode: "+1",
},
{
countryCode: "bt",
country: "Bhutan",
phoneCode: "+975",
},
{
countryCode: "bo",
country: "Bolivia",
phoneCode: "+591",
},
{
countryCode: "ba",
country: "Bosnia and Herzegovina",
phoneCode: "+387",
},
{
countryCode: "bw",
country: "Botswana",
phoneCode: "+267",
},
{
countryCode: "br",
country: "Brazil",
phoneCode: "+55",
},
{
countryCode: "io",
country: "British Indian Ocean Territory",
phoneCode: "+246",
},
{
countryCode: "vg",
country: "British Virgin Islands",
phoneCode: "+1",
},
{
countryCode: "bn",
country: "Brunei",
phoneCode: "+673",
},
{
countryCode: "bg",
country: "Bulgaria",
phoneCode: "+359",
},
{
countryCode: "bf",
country: "Burkina Faso",
phoneCode: "+226",
},
{
countryCode: "bi",
country: "Burundi",
phoneCode: "+257",
},
{
countryCode: "kh",
country: "Cambodia",
phoneCode: "+855",
},
{
countryCode: "cm",
country: "Cameroon",
phoneCode: "+237",
},
{
countryCode: "ca",
country: "Canada",
phoneCode: "+1",
},
{
countryCode: "cv",
country: "Cape Verde",
phoneCode: "+238",
},
{
countryCode: "ky",
country: "Cayman Islands",
phoneCode: "+1",
},
{
countryCode: "cf",
country: "Central African Republic",
phoneCode: "+236",
},
{
countryCode: "td",
country: "Chad",
phoneCode: "+235",
},
{
countryCode: "cl",
country: "Chile",
phoneCode: "+56",
},
{
countryCode: "cn",
country: "China",
phoneCode: "+86",
},
{
countryCode: "cx",
country: "Christmas Island",
phoneCode: "+61",
},
{
countryCode: "cc",
country: "Cocos [Keeling] Islands",
phoneCode: "+61",
},
{
countryCode: "co",
country: "Colombia",
phoneCode: "+57",
},
{
countryCode: "km",
country: "Comoros",
phoneCode: "+269",
},
{
countryCode: "cg",
country: "Congo - Brazzaville",
phoneCode: "+242",
},
{
countryCode: "cd",
country: "Congo - Kinshasa",
phoneCode: "+243",
},
{
countryCode: "ck",
country: "Cook Islands",
phoneCode: "+682",
},
{
countryCode: "cr",
country: "Costa Rica",
phoneCode: "+506",
},
{
countryCode: "ci",
country: "Côte dIvoire",
phoneCode: "+225",
},
{
countryCode: "hr",
country: "Croatia",
phoneCode: "+385",
},
{
countryCode: "cy",
country: "Cyprus",
phoneCode: "+357",
},
{
countryCode: "cz",
country: "Czech Republic",
phoneCode: "+420",
},
{
countryCode: "dk",
country: "Denmark",
phoneCode: "+45",
},
{
countryCode: "dj",
country: "Djibouti",
phoneCode: "+253",
},
{
countryCode: "dm",
country: "Dominica",
phoneCode: "+1",
},
{
countryCode: "do",
country: "Dominican Republic",
phoneCode: "+1",
},
{
countryCode: "ec",
country: "Ecuador",
phoneCode: "+593",
},
{
countryCode: "eg",
country: "Egypt",
phoneCode: "+20",
},
{
countryCode: "sv",
country: "El Salvador",
phoneCode: "+503",
},
{
countryCode: "gq",
country: "Equatorial Guinea",
phoneCode: "+240",
},
{
countryCode: "er",
country: "Eritrea",
phoneCode: "+291",
},
{
countryCode: "ee",
country: "Estonia",
phoneCode: "+372",
},
{
countryCode: "et",
country: "Ethiopia",
phoneCode: "+251",
},
{
countryCode: "fk",
country: "Falkland Islands",
phoneCode: "+500",
},
{
countryCode: "fo",
country: "Faroe Islands",
phoneCode: "+298",
},
{
countryCode: "fj",
country: "Fiji",
phoneCode: "+679",
},
{
countryCode: "fi",
country: "Finland",
phoneCode: "+358",
},
{
countryCode: "fr",
country: "France",
phoneCode: "+33",
},
{
countryCode: "gf",
country: "French Guiana",
phoneCode: "+594",
},
{
countryCode: "pf",
country: "French Polynesia",
phoneCode: "+689",
},
{
countryCode: "tf",
country: "French Southern Territories",
phoneCode: "+262",
},
{
countryCode: "ga",
country: "Gabon",
phoneCode: "+241",
},
{
countryCode: "gm",
country: "Gambia",
phoneCode: "+220",
},
{
countryCode: "ge",
country: "Georgia",
phoneCode: "+995",
},
{
countryCode: "de",
country: "Germany",
phoneCode: "+49",
},
{
countryCode: "gh",
country: "Ghana",
phoneCode: "+233",
},
{
countryCode: "gi",
country: "Gibraltar",
phoneCode: "+350",
},
{
countryCode: "gr",
country: "Greece",
phoneCode: "+30",
},
{
countryCode: "gl",
country: "Greenland",
phoneCode: "+299",
},
{
countryCode: "gd",
country: "Grenada",
phoneCode: "+1",
},
{
countryCode: "gp",
country: "Guadeloupe",
phoneCode: "+590",
},
{
countryCode: "gu",
country: "Guam",
phoneCode: "+1",
},
{
countryCode: "gt",
country: "Guatemala",
phoneCode: "+502",
},
{
countryCode: "gg",
country: "Guernsey",
phoneCode: "+44",
},
{
countryCode: "gn",
country: "Guinea",
phoneCode: "+224",
},
{
countryCode: "gw",
country: "Guinea-Bissau",
phoneCode: "+245",
},
{
countryCode: "gy",
country: "Guyana",
phoneCode: "+592",
},
{
countryCode: "ht",
country: "Haiti",
phoneCode: "+509",
},
{
countryCode: "hn",
country: "Honduras",
phoneCode: "+504",
},
{
countryCode: "hk",
country: "Hong Kong SAR China",
phoneCode: "+852",
},
{
countryCode: "hu",
country: "Hungary",
phoneCode: "+36",
},
{
countryCode: "is",
country: "Iceland",
phoneCode: "+354",
},
{
countryCode: "in",
country: "India",
phoneCode: "+91",
},
{
countryCode: "id",
country: "Indonesia",
phoneCode: "+62",
},
{
countryCode: "ir",
country: "Iran",
phoneCode: "+98",
},
{
countryCode: "iq",
country: "Iraq",
phoneCode: "+964",
},
{
countryCode: "ie",
country: "Ireland",
phoneCode: "+353",
},
{
countryCode: "im",
country: "Isle of Man",
phoneCode: "+44",
},
{
countryCode: "il",
country: "Israel",
phoneCode: "+972",
},
{
countryCode: "it",
country: "Italy",
phoneCode: "+39",
},
{
countryCode: "jm",
country: "Jamaica",
phoneCode: "+1",
},
{
countryCode: "jp",
country: "Japan",
phoneCode: "+81",
},
{
countryCode: "je",
country: "Jersey",
phoneCode: "+44",
},
{
countryCode: "jo",
country: "Jordan",
phoneCode: "+962",
},
{
countryCode: "kz",
country: "Kazakhstan",
phoneCode: "+7",
},
{
countryCode: "ke",
country: "Kenya",
phoneCode: "+254",
},
{
countryCode: "ki",
country: "Kiribati",
phoneCode: "+686",
},
{
countryCode: "xk",
country: "Kosovo",
phoneCode: "+383",
},
{
countryCode: "kw",
country: "Kuwait",
phoneCode: "+965",
},
{
countryCode: "kg",
country: "Kyrgyzstan",
phoneCode: "+996",
},
{
countryCode: "la",
country: "Laos",
phoneCode: "+856",
},
{
countryCode: "lv",
country: "Latvia",
phoneCode: "+371",
},
{
countryCode: "lb",
country: "Lebanon",
phoneCode: "+961",
},
{
countryCode: "ls",
country: "Lesotho",
phoneCode: "+266",
},
{
countryCode: "lr",
country: "Liberia",
phoneCode: "+231",
},
{
countryCode: "ly",
country: "Libya",
phoneCode: "+218",
},
{
countryCode: "li",
country: "Liechtenstein",
phoneCode: "+423",
},
{
countryCode: "lt",
country: "Lithuania",
phoneCode: "+370",
},
{
countryCode: "lu",
country: "Luxembourg",
phoneCode: "+352",
},
{
countryCode: "mo",
country: "Macau SAR China",
phoneCode: "+853",
},
{
countryCode: "mk",
country: "Macedonia",
phoneCode: "+389",
},
{
countryCode: "mg",
country: "Madagascar",
phoneCode: "+261",
},
{
countryCode: "mw",
country: "Malawi",
phoneCode: "+265",
},
{
countryCode: "my",
country: "Malaysia",
phoneCode: "+60",
},
{
countryCode: "mv",
country: "Maldives",
phoneCode: "+960",
},
{
countryCode: "ml",
country: "Mali",
phoneCode: "+223",
},
{
countryCode: "mt",
country: "Malta",
phoneCode: "+356",
},
{
countryCode: "mh",
country: "Marshall Islands",
phoneCode: "+692",
},
{
countryCode: "mq",
country: "Martinique",
phoneCode: "+596",
},
{
countryCode: "mr",
country: "Mauritania",
phoneCode: "+222",
},
{
countryCode: "mu",
country: "Mauritius",
phoneCode: "+230",
},
{
countryCode: "yt",
country: "Mayotte",
phoneCode: "+262",
},
{
countryCode: "mx",
country: "Mexico",
phoneCode: "+52",
},
{
countryCode: "fm",
country: "Micronesia",
phoneCode: "+691",
},
{
countryCode: "md",
country: "Moldova",
phoneCode: "+373",
},
{
countryCode: "mc",
country: "Monaco",
phoneCode: "+377",
},
{
countryCode: "mn",
country: "Mongolia",
phoneCode: "+976",
},
{
countryCode: "me",
country: "Montenegro",
phoneCode: "+382",
},
{
countryCode: "ms",
country: "Montserrat",
phoneCode: "+1",
},
{
countryCode: "ma",
country: "Morocco",
phoneCode: "+212",
},
{
countryCode: "mz",
country: "Mozambique",
phoneCode: "+258",
},
{
countryCode: "mm",
country: "Myanmar [Burma]",
phoneCode: "+95",
},
{
countryCode: "na",
country: "Namibia",
phoneCode: "+264",
},
{
countryCode: "nr",
country: "Nauru",
phoneCode: "+674",
},
{
countryCode: "np",
country: "Nepal",
phoneCode: "+977",
},
{
countryCode: "nl",
country: "Netherlands",
phoneCode: "+31",
},
{
countryCode: "an",
country: "Netherlands Antilles",
phoneCode: "+599",
},
{
countryCode: "nc",
country: "New Caledonia",
phoneCode: "+687",
},
{
countryCode: "nz",
country: "New Zealand",
phoneCode: "+64",
},
{
countryCode: "ni",
country: "Nicaragua",
phoneCode: "+505",
},
{
countryCode: "ne",
country: "Niger",
phoneCode: "+227",
},
{
countryCode: "ng",
country: "Nigeria",
phoneCode: "+234",
},
{
countryCode: "nu",
country: "Niue",
phoneCode: "+683",
},
{
countryCode: "nf",
country: "Norfolk Island",
phoneCode: "+672",
},
{
countryCode: "kp",
country: "North Korea",
phoneCode: "+850",
},
{
countryCode: "mp",
country: "Northern Mariana Islands",
phoneCode: "+1",
},
{
countryCode: "no",
country: "Norway",
phoneCode: "+47",
},
{
countryCode: "om",
country: "Oman",
phoneCode: "+968",
},
{
countryCode: "pk",
country: "Pakistan",
phoneCode: "+92",
},
{
countryCode: "pw",
country: "Palau",
phoneCode: "+680",
},
{
countryCode: "ps",
country: "Palestinian Territories",
phoneCode: "+970",
},
{
countryCode: "pa",
country: "Panama",
phoneCode: "+507",
},
{
countryCode: "pg",
country: "Papua New Guinea",
phoneCode: "+675",
},
{
countryCode: "py",
country: "Paraguay",
phoneCode: "+595",
},
{
countryCode: "pe",
country: "Peru",
phoneCode: "+51",
},
{
countryCode: "ph",
country: "Philippines",
phoneCode: "+63",
},
{
countryCode: "pn",
country: "Pitcairn Islands",
phoneCode: "+64",
},
{
countryCode: "pl",
country: "Poland",
phoneCode: "+48",
},
{
countryCode: "pt",
country: "Portugal",
phoneCode: "+351",
},
{
countryCode: "pr",
country: "Puerto Rico",
phoneCode: "+1",
},
{
countryCode: "qa",
country: "Qatar",
phoneCode: "+974",
},
{
countryCode: "re",
country: "Réunion",
phoneCode: "+262",
},
{
countryCode: "ro",
country: "Romania",
phoneCode: "+40",
},
{
countryCode: "ru",
country: "Russia",
phoneCode: "+7",
},
{
countryCode: "rw",
country: "Rwanda",
phoneCode: "+250",
},
{
countryCode: "bl",
country: "Saint Barthélemy",
phoneCode: "+590",
},
{
countryCode: "sh",
country: "Saint Helena",
phoneCode: "+290",
},
{
countryCode: "kn",
country: "Saint Kitts and Nevis",
phoneCode: "+1",
},
{
countryCode: "lc",
country: "Saint Lucia",
phoneCode: "+1",
},
{
countryCode: "mf",
country: "Saint Martin",
phoneCode: "+590",
},
{
countryCode: "pm",
country: "Saint Pierre and Miquelon",
phoneCode: "+508",
},
{
countryCode: "vc",
country: "Saint Vincent and the Grenadines",
phoneCode: "+1",
},
{
countryCode: "ws",
country: "Samoa",
phoneCode: "+685",
},
{
countryCode: "sm",
country: "San Marino",
phoneCode: "+378",
},
{
countryCode: "st",
country: "São Tomé and Príncipe",
phoneCode: "+239",
},
{
countryCode: "sa",
country: "Saudi Arabia",
phoneCode: "+966",
},
{
countryCode: "sn",
country: "Senegal",
phoneCode: "+221",
},
{
countryCode: "rs",
country: "Serbia",
phoneCode: "+381",
},
{
countryCode: "sc",
country: "Seychelles",
phoneCode: "+248",
},
{
countryCode: "sl",
country: "Sierra Leone",
phoneCode: "+232",
},
{
countryCode: "sg",
country: "Singapore",
phoneCode: "+65",
},
{
countryCode: "sk",
country: "Slovakia",
phoneCode: "+421",
},
{
countryCode: "si",
country: "Slovenia",
phoneCode: "+386",
},
{
countryCode: "sb",
country: "Solomon Islands",
phoneCode: "+677",
},
{
countryCode: "so",
country: "Somalia",
phoneCode: "+252",
},
{
countryCode: "za",
country: "South Africa",
phoneCode: "+27",
},
{
countryCode: "gs",
country: "South Georgia and the South Sandwich Islands",
phoneCode: "+500",
},
{
countryCode: "kr",
country: "South Korea",
phoneCode: "+82",
},
{
countryCode: "ss",
country: "South Sudan",
phoneCode: "+211",
},
{
countryCode: "es",
country: "Spain",
phoneCode: "+34",
},
{
countryCode: "lk",
country: "Sri Lanka",
phoneCode: "+94",
},
{
countryCode: "sd",
country: "Sudan",
phoneCode: "+249",
},
{
countryCode: "sr",
country: "Suriname",
phoneCode: "+597",
},
{
countryCode: "sj",
country: "Svalbard and Jan Mayen",
phoneCode: "+47",
},
{
countryCode: "sz",
country: "Swaziland",
phoneCode: "+268",
},
{
countryCode: "se",
country: "Sweden",
phoneCode: "+46",
},
{
countryCode: "ch",
country: "Switzerland",
phoneCode: "+41",
},
{
countryCode: "sy",
country: "Syria",
phoneCode: "+963",
},
{
countryCode: "tw",
country: "Taiwan",
phoneCode: "+886",
},
{
countryCode: "tj",
country: "Tajikistan",
phoneCode: "+992",
},
{
countryCode: "tz",
country: "Tanzania",
phoneCode: "+255",
},
{
countryCode: "th",
country: "Thailand",
phoneCode: "+66",
},
{
countryCode: "tl",
country: "Timor-Leste",
phoneCode: "+670",
},
{
countryCode: "tg",
country: "Togo",
phoneCode: "+228",
},
{
countryCode: "tk",
country: "Tokelau",
phoneCode: "+690",
},
{
countryCode: "to",
country: "Tonga",
phoneCode: "+676",
},
{
countryCode: "tt",
country: "Trinidad and Tobago",
phoneCode: "+1",
},
{
countryCode: "tn",
country: "Tunisia",
phoneCode: "+216",
},
{
countryCode: "tr",
country: "Turkey",
phoneCode: "+90",
},
{
countryCode: "tm",
country: "Turkmenistan",
phoneCode: "+993",
},
{
countryCode: "tc",
country: "Turks and Caicos Islands",
phoneCode: "+1",
},
{
countryCode: "tv",
country: "Tuvalu",
phoneCode: "+688",
},
{
countryCode: "vi",
country: "U.S. Virgin Islands",
phoneCode: "+1",
},
{
countryCode: "ug",
country: "Uganda",
phoneCode: "+256",
},
{
countryCode: "ua",
country: "Ukraine",
phoneCode: "+380",
},
{
countryCode: "ae",
country: "United Arab Emirates",
phoneCode: "+971",
},
{
countryCode: "gb",
country: "United Kingdom",
phoneCode: "+44",
},
{
countryCode: "us",
country: "United States",
phoneCode: "+1",
},
{
countryCode: "uy",
country: "Uruguay",
phoneCode: "+598",
},
{
countryCode: "uz",
country: "Uzbekistan",
phoneCode: "+998",
},
{
countryCode: "vu",
country: "Vanuatu",
phoneCode: "+678",
},
{
countryCode: "va",
country: "Vatican City",
phoneCode: "+379",
},
{
countryCode: "ve",
country: "Venezuela",
phoneCode: "+58",
},
{
countryCode: "vn",
country: "Vietnam",
phoneCode: "+84",
},
{
countryCode: "wf",
country: "Wallis and Futuna",
phoneCode: "+681",
},
{
countryCode: "eh",
country: "Western Sahara",
phoneCode: "+212",
},
{
countryCode: "ye",
country: "Yemen",
phoneCode: "+967",
},
{
countryCode: "zm",
country: "Zambia",
phoneCode: "+260",
},
{
countryCode: "zw",
country: "Zimbabwe",
phoneCode: "+263",
},
];