Skip to main content

Search Leaderboards

GET /leaderboard/search Search ScoreSaber leaderboards with comprehensive filtering options.
number
default:"1"
Page number for pagination
boolean
Filter for ranked maps only
boolean
Filter for qualified maps only
boolean
Filter for verified maps only
number
Category ID for filtering (e.g., 0 for trending, 1 for date ranked)
number
Minimum star difficulty
number
Maximum star difficulty
number
Sort order (0 for ascending, 1 for descending)
Search query for song name or mapper
array
Array of matching leaderboards
object
Pagination metadata including total results and current page

Example Request

Example Response


Get Ranking Request Queue

GET /leaderboard/ranking-queue Fetch the current ScoreSaber ranking request queue showing maps pending review.
array
Array of ranking requests currently in the queue

Example Request

Example Response


Get Leaderboard by ID

GET /leaderboard/by-id/:leaderboardId Fetch detailed leaderboard information by leaderboard ID, including BeatSaver data and star change history.
number
required
The ScoreSaber leaderboard ID
object
Complete leaderboard information
object
BeatSaver map information including download URL, uploader, ratings
array
History of star rating changes for this leaderboard

Example Request

Example Response


Get Leaderboard by Hash

GET /leaderboard/by-hash/:hash/:difficulty/:characteristic Fetch leaderboard information by map hash, difficulty, and characteristic.
string
required
The map hash (e.g., abc123def456)
'Easy' | 'Normal' | 'Hard' | 'Expert' | 'ExpertPlus'
required
The difficulty level
'Standard' | 'OneSaber' | 'NoArrows' | 'Lawless' | '90Degree' | '360Degree' | 'Lightshow'
required
The map characteristic
object
Complete leaderboard information
object
BeatSaver map information
array
History of star rating changes

Example Request

Example Response


Get Play Count by HMD

GET /leaderboard/play-count-by-hmd/:leaderboardId Fetch the play count breakdown by headset type for a specific leaderboard.
number
required
The leaderboard ID
object
Object mapping HMD types to play counts

Example Request

Example Response