screeps-api
    Preparing search index...

    Interface ExperimentalPvpResponse

    GET /api/experimental/pvp response

    interface ExperimentalPvpResponse {
        ok: 1;
        pvp: {
            [shardName: string]: {
                rooms: { _id: string; lastPvpTime: number }[];
                time: number;
            };
        };
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    ok: 1

    An API success response always contains { ok: 1 }

    pvp: {
        [shardName: string]: {
            rooms: { _id: string; lastPvpTime: number }[];
            time: number;
        };
    }

    Rooms with current/recent combat activity grouped by shard name