country-mobile-number-validator
Version:
A lightweight Javascript library for retrieving country information, including country codes, based on provided data. Simplify your application's logic by seamlessly integrating with this package to extract essential country details, facilitating tasks su
1,184 lines (1,182 loc) • 93.4 kB
JavaScript
"use strict";
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
// src/index.ts
var src_exports = {};
__export(src_exports, {
getCountryDataByCode: () => getCountryDataByCode
});
module.exports = __toCommonJS(src_exports);
// src/assets/countryData.json
var countryData_default = [
{
country: "India",
phoneNumberLengthByCountry_phLengthMax: 10,
phoneNumberLengthByCountry_phLengthMin: 7,
phoneNumberLengthByCountry_phLength: "7 to 10",
phoneNumberLengthByCountry_CountryCode: 91,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "China",
phoneNumberLengthByCountry_phLengthMax: 12,
phoneNumberLengthByCountry_phLengthMin: 5,
phoneNumberLengthByCountry_phLength: "5 to 12",
phoneNumberLengthByCountry_CountryCode: 86,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "United States",
phoneNumberLengthByCountry_phLengthMax: 10,
phoneNumberLengthByCountry_phLengthMin: 10,
phoneNumberLengthByCountry_phLength: 10,
phoneNumberLengthByCountry_CountryCode: 1,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 11,
phoneNumberLengthByCountry_phLength_NationalPrefix: 1,
phoneNumberLengthByCountry_Notes: "Eastern Time UTC-5/DST-4; Central Time UTC-6/DST-5; Mountain Time UTC-7; Pacific Time UTC-8/DST-7; Alaska UTC-9/DST-8; Hawaiian UTC-10."
},
{
country: "Indonesia",
phoneNumberLengthByCountry_phLengthMax: 10,
phoneNumberLengthByCountry_phLengthMin: 5,
phoneNumberLengthByCountry_phLength: "5 to 10",
phoneNumberLengthByCountry_CountryCode: 62,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 1.008,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: "Western Indonesia including Sumatra, Java, Madura and Bali UTC+7; Central Indonesia including Kalimantan (Borneo), Sulawesi (Celebes) and Nusatengarra (Lesser Sunda) UTC+8; Eastern Indonesia including Maluku (Moluccas) and Irianjaya (Irian) UTC+9."
},
{
country: "Pakistan",
phoneNumberLengthByCountry_phLengthMax: 11,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: "8 to 11",
phoneNumberLengthByCountry_CountryCode: 92,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Nigeria",
phoneNumberLengthByCountry_phLengthMax: 10,
phoneNumberLengthByCountry_phLengthMin: 7,
phoneNumberLengthByCountry_phLength: "7 to 10",
phoneNumberLengthByCountry_CountryCode: 234,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 9,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Brazil",
phoneNumberLengthByCountry_phLengthMax: 10,
phoneNumberLengthByCountry_phLengthMin: 10,
phoneNumberLengthByCountry_phLength: 10,
phoneNumberLengthByCountry_CountryCode: 55,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: "Other states UTC-3 (no change)."
},
{
country: "Bangladesh",
phoneNumberLengthByCountry_phLengthMax: 10,
phoneNumberLengthByCountry_phLengthMin: 6,
phoneNumberLengthByCountry_phLength: "6 to 10",
phoneNumberLengthByCountry_CountryCode: 880,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Russia",
phoneNumberLengthByCountry_phLengthMax: 10,
phoneNumberLengthByCountry_phLengthMin: 10,
phoneNumberLengthByCountry_phLength: 10,
phoneNumberLengthByCountry_CountryCode: 7,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 810,
phoneNumberLengthByCountry_phLength_NationalPrefix: 8,
phoneNumberLengthByCountry_Notes: "Kaliningrad UTC +2/DST+3; Moscow, St. Petersburg, Astrakhan, Izhevsk, Samara UTC+3/DST+4; Perm, Nizhnevartovsk UTC+5/DST+6; Novosibirsk, Omsk UTC+6/DST+7; Norilsk, Kyzyl UTC+7/DST+8; Bratsk, Ulan-Ude UTC+8/DST+9; Chita, Yakutsk UTC+9/DST+10; Khabarovsk, Vladivostok, Yuzhno-Sakhalinsk UTC+10/DST+11; Magadan, Kamchatka UTC+11/DST+12."
},
{
country: "Ethiopia",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 9,
phoneNumberLengthByCountry_phLength: 9,
phoneNumberLengthByCountry_CountryCode: 251,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Mexico",
phoneNumberLengthByCountry_phLengthMax: 10,
phoneNumberLengthByCountry_phLengthMin: 10,
phoneNumberLengthByCountry_phLength: 10,
phoneNumberLengthByCountry_CountryCode: 52,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 1,
phoneNumberLengthByCountry_Notes: "Baja California Norte UTC-8/DST-7; Baja California Sur, Chihuahua, Nayarit UTC-7/DST-6."
},
{
country: "Japan",
phoneNumberLengthByCountry_phLengthMax: 13,
phoneNumberLengthByCountry_phLengthMin: 5,
phoneNumberLengthByCountry_phLength: "5 to 13",
phoneNumberLengthByCountry_CountryCode: 81,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 10,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Philippines",
phoneNumberLengthByCountry_phLengthMax: 10,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: "8 to 10",
phoneNumberLengthByCountry_CountryCode: 63,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Egypt",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 7,
phoneNumberLengthByCountry_phLength: "7 to 9",
phoneNumberLengthByCountry_CountryCode: 20,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "DR Congo",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 5,
phoneNumberLengthByCountry_phLength: "5 to 9",
phoneNumberLengthByCountry_CountryCode: 243,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Vietnam",
phoneNumberLengthByCountry_phLengthMax: 10,
phoneNumberLengthByCountry_phLengthMin: 7,
phoneNumberLengthByCountry_phLength: "7 to 10",
phoneNumberLengthByCountry_CountryCode: 84,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Iran",
phoneNumberLengthByCountry_phLengthMax: 10,
phoneNumberLengthByCountry_phLengthMin: 6,
phoneNumberLengthByCountry_phLength: "6 to 10",
phoneNumberLengthByCountry_CountryCode: 98,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Turkey",
phoneNumberLengthByCountry_phLengthMax: 10,
phoneNumberLengthByCountry_phLengthMin: 10,
phoneNumberLengthByCountry_phLength: 10,
phoneNumberLengthByCountry_CountryCode: 90,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Germany",
phoneNumberLengthByCountry_phLengthMax: 13,
phoneNumberLengthByCountry_phLengthMin: 6,
phoneNumberLengthByCountry_phLength: "6 to 13",
phoneNumberLengthByCountry_CountryCode: 49,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Thailand",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: "8 or 9",
phoneNumberLengthByCountry_CountryCode: 66,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 1,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: "The '0' is used on all domestic calls, including in the same city, but is omitted when dialling from other countries."
},
{
country: "Tanzania",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 9,
phoneNumberLengthByCountry_phLength: 9,
phoneNumberLengthByCountry_CountryCode: 255,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "United Kingdom",
phoneNumberLengthByCountry_phLengthMax: 10,
phoneNumberLengthByCountry_phLengthMin: 7,
phoneNumberLengthByCountry_phLength: "7 to 10",
phoneNumberLengthByCountry_CountryCode: 44,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "France",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 9,
phoneNumberLengthByCountry_phLength: 9,
phoneNumberLengthByCountry_CountryCode: 33,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: "The '0' is used on all domestic calls, including in the same city, but is omitted when dialling from other countries."
},
{
country: "South Africa",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 9,
phoneNumberLengthByCountry_phLength: 9,
phoneNumberLengthByCountry_CountryCode: 27,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: "The '0' is used on all domestic calls, including in the same city, but is omitted when dialling from other countries."
},
{
country: "Italy",
phoneNumberLengthByCountry_phLengthMax: 11,
phoneNumberLengthByCountry_phLengthMin: null,
phoneNumberLengthByCountry_phLength: "up to 11",
phoneNumberLengthByCountry_CountryCode: 39,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: "When dialling from Italy to San Marino, the subscriber number must be prefixed by '0549' instead of '00378'. When dialling from San Marino to Italy, the complete national subscriber number must be used, without prefixing the number by '0039'."
},
{
country: "Kenya",
phoneNumberLengthByCountry_phLengthMax: 10,
phoneNumberLengthByCountry_phLengthMin: 6,
phoneNumberLengthByCountry_phLength: "6 to 10",
phoneNumberLengthByCountry_CountryCode: 254,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: "When dialling between Kenya, Tanzania and Uganda the national (significant) number must be prefixed by 005 for Kenya, by 006 for Uganda and by 007 for Tanzania"
},
{
country: "Myanmar",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 7,
phoneNumberLengthByCountry_phLength: "7 to 9",
phoneNumberLengthByCountry_CountryCode: 95,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Colombia",
phoneNumberLengthByCountry_phLengthMax: 10,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: "8 or 10",
phoneNumberLengthByCountry_CountryCode: 57,
phoneNumberLengthByCountry_phLength_InternationalPrefix: "009/007/005",
phoneNumberLengthByCountry_phLength_NationalPrefix: "09/07/05",
phoneNumberLengthByCountry_Notes: null
},
{
country: "South Korea",
phoneNumberLengthByCountry_phLengthMax: 11,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: "8 to 11",
phoneNumberLengthByCountry_CountryCode: 82,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 1.002,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0.082,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Uganda",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 9,
phoneNumberLengthByCountry_phLength: 9,
phoneNumberLengthByCountry_CountryCode: 256,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: "When dialling between Kenya, Tanzania and Uganda the national (significant) number must be prefixed by 005 for Kenya, by 006 for Uganda and by 007 for Tanzania"
},
{
country: "Sudan",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 9,
phoneNumberLengthByCountry_phLength: 9,
phoneNumberLengthByCountry_CountryCode: 249,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Spain",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 9,
phoneNumberLengthByCountry_phLength: 9,
phoneNumberLengthByCountry_CountryCode: 34,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Iraq",
phoneNumberLengthByCountry_phLengthMax: 10,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: "8 to 10",
phoneNumberLengthByCountry_CountryCode: 964,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Algeria",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: "8 or 9",
phoneNumberLengthByCountry_CountryCode: 213,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Argentina",
phoneNumberLengthByCountry_phLengthMax: 10,
phoneNumberLengthByCountry_phLengthMin: 10,
phoneNumberLengthByCountry_phLength: 10,
phoneNumberLengthByCountry_CountryCode: 54,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Afghanistan",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 9,
phoneNumberLengthByCountry_phLength: 9,
phoneNumberLengthByCountry_CountryCode: 93,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Poland",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 6,
phoneNumberLengthByCountry_phLength: "6 to 9",
phoneNumberLengthByCountry_CountryCode: 48,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Canada",
phoneNumberLengthByCountry_phLengthMax: 10,
phoneNumberLengthByCountry_phLengthMin: 10,
phoneNumberLengthByCountry_phLength: 10,
phoneNumberLengthByCountry_CountryCode: 1,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 11,
phoneNumberLengthByCountry_phLength_NationalPrefix: 1,
phoneNumberLengthByCountry_Notes: "Alberta UTC-7/DST-6; British Columbia UTC-8/DST-7; Manitoba UTC-6/DST-5; New Brunswick, Nova Scotia UTC-4/DST-3;Newfoundland UTC-3.30/DST-2.30; Ontario, Quebec UTC-5/DST-4."
},
{
country: "Morocco",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 9,
phoneNumberLengthByCountry_phLength: 9,
phoneNumberLengthByCountry_CountryCode: 212,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: "The '0' is used on all domestic calls, including in the same city, but is omitted when dialling from other countries."
},
{
country: "Ukraine",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 9,
phoneNumberLengthByCountry_phLength: 9,
phoneNumberLengthByCountry_CountryCode: 380,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Angola",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 9,
phoneNumberLengthByCountry_phLength: 9,
phoneNumberLengthByCountry_CountryCode: 244,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Saudi Arabia",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: "8 to 9",
phoneNumberLengthByCountry_CountryCode: 966,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Uzbekistan",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 9,
phoneNumberLengthByCountry_phLength: 9,
phoneNumberLengthByCountry_CountryCode: 998,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 810,
phoneNumberLengthByCountry_phLength_NationalPrefix: 8,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Yemen",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 6,
phoneNumberLengthByCountry_phLength: "6 to 9",
phoneNumberLengthByCountry_CountryCode: 967,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Mozambique",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: "8 to 9",
phoneNumberLengthByCountry_CountryCode: 258,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Ghana",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 5,
phoneNumberLengthByCountry_phLength: "5 to 9",
phoneNumberLengthByCountry_CountryCode: 233,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Peru",
phoneNumberLengthByCountry_phLengthMax: 11,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: "8 to 11",
phoneNumberLengthByCountry_CountryCode: 51,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Malaysia",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 7,
phoneNumberLengthByCountry_phLength: "7 to 9",
phoneNumberLengthByCountry_CountryCode: 60,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: "When dialling from Singapore to Malaysia, the area code and subscriber number must be prefixed by '020' instead of '00160'. When dialling from Malaysia to Singapore, the subscriber number must be prefixed by '02' instead of '0065'."
},
{
country: "Nepal",
phoneNumberLengthByCountry_phLengthMax: 10,
phoneNumberLengthByCountry_phLengthMin: 9,
phoneNumberLengthByCountry_phLength: "9 to 10",
phoneNumberLengthByCountry_CountryCode: 977,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Madagascar",
phoneNumberLengthByCountry_phLengthMax: 10,
phoneNumberLengthByCountry_phLengthMin: 9,
phoneNumberLengthByCountry_phLength: "9 to 10",
phoneNumberLengthByCountry_CountryCode: 261,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Ivory Coast",
phoneNumberLengthByCountry_phLengthMax: 8,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: 8,
phoneNumberLengthByCountry_CountryCode: 225,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Venezuela",
phoneNumberLengthByCountry_phLengthMax: 10,
phoneNumberLengthByCountry_phLengthMin: 10,
phoneNumberLengthByCountry_phLength: 10,
phoneNumberLengthByCountry_CountryCode: 58,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Cameroon",
phoneNumberLengthByCountry_phLengthMax: 8,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: 8,
phoneNumberLengthByCountry_CountryCode: 237,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Niger",
phoneNumberLengthByCountry_phLengthMax: 8,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: 8,
phoneNumberLengthByCountry_CountryCode: 227,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Australia",
phoneNumberLengthByCountry_phLengthMax: 15,
phoneNumberLengthByCountry_phLengthMin: 5,
phoneNumberLengthByCountry_phLength: "5 to 15",
phoneNumberLengthByCountry_CountryCode: 61,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 11,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: "Includes Cocos-Keeling Islands(UTC+6.30) and Christmas Island (UTC+7). Western Australia (UTC+8)."
},
{
country: "North Korea",
phoneNumberLengthByCountry_phLengthMax: 17,
phoneNumberLengthByCountry_phLengthMin: 6,
phoneNumberLengthByCountry_phLength: "6 to 17",
phoneNumberLengthByCountry_CountryCode: 850,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Syria",
phoneNumberLengthByCountry_phLengthMax: 10,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: "8 to 10",
phoneNumberLengthByCountry_CountryCode: 963,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Mali",
phoneNumberLengthByCountry_phLengthMax: 8,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: 8,
phoneNumberLengthByCountry_CountryCode: 223,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Taiwan",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: "8 to 9",
phoneNumberLengthByCountry_CountryCode: 886,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 2,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Burkina Faso",
phoneNumberLengthByCountry_phLengthMax: 8,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: 8,
phoneNumberLengthByCountry_CountryCode: 226,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Sri Lanka",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 9,
phoneNumberLengthByCountry_phLength: 9,
phoneNumberLengthByCountry_CountryCode: 94,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Malawi",
phoneNumberLengthByCountry_phLengthMax: 8,
phoneNumberLengthByCountry_phLengthMin: 7,
phoneNumberLengthByCountry_phLength: "7 or 8",
phoneNumberLengthByCountry_CountryCode: 265,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Zambia",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 9,
phoneNumberLengthByCountry_phLength: 9,
phoneNumberLengthByCountry_CountryCode: 260,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Kazakhstan",
phoneNumberLengthByCountry_phLengthMax: 10,
phoneNumberLengthByCountry_phLengthMin: 10,
phoneNumberLengthByCountry_phLength: 10,
phoneNumberLengthByCountry_CountryCode: 7,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 810,
phoneNumberLengthByCountry_phLength_NationalPrefix: 8,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Chile",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: "8 to 9",
phoneNumberLengthByCountry_CountryCode: 56,
phoneNumberLengthByCountry_phLength_InternationalPrefix: "1YZ0",
phoneNumberLengthByCountry_phLength_NationalPrefix: "1YZ",
phoneNumberLengthByCountry_Notes: "YZ : long-distance operator code."
},
{
country: "Romania",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 9,
phoneNumberLengthByCountry_phLength: 9,
phoneNumberLengthByCountry_CountryCode: 40,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Chad",
phoneNumberLengthByCountry_phLengthMax: 8,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: 8,
phoneNumberLengthByCountry_CountryCode: 235,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Somalia",
phoneNumberLengthByCountry_phLengthMax: 8,
phoneNumberLengthByCountry_phLengthMin: 5,
phoneNumberLengthByCountry_phLength: "5 to 8",
phoneNumberLengthByCountry_CountryCode: 252,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Ecuador",
phoneNumberLengthByCountry_phLengthMax: 8,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: 8,
phoneNumberLengthByCountry_CountryCode: 593,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Guatemala",
phoneNumberLengthByCountry_phLengthMax: 8,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: 8,
phoneNumberLengthByCountry_CountryCode: 502,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Senegal",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 9,
phoneNumberLengthByCountry_phLength: 9,
phoneNumberLengthByCountry_CountryCode: 221,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Netherlands",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 9,
phoneNumberLengthByCountry_phLength: 9,
phoneNumberLengthByCountry_CountryCode: 31,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Cambodia",
phoneNumberLengthByCountry_phLengthMax: 8,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: 8,
phoneNumberLengthByCountry_CountryCode: 855,
phoneNumberLengthByCountry_phLength_InternationalPrefix: "001, 007",
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Zimbabwe",
phoneNumberLengthByCountry_phLengthMax: 10,
phoneNumberLengthByCountry_phLengthMin: 5,
phoneNumberLengthByCountry_phLength: "5 to 10",
phoneNumberLengthByCountry_CountryCode: 263,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Guinea",
phoneNumberLengthByCountry_phLengthMax: 8,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: 8,
phoneNumberLengthByCountry_CountryCode: 224,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Rwanda",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 9,
phoneNumberLengthByCountry_phLength: 9,
phoneNumberLengthByCountry_CountryCode: 250,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Benin",
phoneNumberLengthByCountry_phLengthMax: 8,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: 8,
phoneNumberLengthByCountry_CountryCode: 229,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Burundi",
phoneNumberLengthByCountry_phLengthMax: 8,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: 8,
phoneNumberLengthByCountry_CountryCode: 257,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Bolivia",
phoneNumberLengthByCountry_phLengthMax: 8,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: 8,
phoneNumberLengthByCountry_CountryCode: 591,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Tunisia",
phoneNumberLengthByCountry_phLengthMax: 8,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: 8,
phoneNumberLengthByCountry_CountryCode: 216,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Haiti",
phoneNumberLengthByCountry_phLengthMax: 8,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: 8,
phoneNumberLengthByCountry_CountryCode: 509,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Belgium",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: "8 to 9",
phoneNumberLengthByCountry_CountryCode: 32,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: "The '0' is used on all domestic calls, including in the same city, but is omitted when dialling from other countries."
},
{
country: "Dominican Republic",
phoneNumberLengthByCountry_phLengthMax: 10,
phoneNumberLengthByCountry_phLengthMin: 10,
phoneNumberLengthByCountry_phLength: "(809/829) + 7",
phoneNumberLengthByCountry_CountryCode: 1,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 11,
phoneNumberLengthByCountry_phLength_NationalPrefix: 1,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Jordan",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 5,
phoneNumberLengthByCountry_phLength: "5 to 9",
phoneNumberLengthByCountry_CountryCode: 962,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Cuba",
phoneNumberLengthByCountry_phLengthMax: 8,
phoneNumberLengthByCountry_phLengthMin: 6,
phoneNumberLengthByCountry_phLength: "6 to 8",
phoneNumberLengthByCountry_CountryCode: 53,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 119,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Honduras",
phoneNumberLengthByCountry_phLengthMax: 8,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: 8,
phoneNumberLengthByCountry_CountryCode: 504,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Sweden",
phoneNumberLengthByCountry_phLengthMax: 13,
phoneNumberLengthByCountry_phLengthMin: 7,
phoneNumberLengthByCountry_phLength: "7 to 13",
phoneNumberLengthByCountry_CountryCode: 46,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Papua New Guinea",
phoneNumberLengthByCountry_phLengthMax: 11,
phoneNumberLengthByCountry_phLengthMin: 4,
phoneNumberLengthByCountry_phLength: "4 to 11",
phoneNumberLengthByCountry_CountryCode: 675,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Czech Republic",
phoneNumberLengthByCountry_phLengthMax: 12,
phoneNumberLengthByCountry_phLengthMin: 4,
phoneNumberLengthByCountry_phLength: "4 to 12",
phoneNumberLengthByCountry_CountryCode: 420,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Azerbaijan",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: "8 to 9",
phoneNumberLengthByCountry_CountryCode: 994,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Tajikistan",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 9,
phoneNumberLengthByCountry_phLength: 9,
phoneNumberLengthByCountry_CountryCode: 992,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 810,
phoneNumberLengthByCountry_phLength_NationalPrefix: 8,
phoneNumberLengthByCountry_Notes: "When dialling between Kenya, Tanzania and Uganda the national (significant) number must be prefixed by 005 for Kenya, by 006 for Uganda and by 007 for Tanzania"
},
{
country: "Greece",
phoneNumberLengthByCountry_phLengthMax: 10,
phoneNumberLengthByCountry_phLengthMin: 10,
phoneNumberLengthByCountry_phLength: 10,
phoneNumberLengthByCountry_CountryCode: 30,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: "The '0' is used on all domestic calls, including in the same city, but is omitted when dialling from other countries."
},
{
country: "Portugal",
phoneNumberLengthByCountry_phLengthMax: 11,
phoneNumberLengthByCountry_phLengthMin: 9,
phoneNumberLengthByCountry_phLength: "9 or 11",
phoneNumberLengthByCountry_CountryCode: 351,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Hungary",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: "8 to 9",
phoneNumberLengthByCountry_CountryCode: 36,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 6,
phoneNumberLengthByCountry_Notes: "Subscriber numbers on PSTN and analogue mobile network consist of 8 digits and those on the mobile network consist of 9 digits."
},
{
country: "United Arab Emirates",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: "8 to 9",
phoneNumberLengthByCountry_CountryCode: 971,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Belarus",
phoneNumberLengthByCountry_phLengthMax: 10,
phoneNumberLengthByCountry_phLengthMin: 9,
phoneNumberLengthByCountry_phLength: "9 to 10",
phoneNumberLengthByCountry_CountryCode: 375,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 810,
phoneNumberLengthByCountry_phLength_NationalPrefix: 8,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Israel",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: "8 to 9",
phoneNumberLengthByCountry_CountryCode: 972,
phoneNumberLengthByCountry_phLength_InternationalPrefix: "12,013,014",
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Togo",
phoneNumberLengthByCountry_phLengthMax: 8,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: 8,
phoneNumberLengthByCountry_CountryCode: 228,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Sierra Leone",
phoneNumberLengthByCountry_phLengthMax: 8,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: 8,
phoneNumberLengthByCountry_CountryCode: 232,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Austria",
phoneNumberLengthByCountry_phLengthMax: 13,
phoneNumberLengthByCountry_phLengthMin: 4,
phoneNumberLengthByCountry_phLength: "4 to 13",
phoneNumberLengthByCountry_CountryCode: 43,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Switzerland",
phoneNumberLengthByCountry_phLengthMax: 12,
phoneNumberLengthByCountry_phLengthMin: 4,
phoneNumberLengthByCountry_phLength: "4 to 12",
phoneNumberLengthByCountry_CountryCode: 41,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: "The '0' is used on all domestic calls, including in the same city, but is omitted when dialling from other countries."
},
{
country: "Laos",
phoneNumberLengthByCountry_phLengthMax: 10,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: "8 to 10",
phoneNumberLengthByCountry_CountryCode: 856,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Hong Kong",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 4,
phoneNumberLengthByCountry_phLength: "4, 8 to 9",
phoneNumberLengthByCountry_CountryCode: 852,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 1,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Nicaragua",
phoneNumberLengthByCountry_phLengthMax: 8,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: 8,
phoneNumberLengthByCountry_CountryCode: 505,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Serbia",
phoneNumberLengthByCountry_phLengthMax: 12,
phoneNumberLengthByCountry_phLengthMin: 4,
phoneNumberLengthByCountry_phLength: "4 to 12",
phoneNumberLengthByCountry_CountryCode: 381,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Libya",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: "8 to 9",
phoneNumberLengthByCountry_CountryCode: 218,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Paraguay",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 5,
phoneNumberLengthByCountry_phLength: "5 to 9",
phoneNumberLengthByCountry_CountryCode: 595,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Kyrgyzstan",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 9,
phoneNumberLengthByCountry_phLength: 9,
phoneNumberLengthByCountry_CountryCode: 996,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Bulgaria",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 7,
phoneNumberLengthByCountry_phLength: "7 to 9",
phoneNumberLengthByCountry_CountryCode: 359,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: "The '0' is used on all domestic calls, including in the same city, but is omitted when dialling from other countries."
},
{
country: "Turkmenistan",
phoneNumberLengthByCountry_phLengthMax: 8,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: 8,
phoneNumberLengthByCountry_CountryCode: 993,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 810,
phoneNumberLengthByCountry_phLength_NationalPrefix: 8,
phoneNumberLengthByCountry_Notes: null
},
{
country: "El Salvador",
phoneNumberLengthByCountry_phLengthMax: 11,
phoneNumberLengthByCountry_phLengthMin: 7,
phoneNumberLengthByCountry_phLength: "7, 8 or 11",
phoneNumberLengthByCountry_CountryCode: 503,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: "The seven and eleven digit schemes are solely for numbers that do not entail any charge for the subscriber making the call (800) or for numbers that involve a surcharge for subscriber A (900). All other numbers have a fixed eight digit scheme."
},
{
country: "Singapore",
phoneNumberLengthByCountry_phLengthMax: 12,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: "8 to 12",
phoneNumberLengthByCountry_CountryCode: 65,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 1.008,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: "When dialling from Singapore to Malaysia, the area code and subscriber number must be prefixed by '020' instead of '00160'. When dialling from Malaysia to Singapore, the subscriber number must be prefixed by '02' instead of '0065'."
},
{
country: "Denmark",
phoneNumberLengthByCountry_phLengthMax: 8,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: 8,
phoneNumberLengthByCountry_CountryCode: 45,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Central African Republic",
phoneNumberLengthByCountry_phLengthMax: 8,
phoneNumberLengthByCountry_phLengthMin: 8,
phoneNumberLengthByCountry_phLength: 8,
phoneNumberLengthByCountry_CountryCode: 236,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: null,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Slovakia",
phoneNumberLengthByCountry_phLengthMax: 9,
phoneNumberLengthByCountry_phLengthMin: 4,
phoneNumberLengthByCountry_phLength: "4 to 9",
phoneNumberLengthByCountry_CountryCode: 421,
phoneNumberLengthByCountry_phLength_InternationalPrefix: 0,
phoneNumberLengthByCountry_phLength_NationalPrefix: 0,
phoneNumberLengthByCountry_Notes: null
},
{
country: "Finland",
phoneNumberLengthByCountry_phLengthMax: 12,
phoneNumberLengthByCountry_phLengthMin: 5,
phoneNumberLengthByCountry_phLength: "5 to 12",
phoneNumberLengthByCountry_CountryCode: 358