Endpoint
For full contest mode rankings (not limited to first 1000), use the
/leaderboard/team/contest/{raid} endpoint instead.Path Parameters
The activity identifier (path name). Examples:
vaultofglassdeepstonekingsfailrootofnightmaressalvationsedge
/manifest endpoint to get all available activity paths.The version identifier for the activity. Examples:
normal- Standard difficultymaster- Master difficultycontest- Contest mode
/manifest to see valid activity-version combinations.Query Parameters
Number of entries to return per page. Must be between 10 and 100.
Page number of leaderboard data. Ignored if
search is provided. Must be greater than 0.Search for a specific player by membershipId. Returns results centered around teams containing that player. Pattern:
^\d+n?$Response
Always
"team" for this endpointAlways
"duration" - values represent completion time in secondsCurrent page number
Number of entries returned
Array of team leaderboard entries
Example Request
Example Response
Error Responses
The activity and version combination is invalid
Returned when searching for a player who is not on this leaderboard
Invalid path parameters
Invalid query parameters