Does anyone know how to get the trending communities? Or do you have to calculate that yourself?
I’ve studied the API docs like my life depends on it but I can’t find it anywhere.
You must log in or register to comment.
I think “Trending” is the wrong word, because I’ve only ever seen that section display recently created communities.
Ah, thanks for that insight! Look like I’m going to create my own way of getting these then.
listCommunities
withsort=Hot
andtype_=Local
would work. See:deleted by creator