Beispiel mit Shell
curl
~ $ curl https://api.block-trashmail.de/check/example.com
> {"error":false,"results":{"domain":"example.com","listed":false}}
curl mit jq um nur das Ergebnis anzuzeigen
~ $ curl --silent https://api.block-trashmail.de/check/example.com | jq .results.listed
> false