faceit_getAllGames
Retrieve a complete list of games on the FACEIT platform, including CS2 and Dota 2, to find valid game identifiers for subsequent API calls.
Instructions
Retrieve details of all games on FACEIT
Use to enumerate every game supported on FACEIT (CS2, Dota 2, LoL, etc.). Often the first step to discover valid game_id values for other tools.
Endpoint: GET /games
Parameters:
offset (query, int | None (min 0)): The starting item position
limit (query, int | None (min 1, max 100)): The number of items to return
Returns: Games list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | ||
| limit | No |