get_round_statistics_by_id
Retrieve all statistics for a specific round. Supports filtering by season statistic types and including related data like player, team, and stage.
Instructions
Get all statistics for a specific round.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| round_id | Yes | Round ID. | |
| include | No | Semicolon-separated includes. e.g. type;player;team;season;stage;round | |
| select | No | Comma-separated fields to return. | |
| filters | No | Filters. e.g. seasonStatisticTypes:52 | |
| locale | No | Language for name fields. |