---
title: "Leaderboard"
method: GET
path: "/challenge/{public_id}/leaderboard/"
tags: ["challenge"]
---

# Leaderboard

`GET /challenge/{public_id}/leaderboard/`

Displays the leaderboard for a challenge.
This endpoint returns a list of objects.

## Query parameters

- `date_range` integer

## Response `200`

OK

- LeaderboardProfileAndTeam
  - `name` string
  - `public_id` string, uuid
  - `url` string, uri
  - `score` number
  - `position` integer

---

[API](https://skmtc.net/wefitter/apis/wefitter-api.md) · [All operations](https://skmtc.net/wefitter/apis/wefitter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wefitter/wefitter-api/revisions/52b0eb5e8b96/schema)
