this post was submitted on 07 Sep 2023
6 points (100.0% liked)

Fediseer

313 readers
1 users here now

Announcements, news, devlogs and general discussion about The Fediseer (API)


Show off your instances endorsements and guarantees with individualized badges:


If you appreciate what this service provides, please consider funding the Fediseer development on liberapay

founded 1 year ago
MODERATORS
 

Fediseer has been updated to allow filtering on /api/v1/censures_given on reasons and amount of censures. it also reports amount of censures per domain

This allows you to use it as a join OR as an intersect, OR as a percentage based.

The below url, will perform an intesection on the censures given by 3 different reference instances:

https://fediseer.com/api/v1/censures_given/lemmy.dbzer0.com%2Cprogramming.dev%2Clemmings.world?min_censures=3

The below will filter only domains which at least one of the reference instances has censured them for "loli"

https://fediseer.com/api/v1/censures_given/lemmy.dbzer0.com%2Cprogramming.dev%2Clemmings.world?reasons_csv=loli

You can combine these two filters as well

The below will return only domains where at least 2 of the reference instances have marked them as "loli"

https://fediseer.com/api/v1/censures_given/lemmy.dbzer0.com%2Cprogramming.dev%2Clemmings.world?min_censures=2&reasons_csv=loli

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here