games.gamesgamesgamesgames.getGenreCounts

trezy.codes View official

Documentation

Get game counts grouped by genre.

main query

Get game counts grouped by genre.

Output

Encodingapplication/json
genres 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)
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "genres"
      ],
      "properties": {
        "genres": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "genre",
              "count"
            ],
            "properties": {
              "count": {
                "type": "integer"
              },
              "genre": {
                "type": "string"
              }
            }
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Get game counts grouped by genre."
}

Lexicon Garden

@