Minesweeper

Requesting Minesweeper stats

Stats of a player (and season)

get

Get the Minesweeper stats of a player by their UUID or name. 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
playerstringRequired

name or uuid of the player

Query parameters
tokenstringOptional

deprecated

seasonstringOptional

season number

Responses
get
/minesweeper/stats/{player}

Summed season stats of a player

get

Get the summed stats of all seasons of a player.

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

name or uuid of the player

Query parameters
tokenstringOptional

deprecated

Responses
get
/minesweeper/stats/{player}/all

Top stats (of season)

get

Returns a list of the top Minesweeper players of a certain season.

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>.
Query parameters
tokenstringOptional

deprecated

seasonstringOptional

season number

Responses
get
/minesweeper/top
200

OK

These stats will update every 10 seconds.

Global stats (of season)

get

Resturns the sum of all games, wins and mines defused in Minesweeper.

If you don't provide a specific season, the API will return the sums of all seasons.

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

deprecated

seasonstringOptional

season number or "all"

Responses
get
/minesweeper/stats
200

OK

These stats will update every 10 seconds.

Current season

get

Returns the current Minesweeper season.

Responses
get
/minesweeper/season
200

OK

These stats will update every 10 seconds.

Last updated

Was this helpful?