Real-time email validation
in one API call.
Stop junk signups and bounced campaigns. emailcheck verifies syntax, checks MX/DNS deliverability, flags disposable and role addresses, catches typos, and returns a quality score — instantly.
Get an API key See how it worksOne request in, a verdict out
Request
POST /validate
Content-Type: application/json
{ "email": "John.Doe+ad@gmial.com" }Response
{
"valid_syntax": true,
"domain": "gmial.com",
"is_disposable": false,
"is_role": false,
"has_mx": false,
"did_you_mean": "gmail.com",
"deliverable": false,
"score": 0.0
}What you get
Deliverability
Live MX/DNS lookup tells you whether the domain can actually receive mail.
Disposable detection
Flags temporary/burner mailbox domains that pollute your list.
Role accounts
Identifies shared inboxes like info@ and support@ that hurt deliverability.
Typo suggestions
"did you mean gmail.com" — recover customers who fat-finger their address.
Normalization
Gmail-aware canonical form so you can dedupe dots and +tags.
Batch + score
Validate up to 100 at once; get a 0-1 quality score per address.
Pricing
Per-check overage beyond plan quota. Cancel anytime.
FAQ
- What does emailcheck sell?
- A metered HTTP API. You send an email address; we return a structured validation verdict. Billing is per monthly request quota.
- Do you send email to verify?
- No. We check syntax, classification, and MX/DNS records — no SMTP probing, so we never message the address.
- How do I get access?
- Subscribe above for a direct API key, or find us on the RapidAPI marketplace.
- Do you store the addresses I check?
- No. Addresses are validated in-request and not retained.