screeps-api
    Preparing search index...

    Interface LeaderboardFindResponse

    GET /api/leaderboard/find response

    interface LeaderboardFindResponse {
        _id: string;
        ok: 1;
        rank: number;
        score: number;
        season: string;
        user: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    _id: string
    ok: 1

    An API success response always contains { ok: 1 }

    rank: number
    score: number
    season: string
    user: string