Stop disposable emails.
Protect your platform.

A comprehensive, real-time API for detecting disposable email addresses. Trusted by developers worldwide to maintain data quality and prevent abuse.

Loading...
Monitored Domains Total domains being tracked in our database, including those flagged for deletion but still being monitored
Loading...
Active Domains Domains currently flagged as disposable and actively blocked by our API
99.9%
Uptime
< 50ms
Response Time
Loading...
Data Coverage
Loading...
Last Updated

Why choose throwaway.cloud?

Lightning Fast

Global CDN ensures sub-50ms response times worldwide. Built on Cloudflare Workers for maximum performance.

🔄

Always Updated

Continuous automated validation with real-time DNS monitoring ensures our database stays current and accurate.

🛡️

Highly Accurate

Advanced MX record validation and multi-source intelligence reduces false positives to near zero.

📊

Multiple Formats

JSON, TXT, YAML - get your data in the format that works best for your application.

🔒

Privacy First

No logging of queries or email addresses. Your users' privacy is our priority.

💎

100% Free

No API keys, no hidden costs, generous rate limits. Use it however you need, forever.

Test the API

Try our API right here in your browser. Enter any email or domain to see instant results.

Try these examples:
Endpoint: GET /api/v2/[subject]
// Enter an email above to see the API response

Download Options

📄

Plain Text

One domain per line, perfect for scripts and simple integrations.

Download TXT Loading...
🔧

JSON Array

Structured data format, ideal for web applications and APIs.

Download JSON Loading...
⚙️

YAML List

Human-readable format, great for configuration files.

Download YAML Loading...

API Documentation

Check Email

GET /api/v2/test@example.com

Check if a specific email address uses a disposable domain.

Check Domain

GET /api/v2/example.com

Check if a domain is marked as disposable.

Response Format

{"success": true, "isDisposable": false}

Simple JSON response with boolean isDisposable flag.

Frequently Asked Questions

What defines a disposable email service?

Disposable email services are designed for temporary, anonymous use without registration. They allow instant email creation, have public inboxes accessible without passwords, and emails typically expire automatically within hours or days.

How is this different from privacy-focused email services?

Legitimate privacy services like ProtonMail, Tutanota, or Apple's Private Relay require account registration, authentication, and provide persistent, private email access. The key difference is accountability vs anonymity - legitimate services have user verification while disposable services are designed for throwaway use.

Why isn't my domain being detected correctly?

Our system uses multiple validation layers including explicit lists, DNS checks, and pattern analysis. If you believe there's an error, please report it and we'll investigate.

How often is the database updated?

Our database is updated continuously from multiple sources and validated through DNS checks. Domains are automatically re-validated periodically to ensure accuracy as email services change their infrastructure.

Can I use this as a DNS resolver to block disposable domains?

Yes! We provide RFC-compliant DNS-over-HTTPS (DoH) and DNS-over-JSON endpoints that return sinkhole IP addresses for disposable domains instead of blocking them outright. Configure your DNS client to use https://throwaway.cloud/dns-query for DoH or https://throwaway.cloud/resolve for JSON queries. Disposable domains return 10.0.0.1 (IPv4) or fc00::1 (IPv6) while clean domains return NXDOMAIN to use your fallback DNS.

How do I perform reverse DNS lookups with throwaway.zone?

We provide a reverse zone at throwaway.zone where every active disposable domain from our list is available as a CNAME subdomain. For example, to check if temp.rest is disposable, query dig temp.rest.throwaway.zone. If it returns an A record, the domain is in our disposable list. If it returns NXDOMAIN, it's not flagged as disposable. This is perfect for DNS-based filtering systems, mail servers, and network security appliances that need fast, DNS-native lookups without HTTP API calls.