get_round_by_id
Fetch detailed information for a specific football round by its ID, with options to include related data such as league, season, or fixtures.
Instructions
Get a single round by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Round ID. | |
| include | No | Semicolon-separated includes. e.g. league;season;stage;fixtures;statistics | |
| 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. |