Joe_F
(Joe Farrar)
August 14, 2025, 1:54pm
1
Hi all,
Is there an api endpoint to read a users cheers points? I want create a report with userID, Username and Cheers points that updates weekly.
Thanks
Lilly
(Lillian Louis)
August 14, 2025, 1:58pm
2
I think something like this might be what you are looking for:
Phenomenal plugin @Falco
Our community is integrated into a bespoke platform that rewards community engagement as one aspect of an overall membership score, is there any chance that the cheers score could be exposed as part of the adminGetUser API response ? Is there any alternative way to query this data from the API in the meantime?
We are getting feedback from users that it is hard to discover the leaderboard. I have added a custom hamburger link but it would be great if people…
specifically:
exposed at the public user info endpoint
curl https://meta.discourse.org/u/falco.json -s | jq . | grep score
"gamification_score": 83015,
pfaffman
(Jay Pfaffman)
August 14, 2025, 10:52pm
3
If the other links aren’t what you want, you can make a data explorer query and get stuff that way. I think there’s an automation to do it weekly, maybe
1 Like