---
title: "Get Ranked Bedwars User Data"
method: GET
path: "/rankedbedwars/{player}"
tags: ["Ranked Bedwars"]
---

# Get Ranked Bedwars User Data

`GET /rankedbedwars/{player}`

Retrieves ranked Bedwars data (Elo) for a specific player by UUID, utilising a cache.

## Path parameters

- `player` string, required

## Request body

- object

## Response `200`

Successfully retrieved player's ranked Bedwars data

- object
  - `data` RoutesRankedBedwars
    - `player_elo` integer
    - `player_uuid` string

## Other responses

- `400` — Bad Request (e.g., invalid UUID format)
- `404` — Not Found (player data not in DB or cache)

---

[API](https://skmtc.dev/seraph/apis/seraph-api.md) · [All operations](https://skmtc.dev/seraph/apis/seraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seraph/seraph-api/revisions/82a1ec01c64d/schema)
