the browser-facing portion of osu!
at master 21 lines 1.3 kB view raw view rendered
1## BeatmapPack 2 3Represent a beatmap pack. 4 5Field | Type | Description 6----------------- | ----------------------- | ----------- 7author | string | 8date | [Timestamp](#timestamp) | 9name | string | 10no_diff_reduction | boolean | Whether difficulty reduction mods may be used to clear the pack. 11ruleset_id | integer | 12tag | string | The tag of the beatmap pack. Starts with a character representing the type (See the `Tag` column of [BeatmapPackType](#beatmappacktype)) followed by an integer. 13url | string | The download url of the beatmap pack. 14 15### Optional Attributes 16 17Field | Type | Description 18----------------------------------- | --------------------------- | ----------- 19beatmapsets | [Beatmapset](#beatmapset)[] | 20user_completion_data.beatmapset_ids | integer[] | IDs of beatmapsets completed by the user (according to the requirements of the pack) 21user_completion_data.completed | boolean | Whether all beatmapsets are completed or not