screeps-api
    Preparing search index...

    Interface SeasonsCurrentResponse

    GET /api/seasons/current response

    interface SeasonsCurrentResponse {
        createdAt: string;
        endDate: string;
        index: number;
        ok: 1;
        rank: number;
        startDate: string;
        title: string;
        updatedAt: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createdAt: string

    Date/time at which this season was published (ISO 8601 UTC)

    endDate: string

    Season end date/time (ISO 8601 UTC)

    index: number

    The season ordinal (ex: 5 for season 5, 8 for season 8)

    ok: 1

    An API success response always contains { ok: 1 }

    rank: number

    Your current ranking on the seasonal leaderboard

    startDate: string

    Season start date/time (ISO 8601 UTC)

    title: string

    Name of the season (ex: "Season 8")

    updatedAt: string

    Date/time at which this season was last updated (ISO 8601 UTC)