Phone Validation API

Phone Validation API Docs

Parse and validate phone numbers

Find phone numbers in text (full-text)

Send a GET request to the following URL to Find phone numbers in text (full-text)

API Parameters

NameTypeRequired?DefaultDescription
textstringYesnullText to parse (urlencoded)

API Responses

Status CodeDescription
200Array of phone numbers
400Bad Request
500Internal Server Error

Validate and parse phone numbers

Send a GET request to the following URL to Validate and parse phone numbers

API Parameters

NameTypeRequired?DefaultDescription
phone_numberstringYesnullPhone number (urlencoded)

API Responses

Status CodeDescription
200Parsed phone number
400Bad Request
500Internal Server Error