faceit_getTeamStats
Retrieve aggregated statistics for a team in a specific game on FACEIT. Provide team_id and game_id to get team stats.
Instructions
Retrieve statistics of a team
Use for a team's aggregated statistics in a specific game. Not for tournament-specific or match-specific stats.
Endpoint: GET /teams/{team_id}/stats/{game_id}
Parameters:
team_id (path, str, required): The id of the team
game_id (path, str, required): A game on FACEIT
Returns: Team stats
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | ||
| game_id | Yes |