Endpoint
Path Parameters
The leaderboard category to retrieve. Must be one of:
clears- Total raid completionsfull-clears- Total full (fresh) raid completionssherpas- Total sherpa runs (helping first-time raiders)speedrun- Fastest completion times (duration format)world-first-rankings- World first race performance scoresin-raid-time- Total time spent in raids
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 that player’s position. Pattern:
^\d+n?$Response
The response varies based on the category. Some categories return individual entries, while others return team entries.Either
"individual" or "team" depending on the categoryEither
"duration" or "numerical" indicating the value formatCurrent page number
Number of entries returned
Array of leaderboard entries
Example Request
Example Response
Error Responses
Returned when searching for a player who is not on the leaderboard
Invalid category parameter
Invalid query parameters (count, page, or search)