Phone Validation & Enrichment API
This API is designed for developers who need reliable phone number validation and enrichment. It supports global numbers and returns structured metadata including country, formatting, line type, and timezone information. The service is stateless, fast, and optimized for high-throughput applications such as CRMs, signup flows, and data cleaning pipelines. All responses follow consistent JSON…
Phone Validation & Enrichment API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Validate Phone Number /api/v1/validate/{number} |
Validates and enriches a phone number, returning country, format, line type, and timezone information |
| POST |
Validate Phone Numbers (Batch) /api/v1/validate/batch |
Validates up to 50 phone numbers in a single request and returns structured results for each number including validity, country, and line type. |
| GET |
Format Phone Number /api/v1/format/{number} |
Returns phone number in multiple formats including E.164, international, national, and RFC3966. |
| GET |
Detect Phone Line Type /api/v1/type/{number} |
Returns the type of phone line such as mobile, fixed line, VoIP, or toll-free. |
| GET |
Get Phone Number Timezone /api/v1/timezone/{number} |
Returns the timezone(s) associated with a phone number based on its country code. |
| GET |
Normalize Phone Number /api/v1/normalize/{number} |
Cleans and normalizes a phone number into E.164 format. |
| GET |
Get Country Phone Info /api/v1/country-info/{countryCode} |
Returns country calling code and timezones for a given ISO country code. |
Phone Validation & Enrichment API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $15 / month | 10 / second |
|
| ULTRA | $39 / month | 40 / second |
|
| MEGA | $79 / month | 70 / second |
|