Some statistics about the service.

interface Response {
    anoncount: number;
    gamesfinished: number;
    gamesplayed: number;
    gamesplayed_delta: number;
    gametime: number;
    inputs: number;
    piecesplaced: number;
    rankedcount: number;
    recordcount: number;
    totalaccounts: number;
    usercount: number;
    usercount_delta: number;
}

Properties

anoncount: number

The amount of anonymous accounts on the server.

gamesfinished: number

The amount of games played across all users, including both off- and online modes, excluding games that were not completed (e.g. retries)

gamesplayed: number

The amount of games played across all users, including both off- and online modes.

gamesplayed_delta: number

The amount of games played a second (through the last minute).

gametime: number

The amount of seconds spent playing across all users, including both off- and online modes.

inputs: number

The amount of keys pressed across all users, including both off- and online modes.

piecesplaced: number

The amount of pieces placed across all users, including both off- and online modes.

rankedcount: number

The amount of ranked (visible in TETRA LEAGUE leaderboard) accounts on the server.

recordcount: number

The amount of game records stored on the server.

totalaccounts: number

The total amount of accounts ever created (including pruned anons etc.).

usercount: number

The amount of users on the server, including anonymous accounts.

usercount_delta: number

The amount of users created a second (through the last minute).