Skip to main content
GET
/
rankedbedwars
/
{player}
Get Ranked Bedwars User Data
curl --request GET \
  --url https://api.example.com/rankedbedwars/{player} \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "data": {
    "player_elo": 123,
    "player_uuid": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.seraph.si/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

player
string
required

Player UUID

Body

application/json

The body is of type object.

Response

Successfully retrieved player's ranked Bedwars data

data
object