Email, Phone & Username Validation API
Features: Email validation – checks syntax, domain MX records, disposable emails, and role-based addresses. Phone validation – checks formatting, country, and validity using international standards. Username validation – ensures correct length, allowed characters, and avoids reserved words.
Email, Phone & Username Validation API endpoints
| Method | Endpoint | Description |
|---|---|---|
| validate | ||
| POST |
Validate Email API /validate/email |
Validates an email address by checking syntax, domain availability (MX records), disposable email providers, and role-based addresses. Useful for signup forms, account… |
| POST |
Validate Phone API /validate/phone |
Validates a phone number using international standards. Checks formatting, country code, and overall validity, and returns the normalized international format if valid. |
| POST |
Validate Username API /validate/username |
Validates a username based on length and allowed characters. Helps ensure usernames are consistent, readable, and suitable for user accounts during registration. |
| Other endpoints | ||
| GET |
root__get / |
|
Email, Phone & Username Validation API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / second |
|
| PRO | $5 / month | 20 / second |
|
| ULTRA | $15 / month | 50 / second |
|