API Integration

We speak your language. Our real-time RESTful API is available in all language, Few examples are provided below

API Request

URL: https://email-validator.com/api/v1.0/json METHOD: POST

POST Parameter Description
api_key Required. API Key you can get from your account console. click here to get your API Key
email Required. Email address, that you want to validate

API Response

The response is a JSON object:

                {
                    email: "example@example.com",
                    IP: "203.109.95.19",
                    is_exists: true,
                    inbox_full: false,
                    status: 200,
                    message: "success",
                }
                
Parameter Description
email Email address that is validated
IP IP address of the user, from where request is made
is_exists true|false, true mean email exist and false mean emails doesn't exist
inbox_full true|false, if true then inbox is full mean you better not send email, if false then inbox is not full so you can send email.
status HTTP status code
message message is response as a string of the request. Possible values are explained below
  • success -> request is process successfully
  • not exists -> Email you are trying to validate, doesn't exist.
  • Quota exceeded! -> Your account quota is exceeded, either daily limit or total limit. You can see how much used and left in your console.
  • invalid request -> request is invalid, either email or API key or both are incorrect

N.B. In case of errors, the response JSON object not include is_exists and inbox_full parameter.
Let's get srarted

Get 1,000 free credits per day

Try first, decide later! Get started with a free plan.
Start with free plan