get_transfer_rumours_by_date_range
Retrieve football transfer rumours for a specified date range. Use start and end dates to filter and include related entities like player, teams, and type.
Instructions
Get transfer rumours 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. |