Daily

Requesting info and stats for daily objectives

Daily objective info

get

Returns the currently highlighted category and the next reset time.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

*/*
get
/objectives/daily/info
200

OK

Daily objective info of player

get

Returns the current daily objective of a player and it's progress.

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

name or uuid of the player

Query parameters
languagestringOptional

language to display description in

Responses
200

The player has an active objective.

*/*
get
/objectives/daily/{player}

Daily objective stats of player

get

Returns the daily objective stats of a player.

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

name or uuid of the player

Responses
200

The player has daily objective stats.

*/*
get
/objectives/daily/{player}/stats

Daily objective streaks

get

Returns all stats of players with an active streak ordered by the streak duration and completion time.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

*/*
get
/objectives/daily/streaks
200

OK

Last updated

Was this helpful?