this post was submitted on 15 Jul 2025
10 points (100.0% liked)

Lemmy Federate

95 readers
1 users here now

Updates and questions about lemmy-federate.com

founded 5 months ago
MODERATORS
 

cross-posted from: https://slrpnk.net/post/24729225

Are there any open datasets that track who is federated / defederated with who? I have the Lemmyverse datasets but it has nothing on node relationships.

lemmy-federate.com appears to have the info I am after, but it only appears to be reachable in a GUI webpage. Any way to get the dataset?

you are viewing a single comment's thread
view the rest of the comments
[–] iso@lemy.lol 2 points 2 weeks ago (1 children)

Here you go:

https://lemmy-federate.com/api/community.find?input=%7B%22skip%22%3A0%2C%22take%22%3A10%7D
https://lemmy-federate.com/api/instance.find?input=%7B%22search%22%3A%22%22%2C%22skip%22%3A0%2C%22take%22%3A10%2C%22enabledOnly%22%3Afalse%7D

You can change the skip and take values to paginate through list.

[–] activistPnk@slrpnk.net 1 points 2 weeks ago* (last edited 2 weeks ago)

thanks!

The instance list is tiny. But perhaps that doesn’t matter since instances can be derived from the community list.