E.164-Standard
E.164-Normalisierung und nationales Format mit struktureller Prüfung.
Strukturelle Validierung und E.164-Normalisierung. Leitungstyp, Standorthinweise, Zeitzonen, Carrier-Daten und Erreichbarkeit. Für Formulare und Kontaktbereinigung — keine Leitungsverifizierung.
API mit Live-Daten prüfen
E.164-Normalisierung und nationales Format mit struktureller Prüfung.
Nummern aus über 240 Ländern und Territorien.
Standorthinweise und Zeitzonen-IDs (meist US/CA).
Anbietername und sicherer Anzeigename — hauptsächlich US/CA.
Mobil, Festnetz, VoIP u. a. bei gültigen Nummern.
Sofortige strukturelle Prüfung unter 200 ms.
Kostenlos registrieren und sofort den Key erhalten.
curl -X GET \ "https://phonevalidation.cleariflow.com/v1/" \ ?country=US \ &api_key=YOUR_API_KEY \ &phone=%2B14155552671
{
"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
}