Skip Navigation

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.0YesYesNo
LemmyUser/feeds/u/{username}.xml?sort={sort}RSS 2.0YesYesNo
LemmyLocal Timeline/feeds/local.xml?sort={sort}RSS 2.0YesYesNo
LemmyAll Timeline/feeds/all.xml?sort={sort}RSS 2.0YesYesNo
LemmyYour 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.0YesYesYes
PieFedUser/u/{username}/feedRSS 2.0YesNoYes
PieFedTopic/topic/{topic}.rssRSS 2.0YesNoUninvestigated
PieFedFeeds/f/{feeds}.rssRSS 2.0?Yes?NoUninvestigated
MbinCommunity/rss?magazine={community}RSS 2.0YesYesYes
MbinUser/rss?user={username}RSS 2.0YesYesYes
MbinTag/rss?tag={tag}RSS 2.0YesYesYes
PlumeBlog/~/{blog}/atom.xmlAtomYesYesDetails unknown
PlumeUser/~/{username}/atom.xmlAtomYesYesDetails unknown
WriteFreelyUser/{username}/feed/RSS 2.0YesNoDetails unknown
WriteFreelyReader/read/feed/RSS 2.0YesNoDetails unknown
FunkwhaleUser/api/v1/channels/{user}/rssRSS2.0YesYesDetails unknown
PeerTubeUserfeeds/videos.xml?videoChannelId={channel}RSS 2.0YesYesYes
PeerTubeUser-Podcast/feeds/podcast/videos.xml?videoChannelId={channel}RSS 2.0YesYesYes
BookwyrmUser/user/{username}/rssRSS 2.0YesYesYes
MastodonUser/@{username}.rssRSS 2.0NoNoNo
MastodonHashtag/tags/{hashtag}.rssRSS 2.0NoNoNo
MastodonUser-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")NoYes
MisskeyUser/@{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 viewed
HackersPubUser Articles/@{username}/feed.xml?articlesAtomYesNoExternal accounts cannot be viewed
HubzillaPosts and Comments/feed/{channel}AtomNoNoExternal accounts cannot be viewed
HubzillaOnly Posts/feed/{channel}?f=&top=1AtomNoNoaccounts are displayed in summary only
friendicaUser/feed/{username}/AtomYesYesExternal accounts cannot be viewed
friendicaUser Comments/feed/{username}/commentsAtomYesNoExternal accounts cannot be viewed
friendicaUser 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
    • The URL structure.
  • 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

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

TypeDescriptionurl
Active (default)Calculates a rank based on the score and time of the latest comment, with decay over timeActive
HotLike active, but uses time when the post was publishedHot
ScaledLike hot, but gives a boost to less active communitiesScaled
NewShows most recent posts firstNew
OldShows oldest posts firstOld
Most CommentsShows posts with highest number of comments firstMostComments
New CommentsBumps posts to the top when they are created or receive a new reply, analogous to the sorting of traditional forumsNewComments
Top HourHighest scoring posts during the last 1 hourTopHour
Top Six HoursHighest scoring posts during the last 6 hoursTopSixHour
Top Twelve HoursHighest scoring posts during the last 12 hoursTopTwelveHour
Top DayHighest scoring posts during the last 24 hoursTopDay
Top WeekHighest scoring posts during the last 7 daysTopWeek
Top MonthHighest scoring posts during the last 30 daysTopMonth
Top Three MonthsHighest scoring posts during the last 3 monthsTopThreeMonths
Top Six MonthsHighest scoring posts during the last 6 monthsTopSixMonths
Top Nine MonthsHighest scoring posts during the last 9 monthsTopNineMonths
Top YearHighest scoring posts during the last 12 monthsTopYear
Top 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).

Comments

7

Comments

7