osu-api-v2-js
    Preparing search index...
    interface Ranking {
        cursor: { page: null | number };
        ranking: {
            active_users: number;
            code: string;
            country: Miscellaneous.Country;
            performance: number;
            play_count: number;
            ranked_score: number;
        }[];
        total: number;
    }
    Index

    Properties

    Properties

    cursor: { page: null | number }

    Type declaration

    • page: null | number

      The number of the next page, is null if no more results are available

    ranking: {
        active_users: number;
        code: string;
        country: Miscellaneous.Country;
        performance: number;
        play_count: number;
        ranked_score: number;
    }[]

    Type declaration

    • active_users: number
    • code: string

      Same as country.code

    • country: Miscellaneous.Country
    • performance: number
    • play_count: number
    • ranked_score: number
    total: number

    Total amount of elements available across all pages, not on this specific page! Maximum of 10000