screeps-api
    Preparing search index...

    Interface WarpathBattlesResponse

    Response from GET /api/warpath/battles on a game server, or any GET * /battles.json endpoints on Voight-Kampff

    interface WarpathBattlesResponse {
        ok: 1;
        shards: { [shardName: string]: WarpathBattle[] };
        timestamp: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    ok: 1

    An API success response always contains { ok: 1 }

    shards: { [shardName: string]: WarpathBattle[] }

    A list of conflicts indexed by shard

    timestamp: string

    ISO 8601 time at which the last scan was conducted