Disposable Email Domain List API - Free Download
Returns a sorted array of all known disposable email domains in the database (700+). Optionally filter by a search substring to find specific providers. Use this to download the list for client-side validation or to audit your user database for disposable signups.
Code examples
curl -X POST https://api.botoi.com/v1/disposable-email/list \
-H "Content-Type: application/json" \
-d '{"search":"guerrilla"}'When to use this API
Download the list for client-side email validation
Fetch the full domain list once and cache it in your application. Check email domains locally without an API call per validation. Refresh the list weekly to catch new disposable services.
Audit your user database for disposable signups
Pull the list and run it against your users table. Identify accounts registered with throwaway emails. Flag them for review or re-verification campaigns.
Build a custom disposable email filter
Use the search parameter to find domains matching a pattern (e.g., all guerrillamail variants). Combine with your own blocklist for comprehensive coverage.
Frequently asked questions
How many domains are in the list?
Is the list sorted?
How is this different from /v1/disposable-email/check?
Does the search parameter support regex?
Can I use this list in my open-source project?
Get your API key
Free tier includes 5 requests per minute with no credit card required. Upgrade for higher limits.