Stop disposable emails with temp mail detector.
{ "domain": "any.pink", "score": 100, "meta": { "block_list": true, "domain_age": 1, "website_resolves": true, "accepts_all_addresses": true, "valid_email_security": true } }
Sign up and get 200 credits for free each month. No credit card required.
Our threat database is constantly growing. Focus on what you do best, and leave us to evolve with the landscape. Let the Temp Mail Detector API tell you when a signup is high risk.
Getting set up is as simple as making an API request or using our function calls during your signup. Reject any high risk sign-ups before they can cause abuse.
Our system proactively crawls, tests and blocks new temporary email domains before they can reach you. Community block lists are no longer enough.
Use the following curl command to run your first authenticated query.
curl --request POST \ --url https://api.tempmaildetector.com/check \ --header 'Content-Type: application/json' \ --header 'Authorization: {YOUR_API_KEY}' \ --data '{"domain":"host.com"}'