# Leaderboard Plugin

**URL:** https://meta.discourse.org/t/leaderboard-plugin/106050
**Category:** Feature
**Tags:** completed
**Created:** [January 9, 2019, 10:59am UTC](https://meta.discourse.org/t/leaderboard-plugin/106050 "2019-01-09T10:59:28Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [January 10, 2019, 8:29pm UTC](https://meta.discourse.org/t/leaderboard-plugin/106050/2 "2019-01-10T20:29:13Z")

</div>

What kind of stats are you looking to showcase?

The closest thing we have to a public leaderboard at the moment is the [users page,](https://meta.discourse.org/u) you can sort by clicking the column headers.

There’s also a new Yearly Review plugin that is kind of an annual leaderboard feature: [Discourse Yearly Review](https://meta.discourse.org/t/discourse-yearly-review-plugin/105713)

* * *

If you’re comfortable with front-end development you can build your own with a bit of work…

Data is accessible to build a leaderboard, for example this is a JSON file with users ordered by the largest amount of likes received this week [https://meta.discourse.org/directory\_items.json?order=likes\_received&period=weekly](https://meta.discourse.org/directory_items.json?order=likes_received&period=weekly)

This post is helpful for finding this type of data: [Reverse engineer the Discourse API](https://meta.discourse.org/t/how-to-reverse-engineer-the-discourse-api/20576)

---

_[View the full topic](https://meta.discourse.org/t/leaderboard-plugin/106050)._
