# How to query gamification score via the API?

**URL:** https://meta.discourse.org/t/how-to-query-gamification-score-via-the-api/251607
**Category:** Support
**Tags:** gamification
**Created:** [December 20, 2022, 12:12pm UTC](https://meta.discourse.org/t/how-to-query-gamification-score-via-the-api/251607 "2022-12-20T12:12:05Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [December 20, 2022, 6:37pm UTC](https://meta.discourse.org/t/how-to-query-gamification-score-via-the-api/251607/3 "2022-12-20T18:37:55Z")

</div>

> [@jamesgreenblue](#):
>
> 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)?

It’s already exposed at the public user info endpoint

```plaintext
 curl https://meta.discourse.org/u/falco.json -s | jq . | grep score
    "gamification_score": 83015,

```

> [@jamesgreenblue](#):
>
> it would be great if people could access the leaderboard by clicking on the score listed on their profile (both the popup and profile screen)

That’s a great suggestion, added to roadmap.

---

_[View the full topic](https://meta.discourse.org/t/how-to-query-gamification-score-via-the-api/251607)._
