Skip to content
cyperdark edited this page Mar 31, 2023 · 4 revisions

Download score replay file

Authentication

const { auth } = require('osu-api-extended');
await auth.login_lazer(username, password);

Function

await v2.scores.download(score_id, mode, file_path)

Parameters

Parameter Type Description
score_id number id of the score
mode string osu or fruits or mania or taiko
file_path string File path with .osr at the end

Response

path to replay file

[v3.x.x] Documentation


[v2.x.x] Documentation

Clone this wiki locally