faceit_getMatchStats
Fetch detailed statistics of a finished match, including rounds, K/D/A per player, map, and score. Returns empty for matches that have not completed.
Instructions
Retrieve statistics of a match
Use to fetch detailed statistics of a finished match (rounds, K/D/A per player, map, score). Returns empty/404 for matches that have not finished.
Endpoint: GET /matches/{match_id}/stats
Parameters:
match_id (path, str, required): The id of the match
Returns: Match stats
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match_id | Yes |