Validate any email address in real-time. MX record verification, disposable email detection, syntax checks, and deliverability scoring in one API call.
Make an HTTP GET request with any email address. Single or bulk validation supported.
Checks syntax, DNS/MX records, disposable domain databases, role-based detection, and SMTP verification.
Receive a detailed validation report with deliverability score, risk assessment, and suggested corrections.
{
"email": "john.doe@example.com",
"isValid": true,
"isDeliverable": true,
"isDisposable": false,
"isRoleBased": false,
"isFreeProvider": false,
"mxRecords": ["mx1.example.com", "mx2.example.com"],
"deliverabilityScore": 0.95,
"syntaxValid": true,
"domain": "example.com",
"suggestion": null,
"riskLevel": "low"
}
The cheapest email validation API. No subscriptions.