games.gamesgamesgamesgames.search

lexicon.store View official

Documentation

Search across all entity types (games, profiles, platforms, collections, engines).

main query

Search across all entity types (games, profiles, platforms, collections, engines).

Parameters

ageRatings array of string Optional

Filter game results by age rating in 'organization:rating' format (e.g. esrb:M, pegi:Eighteen).

applicationTypes array of string Optional

Filter game results by application type (e.g. game, dlc, bundle). Only applies when types includes game.

cursor string Optional

No description available.

genres array of string Optional

No description available.

includeCancelled boolean Optional

No description available.

includeUnrated boolean Optional

When age rating filters are active, also include games with no age ratings.

limit integer Optional

No description available.

modes array of string Optional

No description available.

playerPerspectives array of string Optional

No description available.

q string Required

No description available.

sort string Optional

No description available.

themes array of string Optional

No description available.

types array of string Optional

No description available.

Output

Encodingapplication/json
cursor string Optional

No description available.

results array Required

No description available.

totalResults integer Optional

Total number of results matching the query above the relevance threshold.

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
Filter game results by age rating in 'organization:rating' format (e.g. esrb:M, pegi:Eighteen).
Filter game results by application type (e.g. game, dlc, bundle). Only applies when types includes game.
When age rating filters are active, also include games with no age ratings.
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",
          "description": "Total number of results matching the query above the relevance threshold."
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "q"
    ],
    "properties": {
      "q": {
        "type": "string",
        "maxLength": 200,
        "minLength": 1
      },
      "sort": {
        "type": "string",
        "knownValues": [
          "name_asc",
          "name_desc",
          "published_asc",
          "published_desc"
        ]
      },
      "limit": {
        "type": "integer",
        "default": 20,
        "maximum": 100,
        "minimum": 1
      },
      "modes": {
        "type": "array",
        "items": {
          "type": "string"
        }
      },
      "types": {
        "type": "array",
        "items": {
          "type": "string",
          "knownValues": [
            "game",
            "profile",
            "platform",
            "collection",
            "engine"
          ]
        }
      },
      "cursor": {
        "type": "string"
      },
      "genres": {
        "type": "array",
        "items": {
          "type": "string"
        }
      },
      "themes": {
        "type": "array",
        "items": {
          "type": "string"
        }
      },
      "ageRatings": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "Filter game results by age rating in 'organization:rating' format (e.g. esrb:M, pegi:Eighteen)."
      },
      "includeUnrated": {
        "type": "boolean",
        "default": false,
        "description": "When age rating filters are active, also include games with no age ratings."
      },
      "applicationTypes": {
        "type": "array",
        "items": {
          "type": "string",
          "knownValues": [
            "addon",
            "bundle",
            "dlc",
            "episode",
            "expandedGame",
            "expansion",
            "fork",
            "game",
            "mod",
            "pack",
            "port",
            "remake",
            "remaster",
            "season",
            "standaloneExpansion",
            "update"
          ]
        },
        "description": "Filter game results by application type (e.g. game, dlc, bundle). Only applies when types includes game."
      },
      "includeCancelled": {
        "type": "boolean",
        "default": false
      },
      "playerPerspectives": {
        "type": "array",
        "items": {
          "type": "string"
        }
      }
    }
  },
  "description": "Search across all entity types (games, profiles, platforms, collections, engines)."
}

Lexicon Garden

@