Requesting general player information
Last updated 2 years ago
Was this helpful?
Get a player's UUID, name and group by either their UUID or name.
name or uuid of the player
deprecated
GET /api/v1/player/{player} HTTP/1.1 Host: mcplayhd.net Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
OK
{ "status": 1, "path": "text", "timeStamp": "text", "processingTime": 1, "data": { "uuid": "123e4567-e89b-12d3-a456-426614174000", "name": "text", "group": "PLAYER" } }