Email Validator API
📧 Email Validator API Validate emails with confidence using the Email Validator API — a lightweight, fast, and production-ready REST API built with Java Spring Boot. With just a single endpoint, you can: ✅ Check if an email has a valid format ✅ Verify whether the email’s domain has MX (Mail eXchanger) DNS records ✅ Detect if the email comes from a temporary (disposable) email provider — using an…
Email Validator API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
ENDPOINT #1 – Validate Email /api/v1/validate |
Performs full validation of an email address including: Format (RFC 5322 syntax) DNS / MX record check Disposable domain detection using a list of 120,000+ known temporary domains |
Email Validator API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4.99 / month | 1 / second |
|
| ULTRA Recommended | $14.99 / month | 2 / second |
|
| MEGA | $49.99 / month | 3 / second |
|