get_transfers_by_date_range
Retrieve transfers occurring between two dates. Specify start and end dates; optionally include player and team details.
Instructions
Get transfers within a date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | Yes | Start date YYYY-MM-DD. | |
| end_date | Yes | End date YYYY-MM-DD. | |
| 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. |