GET /email/{email}
Catch a bad address before you store it or send to it.
Try it
100 free a month, then half a cent a lookup.
valid
Syntax valid
didyoumean
Suggested address when the host is a known misspelling, else null
disposable
Temporary or disposable provider
role
Role address (info@, support@, …)
domain
Host after @
deep.deliverable
Mailbox likely exists
deep.catchall
Domain accepts all addresses
1
Format, domain, role, and a typo suggestion when we have one.
2
Deliverable and catchall. One unit from the monthly allowance.
3
Drop a CSV or Excel file. Same signals. Half a cent an address.
Then half a cent a lookup. Format and role stay pooled.
Drop a CSV or Excel file. Same data. Half a cent an address, $5 minimum.
Drop a CSV, Excel, or Numbers file
.csv, .xlsx, .xls, .numbers, .tsv, or a text list
Check an email before you store or send to it. Core covers format, domain, role addresses like info@ or support@, disposable, and a typo suggestion when the host looks misspelled. That is a normal request, no extra cost.
Deep runs live verification: deliverable and catchall. Each deep call uses one from your plan's monthly email allowance. Free includes 100 a month. Past the allowance, a lookup is half a cent, less on Pro and up.
RESPONSE
$ curl "https://api.parseapi.com/email/hello@gmail.com" \ -H "X-API-Key: YOUR_API_KEY" // 200 · ~39ms US · ~107ms worldwide { "email": "hello@gmail.com", "didyoumean": null, "valid": true, "disposable": false, "role": false, "domain": "gmail.com", "domain_valid": true }
Response fields
Deep fields
QUESTIONS
SPEED
US
39ms
EU
82ms
APAC
141ms
LatAm
18ms
ME
122ms
Worldwide. Deep is a live mailbox check.
Check one address in the email checker. Shape, domain, disposable, and role.