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

    Interface Ranking

    API.getUserRanking

    interface Ranking {
        cursor: { page: null | number };
        ranking: User.Statistics.WithUser[];
        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

    total: number

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