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

    Interface WithCountryCoverGroupsTeamStatisticsrulesets

    API.getUsers

    interface WithCountryCoverGroupsTeamStatisticsrulesets {
        avatar_url: string;
        country: Miscellaneous.Country;
        country_code: string;
        cover: { custom_url: string | null; id: number | null; url: string };
        default_group: string;
        groups: {
            colour: string | null;
            has_listing: boolean;
            has_playmodes: boolean;
            id: number;
            identifier: string;
            is_probationary: boolean;
            name: string;
            playmodes: ("osu" | "taiko" | "fruits" | "mania")[] | null;
            short_name: string;
        }[];
        id: number;
        is_active: boolean;
        is_bot: boolean;
        is_deleted: boolean;
        is_online: boolean;
        is_supporter: boolean;
        last_visit: Date
        | null;
        pm_friends_only: boolean;
        profile_colour: string | null;
        statistics_rulesets: {
            fruits?: User.Statistics;
            mania?: User.Statistics;
            osu?: User.Statistics;
            taiko?: User.Statistics;
        };
        team: | {
            flag_url: string
            | null;
            id: number;
            name: string;
            short_name: string;
        }
        | null;
        username: string;
        variants?: {
            country_rank: number
            | null;
            global_rank: number | null;
            mode: "osu" | "taiko" | "fruits" | "mania";
            pp: number;
            variant: "4k" | "7k";
        }[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    avatar_url: string
    country_code: string
    cover: { custom_url: string | null; id: number | null; url: string }
    default_group: string
    groups: {
        colour: string | null;
        has_listing: boolean;
        has_playmodes: boolean;
        id: number;
        identifier: string;
        is_probationary: boolean;
        name: string;
        playmodes: ("osu" | "taiko" | "fruits" | "mania")[] | null;
        short_name: string;
    }[]
    id: number
    is_active: boolean
    is_bot: boolean
    is_deleted: boolean
    is_online: boolean
    is_supporter: boolean
    last_visit: Date | null
    pm_friends_only: boolean
    profile_colour: string | null
    statistics_rulesets: {
        fruits?: User.Statistics;
        mania?: User.Statistics;
        osu?: User.Statistics;
        taiko?: User.Statistics;
    }
    team:
        | {
            flag_url: string
            | null;
            id: number;
            name: string;
            short_name: string;
        }
        | null
    username: string
    variants?: {
        country_rank: number | null;
        global_rank: number | null;
        mode: "osu" | "taiko" | "fruits" | "mania";
        pp: number;
        variant: "4k" | "7k";
    }[]

    Exists only if include_variant_statistics was ever specified to be true in a request