games.gamesgamesgamesgames.listGames

lexicon.store View official

Documentation

Get a list of games on the network.

main query

Get a list of games on the network.

Parameters

cursor string Optional

No description available.

did string did Optional

A decentralized identifier (DID).

limit integer Optional

No description available.

sort string Optional

Field to sort by (e.g. name, createdAt, indexed_at).

sortDirection string Optional

Sort direction.

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
A decentralized identifier (DID).
Field to sort by (e.g. name, createdAt, indexed_at).
Sort direction.
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": {
      "did": {
        "type": "string",
        "format": "did"
      },
      "sort": {
        "type": "string",
        "default": "indexed_at",
        "description": "Field to sort by (e.g. name, createdAt, indexed_at)."
      },
      "limit": {
        "type": "integer",
        "default": 20,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      },
      "sortDirection": {
        "enum": [
          "asc",
          "desc"
        ],
        "type": "string",
        "default": "desc",
        "description": "Sort direction."
      }
    }
  },
  "description": "Get a list of games on the network."
}

Lexicon Garden

@