I did: curl https://lemmy.blahaj.zone/api/v3/community/list
I got 4 communities and “egg_irl” wasn’t there…? why it is on !egg_irl? I’m confused and the lemmy api docs aren’t beginner friendly… ahhhh And I know the most of you know how to code.
I did: curl https://lemmy.blahaj.zone/api/v3/community/list
I got 4 communities and “egg_irl” wasn’t there…? why it is on !egg_irl? I’m confused and the lemmy api docs aren’t beginner friendly… ahhhh And I know the most of you know how to code.
I just looked at the Rust code from https://github.com/LemmyNet/lemmy/blob/main/crates/api_common/src/community.rs
and it looks like you need to give it params to get what you need, i.e.
curl https://lemmy.blahaj.zone/api/v3/community/list?type_=Local\&sort=Active\&limit=50 | jq
Returns the top 50 local communities sorted by Active