APIs/Email

Email verification API

GET /email/{email}

Check an email before you store or send to it. Core covers format, domain, and role addresses like info@ or support@. That is a normal request, no extra cost.

Deep runs live verification: disposable, deliverable, and catchall. It draws from your plan's monthly email verification allowance. Free includes 100, and each deep request uses one.

74k+
disposable domains
1,020
role addresses recognized
100
free deep checks / mo
3
deep signals returned
$ curl "https://api.parseapi.com/email/hello@gmail.com" \
  -H "X-API-Key: YOUR_API_KEY"

// 200 · ~16ms · USA
{
  "email": "hello@gmail.com",
  "valid": true,
  "domain": "gmail.com",
  "domain_valid": true,
  "role": false,
  "disposable": false
}

Response fields

email
Address checked
valid
Syntax valid
domain
Domain part
domain_valid
MX records found
role
Role address (info@, support@, …)
disposable
Temporary or disposable provider

SPEED

Fast from everywhere.

Median time for a /email response to reach a real city, first byte back, measured live from 16 cities. Not a lab benchmark. The whole trip.

US

16ms

EU

22ms

APAC

46ms

LatAm

21ms

ME

127ms

See live status →