Loading
Loading
https://api.apifreaks.com/v1.0/phone/validation/bulk
[
{
"raw_input": {
"number": "+14155552671"
},
"possible": true,
"valid": true,
"country_prefix": 1,
"national_number": 4155552671,
"country_code": "US",
"location": "San Francisco, CA",
"time_zones": [
"America/Los_Angeles"
],
"line_type": "FIXED_LINE_OR_MOBILE",
"formats": {
"E164": "+14155552671",
"International": "+1 415-555-2671",
"National": "(415) 555-2671",
"RFC3966": "tel:+1-415-555-2671"
},
"area_code_length": 3,
"ndc_length": 3,
"can_be_internationally_dialled": true
},
{
"raw_input": {
"number": "03301112233",
"region": "PK"
},
"possible": true,
"valid": true,
"country_prefix": 92,
"national_number": 3301112233,
"country_code": "PK",
"carrier": "Ufone",
"location": "Pakistan",
"time_zones": [
"Asia/Karachi"
],
"line_type": "MOBILE",
"formats": {
"E164": "+923301112233",
"International": "+92 330 1112233",
"National": "0330 1112233",
"RFC3966": "tel:+92-330-1112233"
},
"ndc_length": 3,
"can_be_internationally_dialled": true
},
{
"raw_input": {
"number": "0014155552671",
"dialer_region": "AU"
},
"possible": false,
"valid": false
}
]