BedWars

Requesting BedWars stats

Stats of a player (and season)

get

Get the BedWars stats of a player by their UUID or name.

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
seasonstringOptional

season number

Responses
204

The player doesn't have stats in that season.

*/*
get
/bedwars/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

Responses
204

The player doesn't have any BedWars stats.

*/*
get
/bedwars/stats/{player}/all

Top stats (of season)

get

Returns a list of the top BedWars 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
seasonstringOptional

season number

Responses
get
/bedwars/top
200

OK

These stats will update every 10 seconds.

Global stats (of season)

get

Resturns the sums of all countable BedWars statistics.

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
seasonstringOptional

season number

Responses
get
/bedwars/stats
200

OK

These stats will update every 10 seconds.

Current season

get

Returns the current Minesweeper season.

Responses
get
/bedwars/season
200

OK

These stats will update every 10 seconds.

Last updated

Was this helpful?