screeps-api
    Preparing search index...

    Interface ScoreboardListResponse

    GET /api/scoreboard/list response

    interface ScoreboardListResponse {
        meta: { length: number };
        ok: 1;
        users: ScoreboardUser[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    meta: { length: number }

    Type Declaration

    • length: number

      The total number of players who have spawned on this season's map

    ok: 1

    An API success response always contains { ok: 1 }

    A page of player leaderboard results