Email Validator API

Validate email addresses — syntax, MX record, disposable detection, typo suggestions — in one call.

Syntax + MX

RFC 5322 syntax check + live MX DNS lookup. Catches bounces before they happen.

Disposable Detection

Flags 10,000+ disposable email providers (tempmail, guerrillamail, etc.).

Typo Suggestions

gmial.com -> gmail.com. Save signups from typo'd domains.

Batch Mode

Validate up to 100 emails per call. CSV/JSON in, JSON out.

curl -X POST https://api.lazy-mac.com/email/validate -d '{"email":"test@example.com"}'
View OpenAPI Spec