Skip to main content

Phone Validator API

Phone Number Validator is a simple tool for validating if a phone number is valid or not. It checks the phone number format and the country code to see if the phone number is valid.

Build Status Code Climate Prod Ready

This is a Python API Wrapper for the Phone Validator API


Installation

pip install apiverve-phonevalidator

Configuration

Before using the phonenumbervalidator API client, you have to setup your account and obtain your API Key.
You can get it by signing up at https://apiverve.com


Usage

The Phone Validator API documentation is found here: https://docs.apiverve.com/api/phonenumbervalidator.
You can find parameters, example responses, and status codes documented here.

Setup

# Import the client module
from apiverve_phonevalidator.apiClient import PhonenumbervalidatorAPIClient

# Initialize the client with your APIVerve API key
api = PhonenumbervalidatorAPIClient("[YOUR_API_KEY]")

Perform Request

Using the API client, you can perform requests to the API.

Define Query
query = { "number": "816-555-1017",  "country": "us" }
Simple Request
# Make a request to the API
result = api.execute(query)

# Print the result
print(result)
Example Response
{
  "status": "ok",
  "error": null,
  "data": {
    "country": "US",
    "detectedCountry": "US",
    "countrycode": 1,
    "numberNational": 8165551017,
    "extension": null,
    "isvalid": true,
    "type": "fixed_line_or_mobile",
    "formatted": {
      "international": "+1 816-555-1017",
      "national": "(816) 555-1017",
      "rfc": "tel:+1-816-555-1017",
      "e164": "+18165551017"
    }
  }
}

Customer Support

Need any assistance? Get in touch with Customer Support.


Updates

Stay up to date by following @apiverveHQ on Twitter.


Legal

All usage of the APIVerve website, API, and services is subject to the APIVerve Terms of Service and all legal documents and agreements.


License

Licensed under the The MIT License (MIT)

Copyright (©) 2024 APIVerve, and Evlar LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Release files for apiverve-phonevalidator 1.1.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for apiverve-phonevalidator 1.1.2
File Size Uploaded
apiverve_phonevalidator-1.1.2.tar.gz 6.8 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for apiverve-phonevalidator 1.1.2
File Interpreter ABI Platform
apiverve_phonevalidator-1.1.2-py3-none-any.whl Python 3 none any Details

Total release size: 13.6 kB

Release files / apiverve_phonevalidator-1.1.2.tar.gz

Download URL apiverve_phonevalidator-1.1.2.tar.gz
Size 6.8 kB
Tags Source
SHA-256 checksum
How to use checksums
7dc6a32be8e5d149ac90dfdd424ce3662902f5338d0a8c90683505b7d68a7396
BLAKE2b-256 checksum
How to use checksums
3e55b84ad753cf166624fb61906ece63c6c8c57c288eaa6422f000eda99ec439
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.3

Release files / apiverve_phonevalidator-1.1.2-py3-none-any.whl

Download URL apiverve_phonevalidator-1.1.2-py3-none-any.whl
Size 6.7 kB
Tags Python 3
SHA-256 checksum
How to use checksums
3f405d94435f7ac762ef5e2f26ff34f4a31197a6e30b36e5a7deed978f99e0c3
BLAKE2b-256 checksum
How to use checksums
c63743ed5e30c8094846260577941bd1eb6c3b70635aa98efa76c7dc2e29eeca
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.3

Release history Release notifications | RSS feed

This release

1.1.2 This release

2 release files

1.0.11

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page