Disposable Email Address Detector
See also the Swagger specification.
It classifies those as disposable which operate as a time-limited, web based way of receiving emails, for example, sign up confirmations.
Essentially every email address may be of temporary use. Even freemail providers like yahoo and gmail offer [temporary] aliases. However, those are personal and may be in use for a longer period of time, and can often not be detected as such.
Visit https://api.nameapi.org/rest/swagger-ui/.
Input
Example: "[email protected]"
An invalid input exception is thrown if the address does not look like an email address.
Example: "32d21gc5071d7463ef6064c07ea98cb2-user1"
Output
The email address is known to be disposable.
The email address is known to be not disposable.
This value is returned when the user/domain combination is known to be of another type, for example freemail or a business.
The domain has not been classified yet.
This value is returned for many domains, and in almost all cases it means that the address is not disposable.
{ "disposable" : "YES" }