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
curl -L \ --url 'https://mcplayhd.net/api/v1/player/{player}' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "status": 1, "path": "text", "timeStamp": "text", "processingTime": 1, "data": { "uuid": "123e4567-e89b-12d3-a456-426614174000", "name": "text", "group": "PLAYER" } }