anime_cover
anime_cover: boolean
artist_unicode
artist_unicode: string
availability
availability: { download_disabled: boolean; more_information: null | string }
Type Declaration
download_disabled: boolean
more_information: null | string
can_be_hyped
can_be_hyped: boolean
covers
covers: {
    card: string;
    "card@2x": string;
    cover: string;
    "cover@2x": string;
    list: string;
    "list@2x": string;
    slimcover: string;
    "slimcover@2x": string;
}
current_nominations
current_nominations: {    beatmapset_id: number;    reset: boolean;    rulesets: null | Ruleset[];    user_id: number;}[] deleted_at
deleted_at: null | Date
description
description: { description: string }
discussion_locked
discussion_locked: boolean
favourite_count
favourite_count: number
genre
genre: {    id: Genre;    name:        | "Any"        | "Unspecified"        | "Video Game"        | "Anime"        | "Rock"        | "Pop"        | "Other"        | "Novelty"        | "Hip Hop"        | "Electronic"        | "Metal"        | "Classical"        | "Folk"        | "Jazz";} Optionalhas_favourited
has_favourited?: boolean
hype
hype: null | { current: number; required: number }
is_scoreable
is_scoreable: boolean
language
language: {    id: Language;    name:        | "Any"        | "Unspecified"        | "Other"        | "English"        | "Japanese"        | "Chinese"        | "Instrumental"        | "Korean"        | "French"        | "German"        | "Swedish"        | "Spanish"        | "Italian"        | "Russian"        | "Polish";} last_updated
last_updated: Date
legacy_thread_url
legacy_thread_url: string
nominations_summary
nominations_summary: {
    current: number;
    eligible_main_rulesets: null | ("osu" | "taiko" | "fruits" | "mania")[];
    required_meta: { main_ruleset: number; non_main_ruleset: number };
}
Type Declaration
current: number
eligible_main_rulesets: null | ("osu" | "taiko" | "fruits" | "mania")[]
required_meta: { main_ruleset: number; non_main_ruleset: number }
play_count
play_count: number
preview_url
preview_url: string
ranked_date
ranked_date: null | Date
recent_favourites
recent_favourites: User[] spotlight
spotlight: boolean
status
status:
    | "graveyard"
    | "wip"
    | "pending"
    | "ranked"
    | "approved"
    | "qualified"
    | "loved"
storyboard
storyboard: boolean
submitted_date
submitted_date: null | Date
title_unicode
title_unicode: string
track_id
track_id: null | number
version_count
version_count: number
Obtainable From
API.getBeatmapset / API.lookupBeatmapset