Phone Validator API
Verify phone numbers are valid on your apps.
652 subscribers
9.4/10 popularity
90 ms avg latency
100% success rate
9 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Phone Validator API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Is valid? /valid |
Validates both phone number length and the actual phone number digits, returns `true` or `false`. |
| GET |
Is possible? /possible |
Validates phone number length, returns `true` or `false`. |
| GET |
Is mobile? /mobile |
Returns `true` or `false` depending on whether the number is a mobile line or not. |
| GET |
Is fixed? /fixed |
Returns `true` or `false` depending on whether the number is fixed or not. |
| GET |
Type /type |
Returns phone number type (`fixed line`, `mobile`, `toll free`, etc); or `undefined` if the number is invalid or if there are no phone number type regular expressions for this… |
| GET |
Format number /format |
Returns the phone number on standardized formats. |
| GET |
Country code number /ccode |
Returns the digits between the `+` and the national number when the number is written in international format. |
| GET |
Country ISO 3166 /ciso |
Returns the officially assigned ISO alpha-2 country code, on [ISO 3166-1 alpha-2 format](https://en.wikipedia.org/wiki/ISO_3166-2). |
| GET |
Fetch full metadata /metadata |
This endpoint will return the full metadata of the number included on the request. |
Phone Validator API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $1.99 / month | 1 / second |
|
| ULTRA | $19.95 / month | 1 / second |
|