Emailvalidators API


Real Time API


1. API URL


GET https://emailvalidators.com/api/v1/single/check?api={api_key}&username={username}&email={ email }&timeout=10

API Results


1. email: the email address you had tested

2. status: success|fail

2. result: Valid, CatchAll, Unknown, Disposable, Bounce

3. role: True|False, if true it indicates the email address is not directly linked to a person but a role, like sales, support...

4. error: (if status was fail) describes why the query failed,
- Required parameter missing or invalid.
- User authentication failed. Wrong API Key or username.
- Email Format is not correct.
- The request was refused due to insufficent credit.