Skip to main content
GET
/
player
/
{player}
Fetch Hypixel Player Data
curl --request GET \
  --url https://api.example.com/player/{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.

Path Parameters

player
string
required

Player UUID

Body

application/json

The body is of type object.

Response

Successfully retrieved player data

cause
string
player
any
success
boolean
throttle
boolean