Skip to content
cyperdark edited this page May 9, 2022 · 1 revision

Download replay file for specified score

Authentication

const { auth } = require('osu-api-extended');
auth.set_v1(api_key);

Function

await v1.replay()

Parameters

Parameter Type Description
id number id of the beatmap
user number id of the user
mode string osu or fruits or mania or taiko
score_id number id of the score
mods string/number Name of the mods HDDT or mods number 72
type string u is a user_id or a username. Use string for usernames or id for user_ids
dest string Path to the folder
file string File name (without extension)

Response

File path

[v3.x.x] Documentation


[v2.x.x] Documentation

Clone this wiki locally