API is consistently returning max_combo as 0 on the beatmaps endpoint (on ranked beatmaps) which seems to be unintended behaviour, as the max_combo data is still stored for ranked beatmaps:
that's because the beatmaps table got a max_combo column and its value is used if exists due to one and other things (namely subquery column uses that exact name).
Not to be confused with https://github.com/ppy/osu-web/issues/10566 which removed
max_combo
for graveyarded maps.API is consistently returning
max_combo
as 0 on the beatmaps endpoint (on ranked beatmaps) which seems to be unintended behaviour, as themax_combo
data is still stored for ranked beatmaps: