Block Trashmail Detect disposable email addresses and block them

Shell

curl

~ $ curl https://api.block-trashmail.de/check/example.com
> {"error":false,"results":{"domain":"example.com","listed":false}}

curl with jq to only show the result

~ $ curl --silent https://api.block-trashmail.de/check/example.com | jq .results.listed
> false