get_transfer_by_id
Retrieve details of a specific football transfer by its ID. Returns transfer information including player, teams, and type.
Instructions
Get a single transfer by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Transfer 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. |