place.stream.game.search

did:web:stream.place

Documentation

Search for games and other entities via the games.gamesgamesgamesgames catalog. Proxied from the configured games API.

main query

Search for games and other entities via the games.gamesgamesgamesgames catalog. Proxied from the configured games API.

Parameters

cursor string Optional

No description available.

limit integer Optional

No description available.

q string Required

No description available.

Output

Encodingapplication/json
cursor string Optional

No description available.

results array Required

No description available.

totalResults integer Optional

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": [
        "results"
      ],
      "properties": {
        "cursor": {
          "type": "string"
        },
        "results": {
          "type": "array",
          "items": {
            "refs": [
              "games.gamesgamesgamesgames.defs#gameSummaryView",
              "games.gamesgamesgamesgames.defs#profileSummaryView",
              "games.gamesgamesgamesgames.defs#platformSummaryView",
              "games.gamesgamesgamesgames.defs#collectionSummaryView",
              "games.gamesgamesgamesgames.defs#engineSummaryView"
            ],
            "type": "union"
          }
        },
        "totalResults": {
          "type": "integer"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "q"
    ],
    "properties": {
      "q": {
        "type": "string",
        "maxLength": 200,
        "minLength": 1
      },
      "limit": {
        "type": "integer",
        "default": 20,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      }
    }
  },
  "description": "Search for games and other entities via the games.gamesgamesgamesgames catalog. Proxied from the configured games API."
}

Lexicon Garden

@