Most Fediverse software, like Mastodon, supports domain block lists. This isn't a personal block/mute. It is a server-wide block/mute that only the administrator can start.
It is commonly reachable under /api/v1/instance/domain_blocks and is, of course, a JSON response. You can find great example by calling that URL on many Mastodon instances, e.g. https://mastodon.social/api/v1/instance/domain_blocks is a very large list.
Most Fediverse software, like Mastodon, supports domain block lists. This isn't a personal block/mute. It is a server-wide block/mute that only the administrator can start.
It is commonly reachable under
/api/v1/instance/domain_blocks
and is, of course, a JSON response. You can find great example by calling that URL on many Mastodon instances, e.g.https://mastodon.social/api/v1/instance/domain_blocks
is a very large list.Can you add such API path to your software?