Leadroot releases a free Phone Number Validation API
RESOURCES




Here at Leadroot we always had the issue of finding phone numbers listed on websites to then realize that the phone number is dead. To combat this issue we built an API internally to test these numbers before making the calls. Today we're happy to announce that we're releasing this API to the world for free.
API Call
GET {phone_number}
200 OK Response
{
"validation": true,
"formatted_phone":"+15555555555",
"country_code": "US",
"national_phone_format": "(555) 555-5555",
"state": "California"
}
If you need assistance in setting up a custom integration or want to also get data points like landline/mobile or phone providers please contact us at team@leadroot.io.