Phone Validator
OperationalGlobal phone number verification with carrier and line type detection
API Overview
The Phone Validator API validates and enriches phone number data globally. It parses and normalizes numbers to E.164 format, identifies the country of origin and network carrier, classifies the line type (mobile, landline, VoIP, toll-free), and checks availability on major messaging platforms. This is essential for ensuring your SMS/WhatsApp campaigns reach real numbers and for reducing fraud in account creation flows.
200+ Countries
Validates numbers from every country and territory with country-specific formatting rules.
Carrier Detection
Identifies the mobile network carrier for enriched contact data and routing decisions.
Messaging Capability
Reports whether the number can receive SMS and WhatsApp messages before you send.
E.164 Normalization
Standardizes numbers to international format regardless of how they were entered.
terminal API Playground
Live Simulationimport requests
url = "https://api.picopayd.codefission.co.uk/phone/api/validate"
headers = {
"Content-Type": "application/json",
"X-PAYMENT": "<402-payment-token>"
}
payload = {
"phone": "+14155552671"
}
response = requests.post(url, json=payload, headers=headers)
print(response.json()) {
"valid": true,
"phoneNumber": "+14155552671",
"country": "US",
"carrier": "AT&T",
"lineType": "mobile",
"messaging": {
"smsCapable": true,
"whatsappCapable": true
}
} Related Validation APIs
View all APIs arrow_forwardEmail Validator
$0.001 / call
Validate email addresses in real-time with comprehensive checks including syntax validation, MX record lookup, SMTP verification, and disposable email detection.
Domain Reputation
$0.001 / call
Check domain reputation with DNS validation, WHOIS lookups, SSL certificate verification, and threat intelligence scoring to protect your platform from bad actors.
IBAN & SWIFT Validator
$0.001 / call
Validate IBAN and SWIFT/BIC codes with checksum verification and bank detail lookup, ensuring accuracy before initiating international wire transfers.