E.164 标准
带结构检查的 E.164 与国内格式规范化。
带结构检查的 E.164 与国内格式规范化。
支持 240 多个国家和地区的号码。
位置提示和时区标识(多为 US/CA)。
运营商名称和 UI 安全显示名 — 主要为 US/CA。
valid 为 true 时区分 mobile、固话、VoIP 等。
200 毫秒内完成结构性验证。
免费注册,立即获得密钥。
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
}