Phone Number Validator

FREEMIUM
By carter383 | Updated 24 дня назад | SMS
Popularity

8.8 / 10

Latency

628ms

Service Level

100%

Health Check

100%

README


PhoneCheck API Documentation

Overview:

The PhoneCheck API offers real-time phone number validation by leveraging advanced verification algorithms. This ensures every phone number is not only correctly formatted but also active and reachable. Tailored for both developers and businesses, PhoneCheck integrates seamlessly into your systems, providing high accuracy and fast response times. This makes it an indispensable tool for customer data management, fraud prevention, and enhancing communication workflows. Trust PhoneCheck to safeguard the integrity of your contact data with every phone interaction.

API Request

To validate a phone number using the PhoneCheck API, initiate a GET request to our endpoint with the necessary parameters:

  • phone (required): The phone number to be validated, including its country code.
  • code (optional): A two-letter ISO country code, specifying the country context for the phone number.
Example Request:
import requests

url = "https://phone-number-validator5.p.rapidapi.com/Phone_Number_Validator"

querystring = {"phone":"+442079476330","code":"GB"}

headers = {
    "X-RapidAPI-Key": "YOUR-API-KEY",
    "X-RapidAPI-Host": "phone-number-validator5.p.rapidapi.com"
}

response = requests.get(url, headers=headers, params=querystring)
print(response.json())

API Response

The API returns a JSON object containing the following details:

  • phone: The validated phone number, inclusive of its country code.
  • country_code: The two-letter ISO country code of the phone number.
  • valid: A boolean value indicating the validity of the phone number.
Example Response:
{
  "phone": "+442079476330",
  "country_code": "GB",
  "valid": true
}

Followers: 0
API Creator:
Rapid account: Carter 383
carter383
carter383
Log In to Rate API
Rating: 5 - Votes: 1