Last updated
Last updated
Parameters:
uuid
: The UUID of the player.
Response:
The response will return a JSON object with the following structure:
Fields:
logs (Array): A list of logs associated with this entry.
backpack (Array): A list of items in the backpack.
staticAuctions (Number): The number of static auctions.
blacklistedPlayers (Array): A list of blacklisted players.
madeOffline (Array): A list of players or entries marked as offline.
maximumAuctions (Number): The maximum number of auctions allowed.
prettyMaximumAuctions (String): A human-readable version of the maximum auctions value (e.g., "Unlimited").
sellPrice (Number): The price at which the item or service is sold.
uuid (String): A unique identifier for this entry.
messages (Array): A list of messages associated with this entry.
name (String): The name or identifier for this entry.
language (Null or String): The language setting (null if unspecified).
Note:
Based on server settings, you may not be able to access auction information if you do not own the auction.
is required to access this endpoint.
Retrieve a player's information associated with a specific UUID.