Free API as easy as hitting a URL. Check an email address against a real-time, up-to-date list of disposable domains.
GET
Check disposable email
Copy
curl --request GET \ --url https://disposable.debounce.io/
Copy
{ "disposable": "true"}
The Disposable Detector API checks whether an email address or domain belongs to a known disposable email service.
This endpoint is free to use and can be called directly from client-side applications thanks to full CORS support.
Increasing the accuracy of user registrations and submissions
This makes the API valuable for developers integrating signup validation, marketers maintaining clean lists, or any workflow where email quality matters.
The free Disposable Detector API includes rate limits on:
Daily usage
Request speed
Exact thresholds are not disclosed for security purposes.
Typical client-side usage (such as signup validation) will not encounter these limits under normal conditions.