get_transfer_rumours_by_player_id
Fetch transfer rumours for a specific player using their ID to monitor speculation and potential moves.
Instructions
Get transfer rumours for a specific player.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_id | Yes | Player 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. |