dev.tsunagite.listGames

tsunagite.dev

Documentation

Batch game fetch

main query

Batch game fetch

Parameters

cursor string Optional

Opaque string - receive from a previous request as the `cursor` value

limit integer Optional

How many records to return.

player string at-identifier Optional

The handle or DID of the player to search for profile records on. Will only return games the player has a profile for.

Output

Encodingapplication/json
cursor string Optional

Opaque string - pass back in a future request as the `cursor` value

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
Opaque string - receive from a previous request as the `cursor` value
How many records to return.
The handle or DID of the player to search for profile records on. Will only return games the player has a profile for.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "games"
      ],
      "properties": {
        "games": {
          "type": "array",
          "items": {
            "ref": "dev.tsunagite.game",
            "type": "ref"
          }
        },
        "cursor": {
          "type": "string",
          "description": "Opaque string - pass back in a future request as the `cursor` value"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "limit": {
        "type": "integer",
        "default": 20,
        "maximum": 100,
        "description": "How many records to return."
      },
      "cursor": {
        "type": "string",
        "description": "Opaque string - receive from a previous request as the `cursor` value"
      },
      "player": {
        "type": "string",
        "format": "at-identifier",
        "description": "The handle or DID of the player to search for profile records on. Will only return games the player has a profile for."
      }
    }
  },
  "description": "Batch game fetch"
}

Lexicon Garden

@