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

Headers

Authorization
string
required

Bearer

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 retrieved player data

cause
string
player
any
success
boolean
throttle
boolean