Skip to main content
GET
/
hypixel
/
skywars
/
{player}
Update Hypixel Player Data
curl --request GET \
  --url https://api.example.com/hypixel/skywars/{player} \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "cause": "<string>",
  "player": "<unknown>",
  "success": true,
  "throttle": true
}

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.

Headers

type
string

Game mode or type of request (e.g., SKYWARS)

Path Parameters

player
string
required

Player UUID

Body

application/json

The body is of type object.

Response

Successfully updated player data

cause
string
player
any
success
boolean
throttle
boolean