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

    Interface WithPosition

    API.getRoomLeaderboard

    interface WithPosition {
        accuracy: number;
        attempts: number;
        completed: number;
        position: number;
        pp: number;
        room_id: number;
        total_score: number;
        user: WithCountry;
        user_id: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accuracy: number

    In a format where 96.40% would be 0.9640 (likely with some numbers after the zero)

    attempts: number
    completed: number
    position: number
    pp: number
    room_id: number
    total_score: number
    user_id: number