API Doc

To fetch a whole blacklist, simply run:

curl https://blacklist.salamek.cz/api/blacklist

Try it!

Or if you like paged result:

curl https://blacklist.salamek.cz/api/blacklist/page/2?per_page=10

Try it!

Basic filtering:

curl https://blacklist.salamek.cz/api/blacklist?bank_account=CZ

Allowed arguments are:

Try it!