---
title: "Player's Current Rank"
method: GET
path: "/leaderboard-statistics/brand/{brandId}/leaderboard/{leaderboardId}/player/{playerId}"
tags: ["Leaderboard Statistics"]
---

# Player's Current Rank

`GET /leaderboard-statistics/brand/{brandId}/leaderboard/{leaderboardId}/player/{playerId}`

Returns the player's current rank and score on a leaderboard. Returns `null` if the player has no recorded position.

## Path parameters

- `brandId` string, uuid, required
- `leaderboardId` string, required
- `playerId` string, required

## Response `200`

The player's rank and score, or `null`.

- RankedPlayer
  - `playerId` string
  - `playerName` string, nullable — Display name at the time of last score update. `null` if not set.
  - `rank` integer — Player's current position (1 = first place).
  - `score` integer — Player's accumulated score on this leaderboard.

---

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