Lemmy
communityOpen-source federated link aggregator and discussion platform. Decentralized Reddit alternative on the fediverse.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://lemmy.world/api/v3/searchSearch posts, comments, communities, users
Parameters
qsearch query (stringrequiredsortTopAll|New|Hot (stringoptionallimitresults (integeroptionaltype_All|Posts|Comments|Communities|Users (stringoptionalReturns
posts[], comments[], communities[], users[] with relevant fieldsGET
https://lemmy.world/api/v3/post/listGet posts from a community or all
Parameters
sortHot|New|TopDay|TopWeek|TopAll (stringoptionallimitresults (integeroptionalcommunity_namecommunity name (stringoptionalReturns
posts[] with post.name, post.url, post.body, counts.score, counts.comments, creator.name, community.nameGET
https://lemmy.world/api/v3/communityGet community details
Parameters
namecommunity name (stringrequiredReturns
community_view with community.name, community.description, counts.subscribers, counts.posts, counts.comments