getPlayer

suspend fun getPlayer(uuid: String): PlayerResponse

Retrieves data of a specific player, including game stats. https://api.hypixel.net/v2/player

Return

A PlayerResponse containing the player's data.

Parameters

uuid

The UUID of the player.

Throws

if the API returns an error.