---
title: "Get lowest ranked accounts"
method: POST
path: "/v1/leaderboard.getLowestRanks"
tags: ["leaderboard"]
---

# Get lowest ranked accounts

`POST /v1/leaderboard.getLowestRanks`

## Request body

- V1LeaderboardGetLowestRanksRequestBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `leaderboard` 'apps' | 'xp', required — The leaderboard to get. Currently only supports XP and apps

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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