games.gamesgamesgamesgames.listGames

gamesgamesgamesgames.games

Documentation

Get a list of games on the network.

main query

Get a list of games on the network.

Parameters

limit integer Optional

No description available.

Output

Encodingapplication/json
cursor string Optional

No description available.

games array Required

No description available.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "games"
      ],
      "properties": {
        "games": {
          "type": "array",
          "items": {
            "ref": "games.gamesgamesgamesgames.defs#gameSummaryView",
            "type": "ref"
          }
        },
        "cursor": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "limit": {
        "type": "integer",
        "default": 20,
        "maximum": 100,
        "minimum": 1
      }
    }
  },
  "description": "Get a list of games on the network."
}

Lexicon Garden

@