# Is an api to read a user / all users cheers score?

**URL:** https://meta.discourse.org/t/is-an-api-to-read-a-user-all-users-cheers-score/378606
**Category:** Support
**Tags:** gamification
**Created:** [August 14, 2025, 1:54pm UTC](https://meta.discourse.org/t/is-an-api-to-read-a-user-all-users-cheers-score/378606 "2025-08-14T13:54:18Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [August 14, 2025, 1:58pm UTC](https://meta.discourse.org/t/is-an-api-to-read-a-user-all-users-cheers-score/378606/2 "2025-08-14T13:58:23Z")

</div>

I think something like this might be what you are looking for:

> [@How to query gamification score via the API?](https://meta.discourse.org/t/how-to-query-gamification-score-via-the-api/251607):
>
> Phenomenal plugin @Falco green_heart Our community is integrated into a [bespoke platform](https://www.unep.org/news-and-stories/press-release/coral-reef-protection-grow-green-fins-hub) 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](https://docs.discourse.org/#tag/Users/operation/adminGetUser)? 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:

> [@How to query gamification score via the API?](https://meta.discourse.org/t/how-to-query-gamification-score-via-the-api/251607/3):
>
> exposed at the public user info endpoint
> 
> ```plaintext
> curl https://meta.discourse.org/u/falco.json -s | jq . | grep score
> "gamification_score": 83015,
> 
> ```

---

_[View the full topic](https://meta.discourse.org/t/is-an-api-to-read-a-user-all-users-cheers-score/378606)._
