# 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:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Joe\_F](https://avatars.discourse-cdn.com/v4/letter/j/f4b2a3/32.png) [@Joe\_F](https://meta.discourse.org/u/Joe_F)
#### Post date: [August 14, 2025, 1:54pm UTC](https://meta.discourse.org/t/is-an-api-to-read-a-user-all-users-cheers-score/378606/1 "2025-08-14T13:54:18Z")

</div>

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

---

<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,
> 
> ```

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [August 14, 2025, 10:52pm UTC](https://meta.discourse.org/t/is-an-api-to-read-a-user-all-users-cheers-score/378606/3 "2025-08-14T22:52:40Z")

</div>

> [@Joe\_F](#):
>
> I want create a report with userID, Username and Cheers points that updates weekly

If the other links aren’t what you want, you can make a [data explorer](https://meta.discourse.org/t/32566?silent=true) query and get stuff that way. I think there’s an automation to do it weekly, maybe

---

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [September 17, 2025, 6:28pm UTC](https://meta.discourse.org/t/is-an-api-to-read-a-user-all-users-cheers-score/378606/4 "2025-09-17T18:28:28Z")

</div>

@Joe_F did @lilly’s answer help you? If so, can you mark it as the solution?

If not, let us know what you’ve been trying and where you are getting stuck.

I like @pfaffman’s idea too, to create a [data explorer](https://meta.discourse.org/t/32566?silent=true) query that is run via an automation weekly to send the report via PM. I had a poke around here and did not immediately find that such a query already exists that you can use.

As a hosted customer, you can reach out to [team@discourse.org](mailto:team@discourse.org) too if you need a more timely and personalized response from our team.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [October 17, 2025, 6:28pm UTC](https://meta.discourse.org/t/is-an-api-to-read-a-user-all-users-cheers-score/378606/5 "2025-10-17T18:28:37Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
