Email health check
Get any email address health checked and stop spam and scam
Health result
- Free provider
- Spam
- Scam
- Disposable
Try our JSON API
- endpoint
- curl
- Node.js
- jQuery
- PHP
- Python
- Ruby
api.antideo.com/email/email@example.com
$ curl --compressed api.antideo.com/email/email@example.com
const request = require('request');
request('http://api.antideo.com/email/email@example.com', function(error, res, body) {
console.log(JSON.parse(body));
})
$.getJSON('http://api.antideo.com/email/email@example.com', function(data){
console.log(data)
})
$request = file_get_contents('http://api.antideo.com/email/email@example.com');
$response = gzdecode($request);
$result = json_decode($response);
requests.get('http://api.antideo.com/email/email@example.com')
require 'json'
require 'open-uri'
JSON.parse(open('http://api.antideo.com/email/email@example.com').read)
Detect and block disposable / throwaway emails
Stopping users signing up with temporary email addresses looks like an issue since new domains appear on a daily basis. Hundreds of throwaway email providers are changng their domain names making it impossible to keep up with them. Here is why we are updating our database automatically, but manually reviewing each record to avoid false positives, so everyone using our service can benefit from our hand picked list of temporary emails.
Free email providers
It takes a minute to create email account in Gmail, Yahoo or Hotmail, and this is just a short example. In fact the list of free email providers is quite big and since there is no user verification involved and it costs nothing such emails are widely used for fake or fraudulent accounts online. That being said users with free email account should not be blocked or ignored instead this should raise a flag for manual review or further validation.
When sending newsletters and promotional emails you would like to throttle all emails going out to free email providers for increased delivery and to avoid being black listed.
Don't let spammers and scammers use your system
What if we told you there is a way to check the reputation of any email address online? Whould you let spammers pullute your website or application? What if you knew they where spamming elsewhere, or would you stop them post and make comments on your blog or forum? Use cases are endless so use our email reputation indicators as you find fit.
Some temporary / throwaway domains detected
IMPORTANT: We do not test the mailserver itself, instead we check the email address against our database providing you with SPAM and SCAM reports and to identify free and disposable email providers.
$5.00
Monthly Payment- code 50 requests/hour
- email Email support
- lock_open HTTP
- https HTTPS
- done Soft limits *
$10.00
Monthly Payment- code 100 requests/hour
- email Email support
- lock_open HTTP
- https HTTPS
- done Soft limits *
$20.00
Monthly Payment- code 300 requests/hour
- email Email support
- lock_open HTTP
- https HTTPS
- done Soft limits *
$30.00
Monthly Payment- code 600 requests/hour
- email Email support
- lock_open HTTP
- https HTTPS
- done Soft limits *
$50.00
Monthly Payment- code 1000 requests/hour
- email Email support
- lock_open HTTP
- https HTTPS
- done Soft limits *
$80.00
Monthly Payment- code 2000 requests/hour
- email Email support
- lock_open HTTP
- https HTTPS
- done Soft limits *
$160.00
Monthly Payment- code 5000 requests/hour
- email Email support
- lock_open HTTP
- https HTTPS
- done Soft limits *
Soft limit: buffers extra 10% on top of the subscription limit before returning '429 - Too many requests' allowing you to make extra requests without any service interruption.