ppy / osu-api

Public API for accessing osu! related data.
320 stars 16 forks source link

maps with changing bpm get_beatmaps #271

Closed zivoy closed 4 years ago

zivoy commented 4 years ago

it would be nice if get_beatmaps could also return the range of bpm i.e min/max, instead of just the average for maps with changing bpm.

peppy commented 4 years ago

Right now this is not stored in the database. Eventually it might be, but this is 100% out of scope for APIv1.