games.gamesgamesgamesgames.feed.getSimilarGamesFeed

lexicon.store View official

Documentation

Get games similar to a given game using vector similarity.

main query

Get games similar to a given game using vector similarity.

Parameters

limit integer Optional

No description available.

uri string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

Output

Encodingapplication/json
feed 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
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "feed"
      ],
      "properties": {
        "feed": {
          "type": "array",
          "items": {
            "ref": "games.gamesgamesgamesgames.defs#gameFeedViewItem",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "uri"
    ],
    "properties": {
      "uri": {
        "type": "string",
        "format": "at-uri"
      },
      "limit": {
        "type": "integer",
        "default": 5,
        "maximum": 10,
        "minimum": 1
      }
    }
  },
  "description": "Get games similar to a given game using vector similarity."
}

Lexicon Garden

@