screeps-api
    Preparing search index...

    Interface LeaderboardSeasonsResponse

    GET /api/leaderboard/seasons response

    interface LeaderboardSeasonsResponse {
        ok: 1;
        seasons: { _id: string; date: string; name: string }[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    ok: 1

    An API success response always contains { ok: 1 }

    seasons: { _id: string; date: string; name: string }[]

    Type Declaration

    • _id: string

      YYYY-MM

    • date: string

      ISO 8601 season start timestamp

    • name: string