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:
- dns: Filter by blocked DNS
- redirects_to: Filter by final URL
- a: Filter by IPv4 address
- aaaa: Filter by IPv6 address
- bank_account: Filter by bank account
Try it!