API.getSpotlightRanking

interface Spotlight {
    beatmapsets: Beatmapset.Extended[];
    ranking: User.Statistics.WithUser[];
    spotlight: WithParticipantcount;
}

Properties

beatmapsets: Beatmapset.Extended[]