Πρότυπο E.164
E.164 and national format normalization with structural checks.
Structural validation and E.164 normalization with line type, location, timezones, carrier details, and dialability flags.
Δοκιμάστε το API με ζωντανά δεδομένα
E.164 and national format normalization with structural checks.
Phone numbers from 240+ countries and territories.
Location hints and timezone identifiers (often US/CA).
Carrier name and safe display name — mainly US/CA.
Landline, mobile, VoIP, and other types when valid.
Instant structural validation under 200 ms.
Εγγραφείτε δωρεάν και λάβετε αμέσως κλειδί.
curl -X GET \ "https://phonevalidation.cleariflow.com/v1/" \ ?api_key=YOUR_API_KEY \ &phone=%2B14155552671 \ &country=US
{
"carrier": "",
"carrier_display": "",
"country": {
"code": "US",
"name": "United States",
"prefix": "+1"
},
"format": {
"international": "+14155552671",
"local": "(415) 555-2671"
},
"geographical": true,
"internationally_dialable": true,
"location": "San Francisco, CA",
"phone": "14155552671",
"possible": true,
"timezones": [
"America/Los_Angeles"
],
"type": "Landline_or_Mobile",
"valid": true
}