screeps-api
    Preparing search index...

    Interface ServerListResponse

    POST /api/servers/list response: a curated list of community-run servers

    interface ServerListResponse {
        ok: 1;
        servers: Server[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    ok: 1

    An API success response always contains { ok: 1 }

    servers: Server[]