This endpoint now seems to return both Lazer scores and legacy scores. At the moment I am only interested in legacy scores. I am aware I can add legacy_only=1 to the URL to achieve this, however the score fields in the response will still contain the Lazer scores, not the legacy scores. I'd have the legacy scores in that response as well.
Endpoint: https://osu.ppy.sh/docs/index.html#get-beatmap-scores
This endpoint now seems to return both Lazer scores and legacy scores. At the moment I am only interested in legacy scores. I am aware I can add
legacy_only=1
to the URL to achieve this, however thescore
fields in the response will still contain the Lazer scores, not the legacy scores. I'd have the legacy scores in that response as well.For example for this beatmap: https://osu.ppy.sh/beatmapsets/1061947#osu/2251927 The API returns the following topscore:
However his actual score is 15,327,012 as seen on the website. The
score
field contains 1119360, even though I asked for legacy_only specifically.