get_season_statistics_by_participant
Fetch aggregated season statistics for a participant (team or player) using a season ID. Supports filtering by statistic types and including related data.
Instructions
Get all season statistics for a participant (team or player) in a season.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season_id | Yes | Season 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. |