/api/playerwarps/getWarpPlayerByUUID/{uuid}
Retrieve a player's information associated with a specific UUID.
Parameters:
uuid
: The UUID of the player.
Response:
The response will return a JSON object with the following structure:
Fields:
uuid (String): The UUID of the player.
messages (Array): Messages related to the player.
sponsorCooldown (Object|null): Sponsor cooldown details.
staticWarps (Number): Number of static warps owned by the player.
logs (Array): Logs associated with the player.
earnedRateRewards (Array): Rewards earned by the player.
lastPlayed (Number): The last played timestamp (in milliseconds).
pendingWarp (Object|null): Pending warp details.
maxWarpCostPrice (Number): Maximum cost for creating a warp.
minWarpCostPrice (Number): Minimum cost for creating a warp.
priceFreeLimit (Number): Limit for free warps (-1 if unlimited).
waitTeleportTime (Number): Time in seconds to wait before teleporting.
maximumWarps (Number): The maximum number of warps allowed.
prettyMaximumWarps (String): A human-readable representation of maximum warps (e.g., "Unlimited").
name (String): The player's name.
language (String): The player's language (locale).
Note:
Authentication is required to access this endpoint.
Based on server settings, you may not be able to access warp information if you do not own the warp.
Last updated
Was this helpful?