Get player by UUID
GET
/api/v1/players/{id}
Returns a single player by their UUID. Returns 400 if the UUID format is invalid.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Player UUID
Responses
Section titled “ Responses ”Player detail
object
id
string
name
string
currentInstance
string
currentGroup
string
proxyInstance
string
connectedSince
string
Invalid UUID format
object
error
object
code
string
message
string
status
required
integer format: int32
Unauthorized
Forbidden
Player not found
object
error
object
code
string
message
string
status
required
integer format: int32