Skip to content

BeatmapInfo

Lekuru edited this page Jan 17, 2024 · 5 revisions

This type contains information about a beatmap, and the user's personal records on the map.

Size Datatype Description
2 sShort Id
4 sInt BeatmapId
4 sInt BeatmapSetId
4 sInt ThreadId
1 char Ranked
1 Grade OsuRank
1 Grade FruitsRank
1 Grade TaikoRank
1 Grade ManiaRank
String Beatmap MD5

Note

The "Ranked" value contains the submission status:

  • 1: Ranked
  • 2: Approved
  • 3: Pending

Note

The "Id" is the index of the requested filename, or -1 if it was a requested BeatmapId.


In versions b20121008 and lower, the ManiaRank is not present anymore:

Size Datatype Description
2 sShort Id
4 sInt BeatmapId
4 sInt BeatmapSetId
4 sInt ThreadId
1 char Ranked
1 Grade OsuRank
1 Grade FruitsRank
1 Grade TaikoRank
String Beatmap MD5
Clone this wiki locally