games.gamesgamesgamesgames.getPopularGames

trezy.codes View official

Documentation

Get popular games ranked by concurrent player count from SteamSpy data.

main query

Get popular games ranked by concurrent player count from SteamSpy data.

Parameters

limit integer Optional

No description available.

Output

Encodingapplication/json
games 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
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "games"
      ],
      "properties": {
        "games": {
          "type": "array",
          "items": {
            "ref": "games.gamesgamesgamesgames.defs#gameSummaryView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "limit": {
        "type": "integer",
        "default": 20,
        "maximum": 100,
        "minimum": 1
      }
    }
  },
  "description": "Get popular games ranked by concurrent player count from SteamSpy data."
}

Lexicon Garden

@