Skip to main content

Get BeatLeader Score Stats

GET /beatleader/scorestats/:scoreId Fetch detailed score statistics from BeatLeader for a specific score.
number
required
The score ID
object
Comprehensive score statistics from BeatLeader including accuracy breakdown, hand stats, and timing analysis

Example Request

Example Response


Get BeatLeader Replay

GET /beatleader/replay/:scoreId Redirect to the raw BeatLeader replay file for download.
string
required
The score ID with .bsor extension (e.g., 123456789.bsor)
string
HTTP 302 redirect to the BeatLeader replay file URL

Example Request

Response

This endpoint returns an HTTP 302 redirect to the actual replay file hosted on BeatLeader’s CDN. The replay file will be in .bsor format, which can be opened in Beat Saber replay viewers.

Usage Example

Error Response

If the replay is not found: