Skip to content
apollo edited this page Jan 24, 2023 · 1 revision

all responses are in json. retrieve ur api key from the settings page

/api/set/{setid}?key={apikey}

gets a set's beatmaps

/api/beatmap/{beatmapid}?key={apikey}

gets a beatmap

/api/user/{userid}/ratings?key={apikey}&year={year}&score={score}

gets a user's ratings, with a year filter and a score filter. filters optional

/api/rate/{beatmapid}?key={apikey}&score={score}

rates a beatmap on the api key owner's behalf, score is score (0.5, 1, 1.5, etc)

Clone this wiki locally