get_venues_by_season_id
Retrieve all venues used in a specific football season. Provide the season ID and optionally include related data, apply filters, set locale, or paginate results.
Instructions
Get all venues used in a specific season.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season_id | Yes | Season ID. | |
| include | No | Semicolon-separated includes. e.g. country;city | |
| select | No | Comma-separated fields to return. | |
| filters | No | Filters to apply. | |
| locale | No | Language for name fields. | |
| page | No | Page number. | |
| per_page | No | Results per page. |