Request address is:
http://www.undisposable.net/services/{$service_name}/{$function_name}/?{$param_name}={$param_value}
Service name ({$service_name}) can be: rest, soap, php, json, xmlrpc
Function name and params are listed below:
isValidEmail
Checks if the given email adddress is valid (valid RFC and TLD). Includes disposable check as well.
Arguments
Example Response
<rsp stat="ok">
<email isvalid="yes"/>
</rsp>
isDisposableEmail
Checks if the given email adddress is in the disposable hosts blacklist
Arguments
Example Response
<rsp stat="ok">
<email isdisposable="yes"/>
</rsp>
isDisposableHost
Checks if the given host is in the disposable hosts blacklist
@TODO: alias isDisposableDomain
Arguments
Example Response
<rsp stat="ok">
<host isdisposable="yes"/>
</rsp>