Skip to content

Instantly share code, notes, and snippets.

@praveentcom
Created January 17, 2023 12:05
Show Gist options
  • Select an option

  • Save praveentcom/3b062f1bc2c548da6f3921fefa8cc51a to your computer and use it in GitHub Desktop.

Select an option

Save praveentcom/3b062f1bc2c548da6f3921fefa8cc51a to your computer and use it in GitHub Desktop.
Phone number validations based on country
[
{
"country": "India",
"countryCode": "91",
"countryTwoLetterCode": "IN",
"minMobileNumberLength": 10,
"maxMobileNumberLength": 10
},
{
"country": "United States",
"countryCode": "1",
"countryTwoLetterCode": "US",
"minMobileNumberLength": 10,
"maxMobileNumberLength": 10
},
{
"country": "Afganisthan",
"countryCode": "93",
"countryTwoLetterCode": "AF",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Albania",
"countryCode": "355",
"countryTwoLetterCode": "AL",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Algeria",
"countryCode": "213",
"countryTwoLetterCode": "DZ",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Andorra",
"countryCode": "376",
"countryTwoLetterCode": "AD",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Angola",
"countryCode": "244",
"countryTwoLetterCode": "AO",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Argentina",
"countryCode": "54",
"countryTwoLetterCode": "AR",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Armenia",
"countryCode": "374",
"countryTwoLetterCode": "AM",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Australia",
"countryCode": "61",
"countryTwoLetterCode": "AU",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Austria",
"countryCode": "43",
"countryTwoLetterCode": "AT",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Azerbaijan",
"countryCode": "994",
"countryTwoLetterCode": "AZ",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Bahrain",
"countryCode": "973",
"countryTwoLetterCode": "BH",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Bangladesh",
"countryCode": "880",
"countryTwoLetterCode": "BD",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Belarus",
"countryCode": "375",
"countryTwoLetterCode": "BY",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Belgium",
"countryCode": "32",
"countryTwoLetterCode": "BE",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Bhutan",
"countryCode": "975",
"countryTwoLetterCode": "BT",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Bolivia",
"countryCode": "591",
"countryTwoLetterCode": "BO",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Bosnia and Herzegovina",
"countryCode": "387",
"countryTwoLetterCode": "BA",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Brazil",
"countryCode": "55",
"countryTwoLetterCode": "BR",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Brunei",
"countryCode": "673",
"countryTwoLetterCode": "BN",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Bulgaria",
"countryCode": "359",
"countryTwoLetterCode": "BG",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Cambodia",
"countryCode": "855",
"countryTwoLetterCode": "KH",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Camerooon",
"countryCode": "237",
"countryTwoLetterCode": "CM",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Canada",
"countryCode": "1",
"countryTwoLetterCode": "CA",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Chad",
"countryCode": "235",
"countryTwoLetterCode": "TD",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Chile",
"countryCode": "56",
"countryTwoLetterCode": "CL",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "China",
"countryCode": "86",
"countryTwoLetterCode": "CN",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Colombia",
"countryCode": "57",
"countryTwoLetterCode": "CO",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Costa Rica",
"countryCode": "506",
"countryTwoLetterCode": "CR",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Croatia",
"countryCode": "385",
"countryTwoLetterCode": "HR",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Cuba",
"countryCode": "53",
"countryTwoLetterCode": "CU",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Cyprus",
"countryCode": "357",
"countryTwoLetterCode": "CY",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Czech Republic",
"countryCode": "420",
"countryTwoLetterCode": "CZ",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Congo",
"countryCode": "243",
"countryTwoLetterCode": "CD",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Denmark",
"countryCode": "45",
"countryTwoLetterCode": "DK",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Ecuador",
"countryCode": "593",
"countryTwoLetterCode": "EC",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Egypt",
"countryCode": "20",
"countryTwoLetterCode": "EG",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "El Salvador",
"countryCode": "503",
"countryTwoLetterCode": "SV",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Estonia",
"countryCode": "372",
"countryTwoLetterCode": "EE",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Ethiopia",
"countryCode": "251",
"countryTwoLetterCode": "ET",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Fiji",
"countryCode": "679",
"countryTwoLetterCode": "FJ",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Finland",
"countryCode": "358",
"countryTwoLetterCode": "FI",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "France",
"countryCode": "33",
"countryTwoLetterCode": "FR",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Gabon",
"countryCode": "241",
"countryTwoLetterCode": "GA",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Georgia",
"countryCode": "995",
"countryTwoLetterCode": "GE",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Germany",
"countryCode": "49",
"countryTwoLetterCode": "DE",
"minMobileNumberLength": 11,
"maxMobileNumberLength": 12
},
{
"country": "Ghana",
"countryCode": "233",
"countryTwoLetterCode": "GH",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Greece",
"countryCode": "30",
"countryTwoLetterCode": "GR",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Greenland",
"countryCode": "299",
"countryTwoLetterCode": "GL",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Guatemala",
"countryCode": "502",
"countryTwoLetterCode": "GT",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Guinea",
"countryCode": "224",
"countryTwoLetterCode": "GN",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Guyana",
"countryCode": "592",
"countryTwoLetterCode": "GY",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Haita",
"countryCode": "509",
"countryTwoLetterCode": "HT",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Honduras",
"countryCode": "504",
"countryTwoLetterCode": "HN",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Hong Kong",
"countryCode": "852",
"countryTwoLetterCode": "HK",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Hungary",
"countryCode": "36",
"countryTwoLetterCode": "HU",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Iceland",
"countryCode": "354",
"countryTwoLetterCode": "IS",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Indonesia",
"countryCode": "62",
"countryTwoLetterCode": "ID",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Iran",
"countryCode": "98",
"countryTwoLetterCode": "IR",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Iraq",
"countryCode": "964",
"countryTwoLetterCode": "IQ",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Ireland",
"countryCode": "353",
"countryTwoLetterCode": "IE",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Isreal",
"countryCode": "972",
"countryTwoLetterCode": "IL",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Italy",
"countryCode": "39",
"countryTwoLetterCode": "IT",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Ivory Coast",
"countryCode": "225",
"countryTwoLetterCode": "CI",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Jamaica",
"countryCode": "1",
"countryTwoLetterCode": "JM",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Japan",
"countryCode": "81",
"countryTwoLetterCode": "JP",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Jersey",
"countryCode": "44",
"countryTwoLetterCode": "JE",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Jordan",
"countryCode": "962",
"countryTwoLetterCode": "JO",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Kazakhstan",
"countryCode": "7",
"countryTwoLetterCode": "KZ",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Kenya",
"countryCode": "254",
"countryTwoLetterCode": "KE",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Kiribati",
"countryCode": "686",
"countryTwoLetterCode": "KI",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Kuwait",
"countryCode": "965",
"countryTwoLetterCode": "KW",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Kyrgyzstan",
"countryCode": "996",
"countryTwoLetterCode": "KG",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Laos",
"countryCode": "856",
"countryTwoLetterCode": "LA",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Latvia",
"countryCode": "371",
"countryTwoLetterCode": "LV",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Lebanon",
"countryCode": "961",
"countryTwoLetterCode": "LB",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Liberia",
"countryCode": "231",
"countryTwoLetterCode": "LR",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Libya",
"countryCode": "218",
"countryTwoLetterCode": "LY",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Lithuania",
"countryCode": "370",
"countryTwoLetterCode": "LT",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Luxembourg",
"countryCode": "352",
"countryTwoLetterCode": "LU",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Macau",
"countryCode": "853",
"countryTwoLetterCode": "MO",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Macedonia",
"countryCode": "389",
"countryTwoLetterCode": "MK",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Madagascar",
"countryCode": "261",
"countryTwoLetterCode": "MG",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Malawi",
"countryCode": "265",
"countryTwoLetterCode": "MW",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Malaysia",
"countryCode": "60",
"countryTwoLetterCode": "MY",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Maldives",
"countryCode": "960",
"countryTwoLetterCode": "MV",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Mali",
"countryCode": "223",
"countryTwoLetterCode": "ML",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Malta",
"countryCode": "356",
"countryTwoLetterCode": "MT",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Marshall Islands",
"countryCode": "692",
"countryTwoLetterCode": "MH",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Mauritania",
"countryCode": "222",
"countryTwoLetterCode": "MR",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Mauritius",
"countryCode": "230",
"countryTwoLetterCode": "MU",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Mayotte",
"countryCode": "262",
"countryTwoLetterCode": "YT",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Mexico",
"countryCode": "52",
"countryTwoLetterCode": "MX",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Moldova",
"countryCode": "373",
"countryTwoLetterCode": "MD",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Monaco",
"countryCode": "377",
"countryTwoLetterCode": "MC",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Mongolia",
"countryCode": "976",
"countryTwoLetterCode": "MN",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Montenegro",
"countryCode": "382",
"countryTwoLetterCode": "ME",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Montserrat",
"countryCode": "1",
"countryTwoLetterCode": "MS",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Morocco",
"countryCode": "212",
"countryTwoLetterCode": "MA",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Mozambique",
"countryCode": "258",
"countryTwoLetterCode": "MZ",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Myanmmar",
"countryCode": "95",
"countryTwoLetterCode": "MM",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Namibia",
"countryCode": "264",
"countryTwoLetterCode": "NA",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Nauru",
"countryCode": "674",
"countryTwoLetterCode": "NR",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Nepal",
"countryCode": "977",
"countryTwoLetterCode": "NP",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Netherlands",
"countryCode": "31",
"countryTwoLetterCode": "NL",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "New Zealand",
"countryCode": "64",
"countryTwoLetterCode": "NZ",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Nicaragua",
"countryCode": "505",
"countryTwoLetterCode": "NI",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Niger",
"countryCode": "227",
"countryTwoLetterCode": "NE",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Nigeria",
"countryCode": "234",
"countryTwoLetterCode": "NG",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Niue",
"countryCode": "683",
"countryTwoLetterCode": "NU",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "North Korea",
"countryCode": "850",
"countryTwoLetterCode": "KP",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Norway",
"countryCode": "47",
"countryTwoLetterCode": "NO",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Oman",
"countryCode": "968",
"countryTwoLetterCode": "OM",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Pakistan",
"countryCode": "92",
"countryTwoLetterCode": "PK",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Palau",
"countryCode": "680",
"countryTwoLetterCode": "PW",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Palestine",
"countryCode": "970",
"countryTwoLetterCode": "PS",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Panama",
"countryCode": "507",
"countryTwoLetterCode": "PA",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Papua New Guinea",
"countryCode": "675",
"countryTwoLetterCode": "PG",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Paraguay",
"countryCode": "595",
"countryTwoLetterCode": "PY",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Peru",
"countryCode": "51",
"countryTwoLetterCode": "PE",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Philippines",
"countryCode": "63",
"countryTwoLetterCode": "PH",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Pitcairn",
"countryCode": "64",
"countryTwoLetterCode": "PN",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Poland",
"countryCode": "48",
"countryTwoLetterCode": "PL",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Portugal",
"countryCode": "351",
"countryTwoLetterCode": "PT",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Puerto Rico",
"countryCode": "1",
"countryTwoLetterCode": "PR",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Qatar",
"countryCode": "974",
"countryTwoLetterCode": "QA",
"minMobileNumberLength": 8,
"maxMobileNumberLength": 8
},
{
"country": "Romania",
"countryCode": "40",
"countryTwoLetterCode": "RO",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Russia",
"countryCode": "7",
"countryTwoLetterCode": "RU",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Rwanda",
"countryCode": "250",
"countryTwoLetterCode": "RW",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Saint Lucia",
"countryCode": "1",
"countryTwoLetterCode": "LC",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Samoa",
"countryCode": "685",
"countryTwoLetterCode": "WS",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "San Marino",
"countryCode": "378",
"countryTwoLetterCode": "SM",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Saudi Arabia",
"countryCode": "966",
"countryTwoLetterCode": "SA",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Senegal",
"countryCode": "221",
"countryTwoLetterCode": "SN",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Serbia",
"countryCode": "381",
"countryTwoLetterCode": "RS",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Seychelles",
"countryCode": "248",
"countryTwoLetterCode": "SC",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Sierra Leone",
"countryCode": "232",
"countryTwoLetterCode": "SL",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Singapore",
"countryCode": "65",
"countryTwoLetterCode": "SG",
"minMobileNumberLength": 8,
"maxMobileNumberLength": 8
},
{
"country": "Slovakia",
"countryCode": "421",
"countryTwoLetterCode": "SK",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Slovenia",
"countryCode": "386",
"countryTwoLetterCode": "SI",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Solomon Islands",
"countryCode": "677",
"countryTwoLetterCode": "SB",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Somalia",
"countryCode": "252",
"countryTwoLetterCode": "SO",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "South Africa",
"countryCode": "27",
"countryTwoLetterCode": "ZA",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "South Korea",
"countryCode": "82",
"countryTwoLetterCode": "KR",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "South Sudan",
"countryCode": "211",
"countryTwoLetterCode": "SS",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Spain",
"countryCode": "34",
"countryTwoLetterCode": "ES",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Sri Lanka",
"countryCode": "94",
"countryTwoLetterCode": "LK",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Sudan",
"countryCode": "249",
"countryTwoLetterCode": "SD",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Sweden",
"countryCode": "46",
"countryTwoLetterCode": "SE",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Switzerland",
"countryCode": "41",
"countryTwoLetterCode": "CH",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Syria",
"countryCode": "963",
"countryTwoLetterCode": "SY",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Taiwan",
"countryCode": "886",
"countryTwoLetterCode": "TW",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Tajikistan",
"countryCode": "992",
"countryTwoLetterCode": "TJ",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Tanzania",
"countryCode": "255",
"countryTwoLetterCode": "TZ",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Thailand",
"countryCode": "66",
"countryTwoLetterCode": "TH",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Togo",
"countryCode": "228",
"countryTwoLetterCode": "TG",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Tonga",
"countryCode": "676",
"countryTwoLetterCode": "TO",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Trinidad and Tobago",
"countryCode": "1",
"countryTwoLetterCode": "TT",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Turkey",
"countryCode": "90",
"countryTwoLetterCode": "TR",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Turkmenistan",
"countryCode": "993",
"countryTwoLetterCode": "TM",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Tuvalu",
"countryCode": "688",
"countryTwoLetterCode": "TV",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Uganda",
"countryCode": "256",
"countryTwoLetterCode": "UG",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Ukraine",
"countryCode": "380",
"countryTwoLetterCode": "UA",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "United Arab Emirates",
"countryCode": "971",
"countryTwoLetterCode": "AE",
"minMobileNumberLength": 7,
"maxMobileNumberLength": 9
},
{
"country": "United Kingdom",
"countryCode": "44",
"countryTwoLetterCode": "GB",
"minMobileNumberLength": 10,
"maxMobileNumberLength": 10
},
{
"country": "Uruguay",
"countryCode": "598",
"countryTwoLetterCode": "UY",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Uzbekistan",
"countryCode": "998",
"countryTwoLetterCode": "UZ",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Vatican",
"countryCode": "379",
"countryTwoLetterCode": "VA",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Venezuela",
"countryCode": "58",
"countryTwoLetterCode": "VE",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Vietnam",
"countryCode": "84",
"countryTwoLetterCode": "VN",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Yeman",
"countryCode": "967",
"countryTwoLetterCode": "YE",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Zambia",
"countryCode": "260",
"countryTwoLetterCode": "ZM",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
},
{
"country": "Zimbabwe",
"countryCode": "263",
"countryTwoLetterCode": "ZW",
"minMobileNumberLength": 4,
"maxMobileNumberLength": 12
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment