leaderboards

class pyZUnivers.leaderboards.UserLeaderboards(payload)

Differents leaderboards of a user.

globals

The global leaderboard of the user.

Type:

_LeaderBoard

tradeless

The tradeless leaderboard of the user.

Type:

Union[bool, _LeaderBoard]

inventory_unique

The inventory unique leaderboard of the user.

Type:

_LeaderBoard

inventory_unique_normal

The inventory unique normal leaderboard of the user.

Type:

_LeaderBoard

challenge

The challenge leaderboard of the user.

Type:

_LeaderBoard

inventory_unique_golden

The inventory unique golden leaderboard of the user.

Type:

_LeaderBoard

inventory

The inventory leaderboard of the user.

Type:

_LeaderBoard

constellations

The constellations leaderboard of the user.

Type:

Union[bool, _LeaderBoard]

achievement

The achievement leaderboard of the user.

Type:

_LeaderBoard

reputation

The reputation leaderboard of the user.

Type:

_LeaderBoard

class pyZUnivers.leaderboards._LeaderBoard(payload)

Reflects a leaderboard.

position

The position of the user in the leaderboard.

Type:

int

score

The score of the user in the leaderboard.

Type:

int

data

The data of the user in the leaderboard.

Type:

_LeaderBoardData

class pyZUnivers.leaderboards._LeaderBoardData(datas)

Data of the user in the leaderboard.

total

The total of cards the user have for this leaderboard.

Type:

int

total_distinct

The total of distinct cards the user have for this leaderboard.

Type:

int

maxed

The total of maxed upgraded cards the user have for this leaderboard.

Type:

int

achievement_count

The achievement count of the user in the leaderboard.

Type:

int