Football V1
Transfers
Retrieve player transfer and contract activity for competitors or competitions, including signings, departures, loans, and contract extensions
GET
List Transfers
Overview
Returns transfer activity including player arrivals, departures, loans, and contract extensions. Each transfer includes athlete details, origin/target clubs, transfer fee (if available), and confirmation status.Query Parameters
Comma-separated list of competitor IDs to retrieve transfers for. Either
competitors or competitions is required.Comma-separated list of competition IDs to retrieve transfers for. Either
competitors or competitions is required.Maximum number of transfers to return.
When
true, only returns confirmed transfers (excludes rumors).Application type identifier (resolved automatically).
Language identifier (resolved automatically).
Timezone for date/time values (auto-resolved, or specify e.g.,
America/New_York). All time and contractUntil fields use ISO 8601 format with a dynamic timezone offset.Country identifier for localization (resolved automatically).
Response Structure
Array of transfer records.
Array of athlete details referenced in transfers.
Array of competitor/club definitions referenced in transfers.
Array of country definitions.
Array of sport definitions.
Transfer Types
| Type ID | Name | Description |
|---|---|---|
| 1 | Permanent Transfer | Standard purchase with transfer fee |
| 2 | Loan | Temporary move to another club |
| 3 | Loan Return | Player returning from loan |
| 4 | Free Transfer | Move without transfer fee (contract expired) |
| 5 | End of Loan | Loan period concluded |
| 6 | Youth Promotion | Promoted from youth/academy team |
| 7 | Released | Contract terminated |
| 8 | Contract Extension | Existing contract renewed |
Status Values
| Status ID | Name | Description |
|---|---|---|
| 1 | Rumor | Unconfirmed transfer speculation |
| 2 | Confirmed | Officially announced transfer |
Position IDs
| Position ID | Name |
|---|---|
| 1 | Goalkeeper |
| 2 | Defender |
| 3 | Midfielder |
| 4 | Forward |
Example Request
Example Response
Use Cases
- Transfer News: Display latest signings and departures for a club
- Transfer Window Activity: Track all moves during transfer windows
- Contract Tracking: Monitor contract extensions and renewals
- Loan Management: View loan moves in and out
- Rumor Mill: Show unconfirmed transfer speculation (with
onlyConfirmed=false)
Notes
- Use
onlyConfirmed=truein production to avoid showing unverified rumors - The
isArrivalandisDepartureflags are relative to the queried competitor - For contract extensions,
originandtargetwill be the same club - The
pricefield may contain fee amounts, descriptions, or ”-” for undisclosed - Athlete details are provided in the
athletesarray, linked byathleteId
Last modified on March 15, 2026
List Transfers