---
title: "Get Leaderboard Entry Detail"
method: GET
path: "/{id}/entries/{profile_id}/"
---

# Get Leaderboard Entry Detail

`GET /{id}/entries/{profile_id}/`

## Path parameters

- `id` string, required
- `profile_id` string, required

## Response `200`

200

- object
  - `rank` integer
  - `percentile_rank` string
  - `score` integer
  - `profile_id` string
  - `profile_nickname` string
  - `profile` object
    - `id` string
    - `url` string
    - `created_at` string
    - `nickname` string
    - `custom_data` string
    - `subscribe_channel` string
    - `reported_count` integer
    - `chat_room_memberships_url` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/livelike/apis/engagement-suite.md) · [All operations](https://skmtc.net/livelike/apis/engagement-suite/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livelike/engagement-suite/versions/f3171d1c30f7/schema)
