Beatmap Packs#

beatmap_pack(self, pack)#

Get a beatmap pack. If you want to retrieve a list of beatmap packs, see see beatmap_packs().

Notes

Implements the Beatmap Pack endpoint.

Parameters:

pack (str) –

Return type:

BeatmapPack

beatmap_packs(self, type=None, cursor_string=None, legacy_only=None)#

Get a list of beatmap packs. If you want to retrieve a specific pack, see beatmap_pack().

Parameters:
  • cursor_string (str | None) – Cursor for pagination.

  • legacy_only (bool | None) – Whether to exclude lazer scores for user completion data. Defaults to False.

  • type (BeatmapPackType | str | None) –

Return type:

BeatmapPacks

Notes

Implements the Beatmap Packs endpoint.