A simple REST API that returns validity, carrier, line type, and formatting for any phone number worldwide. JSON in, JSON out, under 50ms.
No credit card required
190+
countries
<50ms
latency
99.99%
uptime SLA
10K+
req/s
One endpoint, one API key. Works with any language or framework — no SDK needed.
curl "https://api.telephone.so/v1/validate?phone=14154582468" \
-H "Authorization: Bearer YOUR_API_KEY"From sign-up to production in under five minutes.
Sign up with Google in one click. Your API key is ready instantly — no approval process, no sales calls.
Send a GET request with a phone number. Get back validity, carrier, line type, and formatted numbers in under 50ms.
Drop it into your sign-up flow, checkout, or CRM sync. Scale from 10 to 10,000 requests per second without config changes.
Validation, carrier detection, formatting, and more — all in a single request.
One GET endpoint. Pass a phone number, get back a JSON response with everything you need. No SDKs required — works with any HTTP client.
Every response includes validity, carrier name, line type (mobile/landline/VoIP), country, and three format variants: E.164, international, and national.
Know if a number is mobile, landline, VoIP, or toll-free before you send an SMS or make a call. Route communications the right way.
Validate and format phone numbers from every major market worldwide. Handles international formats, country codes, and local numbering plans.
Our edge network delivers responses in under 50 milliseconds globally. Fast enough for real-time form validation and checkout flows.
Phone numbers are validated in real time and immediately discarded. Zero data retention. Fully GDPR and CCPA compliant. SOC 2 Type II certified.
See exactly what you get back from the API.
{
"phone": "14154582468",
"valid": true,
"possible": true,
"format": {
"international": "+1 415 458 2468",
"national": "(415) 458-2468",
"e164": "+14154582468"
},
"country": {
"code": "US",
"calling_code": "1"
},
"type": "FIXED_LINE_OR_MOBILE",
"number": "4154582468"
}Phone numbers are validated in real time and immediately discarded. Zero data retention, TLS encryption on every request, fully GDPR and CCPA compliant.