games.gamesgamesgamesgames.getStats

trezy.codes View official

Documentation

Get platform-wide statistics: total games, studios, and reviews.

main query

Get platform-wide statistics: total games, studios, and reviews.

Output

Encodingapplication/json
totalGames integer Required

No description available.

totalReviews integer Required

No description available.

totalStudios integer 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": [
        "totalGames",
        "totalStudios",
        "totalReviews"
      ],
      "properties": {
        "totalGames": {
          "type": "integer"
        },
        "totalReviews": {
          "type": "integer"
        },
        "totalStudios": {
          "type": "integer"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Get platform-wide statistics: total games, studios, and reviews."
}

Lexicon Garden

@