phone_validate
ActiveTool of Ready APIs
Validate + enrich a phone number in 200+ countries. Returns E.164/national/international formatting, country, number-type (mobile/fixed/VoIP/toll-free/premium), carrier (where libphonenumber has data), timezones, disposable-carrier flag, and a risk band (low/moderate/elevated/high) for sign-up fraud screening.
Parameters schema
{
"type": "object",
"required": [
"phone"
],
"properties": {
"phone": {
"type": "string",
"description": "Phone number in E.164 (+14155551212), national (415-555-1212), or international form."
},
"default_region": {
"type": "string",
"default": "US",
"description": "ISO-3166-1 alpha-2 country code for ambiguous national-only inputs."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries