get_transfer_rumour_by_id
Retrieve a specific transfer rumor by its ID. Get details including player, involved teams, and rumor type.
Instructions
Get a single transfer rumour by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Transfer rumour 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. |