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.
{
"status": "ok",
"error": null,
"data": {
"isDisposable": false,
"email": "support@myspace.com",
"domain": "myspace.com"
}
}






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.
A single authenticated GET with the location you care about — no SDK required.
GET /v1/emaildisposablechecker?query=… x-api-key: your_key
Each request pulls from multiple upstream sources and computes the derived fields for you.
One structured object, typically under 200 ms — ready to render.
{ isDisposable, email, domain, … }
Real applications shipping on this endpoint today — each with the numbers that made it worth wiring up.
See every use caseCheck emails during registration with our Disposable Email API. Block or flag accounts using temporary emails before they're created.
Batch process your email list through our API to identify disposable addresses. Remove or segment these contacts to improve deliverability.
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);Every related API ships with your key — no separate plans, no extra keys, one bill.
See pricingReady-made recipes for Zapier, Make, and n8n — trigger on an event, and the data lands where your team works.
The same key unlocks every other APIVerve endpoint — reach for them when you need them.
Browse the catalog