is-email-disposable icon indicating copy to clipboard operation
is-email-disposable copied to clipboard

A REST API for checking if an e-mail address is disposable (a.k.a. throwaway). https://isemaildisposable.webgazer.io

is-email-disposable

A REST API for checking if an e-mail address is disposable (a.k.a. throwaway).

Using the hosted version

WebGazer offers this as a publicly available service. You can freely use it on https://isemaildisposable.webgazer.io.

For example, a GET request to https://isemaildisposable.webgazer.io/[email protected] will return with this response:

{
  "isDisposable": true
}

You can send a full e-mail address or only the domain, too. If you don't set the email query parameter, you will get an HTTP 400 Bad Request response.

Deploying

The application is also available to be used as a docker image. You can deploy your own self-hosted version:

$ docker run -p 80:80 th0th/is-email-disposable

I found a new domain...

If you came across a new domain that is used a disposable e-mail address source, you can add it to domains.json in a pull request. Please mind that domains in this file are listed alphabetically.

Contribution

Even if this is a very simple application, if you have some kind of improvement idea, don't hesitate to create an issue. Or a PR would be even better :)

Shameless plug

I am an indie hacker and I am running an uptime monitoring and analytics platform called WebGazer. You might want to check it out if you are running an online business and want to notice the incidents before your customers.

License

Copyright © 2020, Gökhan Sarı. Released under the MIT License.