Block Fake & Temporary Emails Instantly

Disposable Email Checker API.

Check if an email address uses a disposable or temporary email service. Blocks mailinator, guerrillamail, tempmail, and 100,000+ other throwaway email domains. Essential for protecting signups.

Free tier, no card< 200ms responses99.9% uptime SLA
GET/v1/emaildisposablecheckerlive
Response200 OK · sample
{
  "status": "ok",
  "error": null,
  "data": {
    "isDisposable": false,
    "email": "support@myspace.com",
    "domain": "myspace.com"
  }
}
Sample response · verify to run one live call, no signup
Integrates with your favorite tools
LangChainn8nZapierMakePipedreamPower AutomatePostman

Disposable Email Checker API

Check if an email address uses a disposable or temporary email service. Blocks mailinator, guerrillamail, tempmail, and 100,000+ other throwaway email domains. Essential for protecting signups.

  • 100,000+ disposable domains in database
  • Daily updates with new throwaway services
  • Fast lookups under 50ms
  • Protects against signup fraud
  1. 1

    Send one request

    A single authenticated GET with the location you care about — no SDK required.

    GET /v1/emaildisposablechecker?query=
    x-api-key: your_key
  2. 2

    We do the aggregation

    Each request pulls from multiple upstream sources and computes the derived fields for you.

  3. 3

    Get clean JSON back

    One structured object, typically under 200 ms — ready to render.

    { isDisposable, email, domain, }

Everything in a single call.

/v1/emaildisposablecheckerapplication/json
isDisposablefalse
email"support@myspace.com"
domain"myspace.com"

What developers build with it.

Real applications shipping on this endpoint today — each with the numbers that made it worth wiring up.

See every use case

Call it in your language.

Copy a working request, or install a typed SDK. Same endpoint, same key.

const res = await fetch("https://api.apiverve.com/v1/emaildisposablechecker?email=support%40myspace.com", {
  headers: { "x-api-key": "YOUR_API_KEY" },
});
const { data } = await res.json();
console.log(data);

One subscription, the whole block fake & temporary emails instantly stack.

Every related API ships with your key — no separate plans, no extra keys, one bill.

See pricing
8APIs in this bundle
99.9%uptime SLA

Wire it into the tools you already run.

Ready-made recipes for Zapier, Make, and n8n — trigger on an event, and the data lands where your team works.

Google Sheets
Screen emails in contact lists
WhenNew row added
ThenCheck email → update disposable status column
Slack
Alert on disposable email signups
WhenNew user registered (via webhook)
ThenCheck email → post alert if isDisposable
Airtable
Validate emails on record creation
WhenNew record created
ThenCheck email → populate disposable status field
Notion
Screen emails in user database
WhenNew database item created
ThenCheck email → update status property
Salesforce
Screen new lead emails
WhenNew lead created
ThenCheck email → update custom field
GitHub
Check emails on new issues
WhenNew issue opened
ThenCheck author email → add label
Browse all integrations

Questions about the API

How many disposable email domains do you detect?
Our database includes over 100,000 disposable email domains and is updated daily. We track major services like Mailinator, Guerrilla Mail, TempMail, and thousands of lesser-known throwaway email providers.
What about new disposable email services?
We continuously monitor for new disposable email services and update our database daily. Our detection also uses pattern matching to identify newly created throwaway domains.
Should I block all disposable emails?
It depends on your use case. For paid signups or business leads, blocking disposables is recommended. For free newsletters, you might allow them but flag accounts for monitoring. The API gives you the data to make your own decision.
Does this validate the email format too?
Yes, the API includes basic format validation. For comprehensive email validation including MX records and mailbox verification, combine this with our Email Validation API.
What about corporate email aliases?
Legitimate corporate domains and email aliases are not flagged as disposable. We specifically target temporary/throwaway email services, not plus-addressing or corporate email systems.
How fast is the API?
Average response time is under 50ms. We use an optimized lookup system that can handle thousands of requests per second for real-time form validation.

Start building with the Disposable Email Checker API. Free tier, no card required — your key is live in minutes.

Bonus: 300+ more APIs

The same key unlocks every other APIVerve endpoint — reach for them when you need them.

Browse the catalog