Leaderboard User Object
A Leaderboard User Object is an object returned from the API which contains information about a user on a Leaderboard. The details about what data it provides is listed below.
Returned Data (Represented by $object)
Name | Type | Description |
---|---|---|
$object→position | int | The position of this user |
$object→username | string | The Username of this user |
$object→country | string | The 2 letter Country Code this user comes from. XX meaning unknown |
$object→timePlayed | int | The amount of time played in seconds |
$object→lastPlayed | int | The unixtime of the last time this user played |