List of RSS feeds distributed by each software on Fediverse
Introduction
As far as I know, the software used by Fediverse, a decentralized social networking site, makes information public due to its decentralized nature, and as a result, it’s often possible to obtain feeds of the latest information via RSS.
However, the extent to which this is possible varies depending on the software’s capabilities and features, and I was interested in the functionality of each piece of software, so I decided to write this article to research and summarize the state of RSS on Fediverse, including its URL structure.
This article is based on a pioneering article titled “Finding Fediverse Feeds” that appeared on the website Hyperborea: Kelson Vibber.
Stream Fediverse feeds to your RSS reader
URL Structure Table
SoftwareSectionURLtypeTitlevisible linksRSS Subscriptions from External Servers
LemmyCommunity
/feeds/c/{community}.xml?sort={sort}RSS 2.0YesYesNoLemmyUser
/feeds/u/{username}.xml?sort={sort}RSS 2.0YesYesNoLemmyLocal Timeline
/feeds/local.xml?sort={sort}RSS 2.0YesYesNoLemmyAll Timeline
/feeds/all.xml?sort={sort}RSS 2.0YesYesNoLemmyYour front page
/feeds/front.xml/{jwt_token}RSS 2.0YesNo-LemmyYour inbox
/feeds/inbox.xml/{jwt_token}RSS 2.0YesNo-LemmyYour modlog
/feeds/modlog.xml/{jwt_token}RSS 2.0YesNo-
PieFedCommunity
/community/{community}/feedRSS 2.0YesYesYesPieFedUser
/u/{username}/feedRSS 2.0YesNoYesPieFedTopic
/topic/{topic}.rssRSS 2.0YesNoUninvestigatedPieFedFeeds
/f/{feeds}.rssRSS 2.0?Yes?NoUninvestigated
MbinCommunity
/rss?magazine={community}RSS 2.0YesYesYesMbinUser
/rss?user={username}RSS 2.0YesYesYesMbinTag
/rss?tag={tag}RSS 2.0YesYesYes
PlumeBlog
/~/{blog}/atom.xmlAtomYesYesDetails unknownPlumeUser
/~/{username}/atom.xmlAtomYesYesDetails unknown
WriteFreelyUser
/{username}/feed/RSS 2.0YesNoDetails unknownWriteFreelyReader
/read/feed/RSS 2.0YesNoDetails unknown
FunkwhaleUser
/api/v1/channels/{user}/rssRSS2.0YesYesDetails unknown
PeerTubeUser
feeds/videos.xml?videoChannelId={channel}RSS 2.0YesYesYesPeerTubeUser-Podcast
/feeds/podcast/videos.xml?videoChannelId={channel}RSS 2.0YesYesYes
BookwyrmUser
/user/{username}/rssRSS 2.0YesYesYes
MastodonUser
/@{username}.rssRSS 2.0NoNoNoMastodonHashtag
/tags/{hashtag}.rssRSS 2.0NoNoNoMastodonUser-Hashtag
/@{username}/tagged/{hashtag}.rssRSS 2.0NoNoNo
PleromaUser
/users/{username}/feed.atomAtomYesNoExternal accounts cannot be viewed
BlueSkyUser
/profile/{did-placeholder}/rssRSS 2.0NoNoExternal instance does not exist
MisskeyUser
/@{username}.rssRSS 2.0partially (example: “New note by UserName”)NoYesMisskeyUser
/@{username}.atomAtom 1.0partially (example: “New note by UserName”)NoYes
PixelfedUser
/users/{username}.atomAtomYesYesExternal accounts cannot be viewed
HackersPubUser
/@{username}/feed.xmlAtomYesNoExternal accounts cannot be viewedHackersPubUser Articles
/@{username}/feed.xml?articlesAtomYesNoExternal accounts cannot be viewed
HubzillaPosts and Comments
/feed/{channel}AtomNoNoExternal accounts cannot be viewedHubzillaOnly Posts
/feed/{channel}?f=&top=1AtomNoNoaccounts are displayed in summary only
friendicaUser
/feed/{username}/AtomYesYesExternal accounts cannot be viewedfriendicaUser Comments
/feed/{username}/commentsAtomYesNoExternal accounts cannot be viewedfriendicaUser Timeline
/feed/{username}/activityAtomYesNoExternal accounts cannot be viewed
説明
Below are descriptions of the columns in the table above.
- Software
- The software you are using.
- Section
- Which feed for that software?
- URL
- Type
- The file type. This indicates whether it is RSS or Atom.
- Title
- Whether the post title is displayed in the RSS feed.
- Visible Links
- Whether the RSS link is visible on the instance.
- RSS Subscriptions from External Servers
- Whether you can subscribe to RSS feeds from users of external instances.
Feed Functionality Comparison
Reference
Fediverse in general
Lemmy
Mastodon
Misskey
Sort on Lemmy
/feeds/c/{community}.xml?sort={sort}
The {sort} part of Lemmy in the RSS list above corresponds to the “URL” column in the table below.
example:
/feeds/c/{community}.xml?sort=New
TypeDescriptionurlActive (default)Calculates a rank based on the score and time of the latest comment, with decay over timeActiveHotLike active, but uses time when the post was publishedHotScaledLike hot, but gives a boost to less active communitiesScaledNewShows most recent posts firstNewOldShows oldest posts firstOldMost CommentsShows posts with highest number of comments firstMostCommentsNew CommentsBumps posts to the top when they are created or receive a new reply, analogous to the sorting of traditional forumsNewCommentsTop HourHighest scoring posts during the last 1 hourTopHourTop Six HoursHighest scoring posts during the last 6 hoursTopSixHourTop Twelve HoursHighest scoring posts during the last 12 hoursTopTwelveHourTop DayHighest scoring posts during the last 24 hoursTopDayTop WeekHighest scoring posts during the last 7 daysTopWeekTop MonthHighest scoring posts during the last 30 daysTopMonthTop Three MonthsHighest scoring posts during the last 3 monthsTopThreeMonthsTop Six MonthsHighest scoring posts during the last 6 monthsTopSixMonthsTop Nine MonthsHighest scoring posts during the last 9 monthsTopNineMonthsTop YearHighest scoring posts during the last 12 monthsTopYearTop All TimeHighest scoring posts of all timeTopAll
Source: Votes and Ranking
Stream RSS feeds to Your Fediverse Feeds
A well-known method of distributing RSS feeds from the web to ActivityPub is software (server) called RSSParrot, which was created for that purpose.
In addition, in the Japanese-speaking world, there is a public Mastodon instance called the RSSフィードbot鯖, which is dedicated to RSS Bots and is also widely used.
Original article
FediverseのRSS事情 - URL構造の一覧など - hoageckoのブログ (Article in Japanese)
Fediverse Advent Calendar
This post is the 15th article of Fediverse (2) Advent Calendar 2025 - Adventar (Article in Japanese).