Daily
Requesting info and stats for daily objectives
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.
*/*
204
The player hasn't joined yet today or the plugins aren't in sync.
*/*
get
/objectives/daily/{player}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.
*/*
204
The player has never finished any daily objective.
*/*
get
/objectives/daily/{player}/statsLast updated
Was this helpful?