FastBuilder

Requesting FastBuilder stats

Stats of a player and mode

get

Get the FastBuilder stats of a player by their UUID or name and a mode. All times are in Milliseconds. If you want to get the average time, you need to divide the totalTime by the wins.

If you don't provide a specific season, the API will return the player's stats for the current season.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
modestringRequired

mode to get the stats of

playerstringRequired

name or uuid of the player

Query parameters
tokenstringOptional

deprecated

Responses
200

The player has stats in that mode.

*/*
get
/fastbuilder/{mode}/stats/{player}

Top stats of mode

get

Returns a list of the top FastBuilder players of a certain mode. All times are in Milliseconds. If you want to get the average time, you need to divide the totalTime by the wins.

If you don't provide a specific season, the API will return the top stats for the current season.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
modestringRequired

mode to get the top list of

Query parameters
tokenstringOptional

deprecated

Responses
200

OK

*/*
get
/fastbuilder/{mode}/top
200

OK

These stats will update every 10 seconds.

Global stats

get

Resturns the sum of all games, wins and blocks placed in FastBuilder.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
tokenstringOptional

deprecated

Responses
200

OK

*/*
get
/fastbuilder/stats
200

OK

These stats will update every 10 seconds.

Global stats of player

get

Resturns the sum of all games, wins and blocks placed of a player in FastBuilder.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
playerstringRequired

name or uuid of the player

Query parameters
tokenstringOptional

deprecated

Responses
200

The player has FastBuilder stats.

*/*
get
/fastbuilder/stats/{player}

Global stats of mode

get

Resturns the sum of all games, wins and blocks placed in a certain FastBuilder mode. Additionally this page will return the max time that is manually confirmed by staff. You can also see the maximum number that will be shown in the leaderboard before switching to percentages. You will also find a distribution with all best times and how many players have reached given time.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
modestringRequired

mode to get the stats of

Query parameters
tokenstringOptional

deprecated

Responses
200

OK

*/*
get
/fastbuilder/{mode}/stats
200

OK

These stats will update every 10 seconds.

List of modes

get

Returns a list of all FastBuilder modes.

Responses
200

OK

*/*
get
/fastbuilder/modes
200

OK

Last updated

Was this helpful?