this post was submitted on 22 Aug 2025
72 points (95.0% liked)
Fediverse memes
1872 readers
883 users here now
Memes about the Fediverse.
Rules
General
- Be respectful
- Post on topic
- No bigotry or hate speech
Specific
- We are not YPTB. If you have a problem with the way an instance or community is run, then take it up over at !yepowertrippinbastards@lemmy.dbzer0.com.
- Addendum: Yes we know that you think ml/hexbear/grad are tankies and or .world are a bunch of liberals but it gets old quickly. Try and come up with new material.
Elsewhere in the Fediverse
Other relevant communities:
- !fediverse@lemmy.world
- !yepowertrippinbastards@lemmy.dbzer0.com
- !lemmydrama@lemmy.world
- !fediverselore@lemmy.ca
- !bestofthefediverse@lemmy.ca
- !fedigrow@lemmy.zip
founded 11 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Are there any apps yet that display the tags? Boost and Voyager support Piefed but don't show the tags
None that I know of (Blorp, Voyager and interstellar have Piefed support as well)
I just looked, according to the documentation, tags are not implemented in the API
That's right. Flairs are not currently in the api (edit: tags as well, see edit at bottom). The focus on the initial api implementation was to work with existing lemmy apps/frontends, so flair wasn't prioritized (this is also why you don't see feeds/topics in the api except for a couple undocumented endpoints). The other docs page that Blaze linked is an ongoing rewrite of parts of the api/documentation as part of making the api self-documenting.
Now that the first pass at the api is done, it would make sense to come back and add them...however, there are changes to flair that need to happen in the near future, so I think it makes sense to hold off on adding them to the api until those changes happen. I would also want to add possible flair to community endpoints as well so that apps know what flair a new post could have.
Edit: I read too quickly and mistook flairs for tags. Everything I wrote above is accurate for flairs and is similar for tags. Tags are not present in the api at the moment, but could be added without breaking anything. It is simply a matter of prioritization. My effort at the moment is focused on the aforementioned self-documentation overhaul of the api which is what app creators said would be the most helpful to them.
Here is the more updated version of the API: https://crust.piefed.social/api/alpha/swagger (https://crust.piefed.social/api/alpha/swagger.json)
Not sure if tags are there, though
@Snoopy@jlai.lu, you may want to update the Wiki with those links
Is this the most up to date API ?
@wjs018@piefed.social can you confirm ?
Thanks, replied further up the chain.
tl;dr - flairs are not in the api yet, but I hope they will be after some tweaks in preparation for lemmy 1.0, tags aren't either, but could probably be added without breaking anything.
If I'm reading this correctly, tags don't seem to be there
Yes, I pinged Rimu and WSJ in another comment, let's see what they say
FYI @rimu@piefed.social @wjs018@piefed.social
Do the tags even federate to Lemmy?
Yeah - you can see the tags for this post if you visit https://browser.pub/https://piefed.zip/post/384686 and click on the JSON button.
Lemmy uses the same field, but just automatically puts the community name in there (to aid discovery on platforms like Mastodon).
So what you're saying is this is all Mastodon's fault, got it.