Fediverse

40815 readers
85 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, Mbin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)

founded 2 years ago
MODERATORS
1
 
 

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

Software Section URL type Title visible links RSS Subscriptions from External Servers
Lemmy Community /feeds/c/{community}.xml?sort={sort} RSS 2.0 Yes Yes No
Lemmy User /feeds/u/{username}.xml?sort={sort} RSS 2.0 Yes Yes No
Lemmy Local Timeline /feeds/local.xml?sort={sort} RSS 2.0 Yes Yes No
Lemmy All Timeline /feeds/all.xml?sort={sort} RSS 2.0 Yes Yes No
Lemmy Your front page /feeds/front.xml/{jwt_token} RSS 2.0 Yes No -
Lemmy Your inbox /feeds/inbox.xml/{jwt_token} RSS 2.0 Yes No -
Lemmy Your modlog /feeds/modlog.xml/{jwt_token} RSS 2.0 Yes No -
PieFed Community /community/{community}/feed RSS 2.0 Yes Yes Yes
PieFed User /u/{username}/feed RSS 2.0 Yes No Yes
PieFed Topic /topic/{topic}.rss RSS 2.0 Yes No Uninvestigated
PieFed Feeds /f/{feeds}.rss RSS 2.0? Yes? No Uninvestigated
Mbin Community /rss?magazine={community} RSS 2.0 Yes Yes Yes
Mbin User /rss?user={username} RSS 2.0 Yes Yes Yes
Mbin Tag /rss?tag={tag} RSS 2.0 Yes Yes Yes
Plume Blog /~/{blog}/atom.xml Atom Yes Yes Details unknown
Plume User /~/{username}/atom.xml Atom Yes Yes Details unknown
WriteFreely User /{username}/feed/ RSS 2.0 Yes No Details unknown
WriteFreely Reader /read/feed/ RSS 2.0 Yes No Details unknown
Funkwhale User /api/v1/channels/{user}/rss RSS2.0 Yes Yes Details unknown
PeerTube User feeds/videos.xml?videoChannelId={channel} RSS 2.0 Yes Yes Yes
PeerTube User-Podcast /feeds/podcast/videos.xml?videoChannelId={channel} RSS 2.0 Yes Yes Yes
Bookwyrm User /user/{username}/rss RSS 2.0 Yes Yes Yes
Mastodon User /@{username}.rss RSS 2.0 No No No
Mastodon Hashtag /tags/{hashtag}.rss RSS 2.0 No No No
Mastodon User-Hashtag /@{username}/tagged/{hashtag}.rss RSS 2.0 No No No
Pleroma User /users/{username}/feed.atom Atom Yes No External accounts cannot be viewed
BlueSky User /profile/{did-placeholder}/rss RSS 2.0 No No External instance does not exist
Misskey User /@{username}.rss RSS 2.0 partially (example: "New note by UserName") No Yes
Misskey User /@{username}.atom Atom 1.0 partially (example: "New note by UserName") No Yes
Pixelfed User /users/{username}.atom Atom Yes Yes External accounts cannot be viewed
HackersPub User /@{username}/feed.xml Atom Yes No External accounts cannot be viewed
HackersPub User Articles /@{username}/feed.xml?articles Atom Yes No External accounts cannot be viewed
Hubzilla Posts and Comments /feed/{channel} Atom No No External accounts cannot be viewed
Hubzilla Only Posts /feed/{channel}?f=&top=1 Atom No No accounts are displayed in summary only
friendica User /feed/{username}/ Atom Yes Yes External accounts cannot be viewed
friendica User Comments /feed/{username}/comments Atom Yes No External accounts cannot be viewed
friendica User Timeline /feed/{username}/activity Atom Yes No External 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

| Type | Description | url | |


|


|


| | Active (default) | Calculates a rank based on the score and time of the latest comment, with decay over time | Active | | Hot | Like active, but uses time when the post was published | Hot | | Scaled | Like hot, but gives a boost to less active communities | Scaled | | New | Shows most recent posts first | New | | Old | Shows oldest posts first | Old | Most Comments | Shows posts with highest number of comments first | MostComments | | New Comments | Bumps posts to the top when they are created or receive a new reply, analogous to the sorting of traditional forums | NewComments | |Top Hour|Highest scoring posts during the last 1 hour |TopHour | |Top Six Hours| Highest scoring posts during the last 6 hours|TopSixHour| |Top Twelve Hours |Highest scoring posts during the last 12 hours|TopTwelveHour | | Top Day | Highest scoring posts during the last 24 hours |TopDay | | Top Week | Highest scoring posts during the last 7 days | TopWeek | | Top Month | Highest scoring posts during the last 30 days | TopMonth | |Top Three Months|Highest scoring posts during the last 3 months |TopThreeMonths| |Top Six Months|Highest scoring posts during the last 6 months |TopSixMonths| |Top Nine Months|Highest scoring posts during the last 9 months |TopNineMonths| | Top Year | Highest scoring posts during the last 12 months | TopYear | | Top All Time | Highest scoring posts of all time | TopAll |

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).

2
226
submitted 1 year ago* (last edited 1 year ago) by woelkchen@lemmy.world to c/fediverse@lemmy.world
 
 

!fediverse@lemmy.world is not a place to file your grievances with "free speech", disrupting users, moderation, etc.

If you have problems with users: File complaints to the mods or just block them.

If you have problems with mods: File complaints with admins of the instance or just migrate to an alternative community.

If you have problems with an entire instance: Just leave it.

3
 
 

Mastodon displays properly Markdown posts from other instances, but doesn't allow creating posts with it. I'm trying to fix this. I know there is glitch-soc, but I don't want to switch to a fork for a single feature. So is there a patch for mainstream Mastodon that adds this functionality?

4
 
 

On Mastodon's new Share button, and protocol ownership.

5
 
 

like can i send a dm to someone and talk to them here?

6
 
 

I can never seem to get the page to load, the prpgress bar is always stuck when trying to access the webpage.

7
8
9
 
 

On mastodon side there is iftas.

What would be an equivalent for lemmy?

10
11
 
 

cross-posted from: https://feddit.uk/post/45160218

cross-posted from: https://feddit.uk/post/45160073

I've been working on Habitat for the past two years. It all stemmed from this idea that I posted in April 2024.

Habitat is a free open-source, self hosted social platform for local communities. It is aimed at fostering local community discussions and discovery of areas of interest. This is why it is built primarily around location. A Habitat instance centers on a specific area, and the local community can make generic posts about that area, or they can make posts about specific locations in that area. More about what I've been building and the future plans here.

Features

  • Habitat specification of location and size - enabling posts related to the local area
  • Home feed - Displays the most recent posts
  • Nearby feed - Displays posts sorted by proximity to the user
  • Create posts - Upload photos, set locations, comments
  • Categories - Location rules
  • Amazon S3 image storage option
  • Personalisation - Overrides Habitat defaults per user: kms/miles, hidden categories
  • Moderation tools - User, post, comment moderation, block email addresses
  • Announcements - Scheduled announcements
  • Public moderation log - Keep moderator actions visible for 30 days

If you're interest in this at all, please give it a spin and let me know how you get on. I'll keep an eye here on Lemmy, but you can also post to the Habitat discussion board on GitHub.

12
 
 

In other words, can any user delete its data on its will and is there something that will remove its data from all the connected activitypub services? I believe this should actually be a basic feature and pretty much a requirement.

13
 
 

Hey, I tried to make it so that upvotes people give this post and my comments won't actually affect my nodeBB forum reputation. Anyone mind upvoting a few times to test this out.

For my own reference to see if it changed: c4e6fbe0-69a4-4007-aee3-e1856a863fa2-image.jpeg

14
124
submitted 5 days ago* (last edited 5 days ago) by Teknevra@lemmy.world to c/fediverse@lemmy.world
 
 

cross-posted from: https://lemmy.world/post/43738698

I made a post over on Upscrolled recommending people check out the Fediverse:

https://share.upscrolled.com/en/post/6890f5f0-159f-11f1-8080-80006ddcdcfc/

It was kind of a random thought, but the more I think about it, the more it makes sense.

Upscrolled is a newer, strongly pro-Palestine/Leftist platform, and a lot of the users there already care about decentralization, censorship resistance, and not relying on big corporate platforms.

That feels very aligned with what the Fediverse is about.


Since it’s still growing, I’d imagine a lot of users there might be open to trying alternatives like Mastodon, Lemmy, PeerTube, Loops, etc.

Especially if it’s framed less as “leave your platform” and more as “here’s a broader network you can also be part of.”


I was also curious if anyone else here was interested in recommending the Fediverse over there, as well.

Not in a spammy way, obviously — just sharing info and letting people know there are decentralized options that line up with their values.

Curious what others think.


Edit:

https://upscrolled.com/en/about/

https://en.wikipedia.org/wiki/UpScrolled

https://lifehacker.com/tech/what-is-upscrolled

https://www.aljazeera.com/news/2026/1/29/whats-upscrolled-the-app-gaining-popularity-after-tiktoks-us-takeover

15
16
 
 

I browse different lemmy instances usually because the feed is always different. Was blown away when I recently went to lemmy.today, no clue when they did the change but whoever is in charge of the design has my admiration! (chef's kiss)

17
50
submitted 6 days ago* (last edited 6 days ago) by OctoLumia@slrpnk.net to c/fediverse@lemmy.world
 
 

For averyone wondering why converser.eu is slow and/or you can't register, I had a conversation with the admin of matrix instance converser.eu, the convo is in french so i'm copying the translation here ! (I did remove my and someone else's answers so you only have their explanations)

"- FYI, I'm the admin of the converser.eu server. I know that right now, the server is a disaster. I'm doing my best. Synapse is a pain to administer and optimize. We have almost 7,000 accounts on the server and that number is still growing. We could greatly improve the situation by switching back to a server with SSD. I had to switch back to HDD because of disk space, which obviously doesn't help performance. But I'm stuck because of budget constraints. However, if you feel like it, you can help: https:// liberapay.com/converser.eu/ . "

"- It's been eight years since I launched the server, paying for successive servers to maintain the service. I've spent hours trying to understand performance issues when they arise, getting everything back up and running. In short, I'm doing my best."

"- Thank you for your support. I admit that I am very, very bad at communicating. And ultimately, when I launched the server eight years ago, I didn't think it would take on such proportions. As for closing registrations, it's complicated. Shutting the door when people need it or want to try it out could clearly discourage them from switching. And the converser.eu server is known for being open and hosted/managed in France. If I suddenly close registrations, I'll have to deal with all the emails asking me “why can't I register?”

18
 
 

cross-posted from: https://lemmy.world/post/43657336

So I’ve been thinking about the whole PSKY winning the bid for WBD situation, plus a ton of other US News sites being owned and controlled by MAGA — and now that PSKY owns massive legacy brands like CNN and platforms like TikTok, it got me wondering:

What would it look like if the Fediverse built its own large-scale news station?


And I don’t mean news apps (I know things like Flipboard already exist and are experimenting with federation). I mean:

A full-on journalism operation that is:

Fediverse-first

Hosted via PeerTube, Loops, its own website, etc.

Producing regular news broadcasts, investigative journalism, live streams, analysis panels, documentaries, etc.


Two Possible Models

  1. Professional Model (CNN-style equivalent)

A structured newsroom:

Editors, reporters, correspondents

Daily live broadcasts via PeerTube

Clip distribution via Loops

Federation across Mastodon/Lemmy/Pixelfed

Transparent funding (co-op model? public donations? instance-backed?)

Essentially: a decentralized alternative to cable news, but not algorithm-driven or corporate-owned.


  1. Amateur / Grassroots Model

Think:

Independent PeerTubers collaborating

Loop creators reporting locally

Lemmy communities functioning as distributed editorial desks

Citizen journalism amplified through federation

This could look more like a decentralized wire service, where stories propagate organically across instances.


Alternative Idea: Federated News Aggregator

Instead of building from scratch, what if the Fediverse collaborated with existing independent outlets like:

World Socialist Web Site

Communist.red

Mother Jones

The Nation

Common Dreams

The Intercept

Jacobin

Cpusa.org

(And many others.)


Podcasts:

The Deprogram:

https://youtube.fandom.com/wiki/The_Deprogram

Revolutionary Left Radio:

https://revleftradio.com/

Guerrilla History:

https://guerrillahistory.libsyn.com/

etc


YouTubers:

https://youtube.fandom.com/wiki/Hakim

Second Thought:

https://youtube.fandom.com/wiki/Second_Thought

YUGOPNIK:

https://youtube.fandom.com/wiki/YUGOPNIK

r/TankieTheDeprogram

https://www.reddit.com/r/TankieTheDeprogram/s/mJqfxpGOYK

r/TheDeprogarm

https://www.reddit.com/r/TheDeprogarm/s/Re7CYFSaSW

Lee Camp-Unredacted Tonight

https://youtube.com/@unredactedtonight

Chris Hedges

https://youtube.com/@chrishedgeschannel

Jimmy Dore

https://youtube.com/@thejimmydoreshow


Maybe:

A federated aggregator

A shared ActivityPub-based publishing layer

A “news hub” instance that boosts and categorizes content

Or something similar to the federated streaming marketplace idea I suggested before — but for journalism instead of an Amazon Prime alternative

https://lemmy.world/post/40697282


Big Questions

Would a Fediverse news network increase credibility — or fragment it?

How would editorial standards work in a decentralized ecosystem?

Could co-op funding sustain professional reporting?

Would mainstream journalists ever migrate?

Should this aim to compete with centralized media — or complement it?


Also: would this risk becoming ideologically siloed? Or would federation naturally diversify perspectives?

Curious what everyone thinks.

Is this unrealistic? Inevitable? Already quietly happening?


Link to same post, but on Reddit:

https://www.reddit.com/r/fediverse/s/wt59TIXVv3

19
 
 

Is it possible to listen to music hosted on Funkwhale from Mastoson (or any other fediverse social media for that matter)? I can see user accounts (though empty), but I couldn't get albums or songs working.

20
 
 

cross-posted from: https://multiverse.soulism.net/c/soulism/p/51754/multiverse-has-defederated-fedinsfw-app-for-hosting-child-pornography

Hello MULTIVERSE users and off-site visitors alike. We have recently defederated fedinsfw.app due to ongoing child pornography concerns which the fedinsfw admin team are aware of, and do not intend to address. Before I explain the key issue, I'd like to define a few terms:

  • In Australia, Child Pornography Material is legally defined by the Criminal Code Act 1995, section 473.1 as:

(a) material that depicts a person, or a representation of a person, who is, or appears to be, under 18 years of age and who [...] is engaged in, or appears to be engaged in, a sexual pose [...]; and does this in a way that reasonable persons would regard as being, in all the circumstances, offensive;

[...]

(c) material that describes a person who is, or is implied to be, under 18 years of age and who [...] is engaged in, or is implied to be engaged in, a sexual pose [...]; and does this in a way that reasonable persons would regard as being, in all the circumstances, offensive; or [...]

  • Jailbait is a slang term for pornography depicting subjects who appear to be of age (adults), but are in fact underage (children; adolescents)

  • Fauxbait is faux jailbait - pornography depicting adults who appear to be children who appear to be adults.

According to the legal definition of child pornography material here in Australia, fauxbait is child pornography material, because of the implication that the actors depicted represent underage persons. And frankly, we here at MULTIVERSE agree with the law here. Fauxbait is disgusting. Legally and in our opinion, pornography depicting adult women who appear as adults is completely fine. But if someone posts a picture of an adult woman and calls it "fauxbait", we are disgusted and the law is interested. Reality is not objective - the same legal picture of an adult person becomes illegal child pornography when it's posted with a particular framing.

fedinsfw.app hosts a community, !fauxbait@fedinsfw.app, which is for Fauxbait. I have contacted the admin of the site, @lemmyposter212@fedinsfw.app, both privately and in public, pointing out that the community breaks the site's rules 1 and 8. The admin disagrees. Although they dislike the community, they don't believe it breaks the rules, and do not wish to violate their impartiality by banning the community.

We here at MULTIVERSE have no such impartiality. The admin inaction on child pornography violates our Rule 3 on Restricted Violence, in that it's fucking nasty. It's degrading to the women being posted to call them fauxbait, it's dangerous towards the users to expose them to risks of committing sex crimes, and it has the potential to desensitise people to child porn, making them more likely to re-offend in worse ways. We are joining the growing movement of instances defederating fedinsfw.app, and we ask if your instance has not, that you speak to your admins and ask them to do the same.

21
 
 

So, I’ve uploaded some videos on peertube.wtf and I can’t see how large each one is, nor can I sort them. I want to be able to delete large videos if I run out of total quota. This is on version 8.0.1.

I do think a video quota is a good idea, and PeerTube has two quotas, your daily limit, and total limit.

The total limit will fill up eventually if the account is active, and I think a way to see the largest videos you have on your account would help a ton.

22
 
 

As it stands right now, it looks like we have to just judge based off of how old posts are to see if we can still interact with a community.

23
 
 

a blog post that chronicles what I've been up to this month: from attending FOSDEM in Brussels to creating an easy-to-follow self-hosting guide for newbies…

24
 
 

A big grab bag of news, that ties into the question of 'Where Does Community Live?'

25
 
 

cross-posted from: https://lemmy.ca/post/61027702

view more: next ›