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

    Interface Playcount

    API.getUserMostPlayed

    interface Playcount {
        beatmap: Beatmap;
        beatmap_id: number;
        beatmapset: Beatmapset;
        count: number;
    }
    Index

    Properties

    beatmap: Beatmap
    beatmap_id: number
    beatmapset: Beatmapset
    count: number

    Playcount