Woohoo! 🎉
bootyberrypancakes
joined 2 years ago
Put !alberta@lemma.ca into the search bar and be patient lol Refresh and try again if it doesn’t pop up after a couple minutes
Sometimes it can take minutes for the backend to fetch the remote community or even fail if the remote server is under load with no error message on your side.
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
view more: next ›
Thank you both! 💜