meloo@lemmy.perthchat.org to Lemmy Support · 3 years agoHow do I view the total number of subscribers- across all instances - a sublemmy has?message-squaremessage-square5fedilinkarrow-up19arrow-down10
arrow-up19arrow-down1message-squareHow do I view the total number of subscribers- across all instances - a sublemmy has?meloo@lemmy.perthchat.org to Lemmy Support · 3 years agomessage-square5fedilink
minus-squarenutomicAlinkfedilinkarrow-up6·3 years agoGo to the original instance where the community is hosted, it has the total subscriber count. Or use command line: curl -H 'Accept: application/activity+json' https://lemmy.ml/c/lemmy_support/followers | jq .totalItems
Go to the original instance where the community is hosted, it has the total subscriber count. Or use command line:
curl -H 'Accept: application/activity+json' https://lemmy.ml/c/lemmy_support/followers | jq .totalItems