faceit_getGame
Retrieve details of a specific game using its unique game ID slug.
Instructions
Retrieve game details
Use to fetch the canonical record for one game by its game_id (string slug). Call getParentGame if the id points to a region-specific variant and you want the parent.
Endpoint: GET /games/{game_id}
Parameters:
game_id (path, str, required): The id of the game
Returns: Game detail
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game_id | Yes |