osu-api-v2-js
    Preparing search index...

    Interface WithParticipantcount

    API.getSpotlights

    interface WithParticipantcount {
        end_date: Date;
        id: number;
        mode_specific: boolean;
        name: string;
        participant_count: number;
        start_date: Date;
        type: "theme" | "spotlight" | "bestof" | "monthly" | "special";
    }

    Hierarchy (View Summary)

    Index

    Properties

    end_date: Date
    id: number
    mode_specific: boolean

    Pretty sure this is only true when the spotlight has different beatmaps for each ruleset

    name: string
    participant_count: number
    start_date: Date
    type: "theme" | "spotlight" | "bestof" | "monthly" | "special"