We do have an API, with docs!
this post was submitted on 24 Aug 2025
4 points (100.0% liked)
Fediverser Network
57 readers
1 users here now
Fediverser is a project to build all the required tools to help people leave legacy social networks and to join the fediverse. Currently, it provides a web application that runs alongside a traditional Lemmy service to provide the following functionality:
- Create a map between subreddits and the corresponding Lemmy communities
- Let users signup to the Lemmy instance directly by using their reddit information, and automatically subscribe them to the lemmy communities provided by the internal reddit <-> lemmy map
- (Optional): use the subreddit to lemmy map to run a mirroring tool that can take posts and comments from the subreddits and place them in the corresponding lemmy community.
The Fediverser Network is a website that aims to crowdsource the information used by the different fediverser deployments and to coordinate all users and instance admins.
founded 2 years ago
MODERATORS
Thanks!
Though the docs seem incomplete because I do not see an API function for grabbing the communities. I assume /api/community-requests is different. The schemas section shows the schema for communities.
(edit) finally figured it out.. apparently /api/changes corresponds with the /communities page.