get_transfer_rumours_by_team_id
Retrieve transfer rumours for any football team by providing its team ID. Filter by player, teams, and type.
Instructions
Get transfer rumours for a specific team.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | Team ID. | |
| include | No | Semicolon-separated includes. e.g. player;fromTeam;toTeam;type | |
| 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. |