Transfer
Thời gian cập nhật: 2026-06-29 15:31
Introduction
• This API endpoint returns player transfer records across major leagues worldwide.
• By default, returns records updated within the past month. Use the day parameter to extend the lookback window up to 2 years.
• Supported leagues include Premier League, Serie A, La Liga, Bundesliga, Ligue 1, Champions League, and 30+ other competitions globally.
Related Plans
You can use this api by subscribing plans: Live Data.
Request
- Path: /sport/football/transfer
- Method: GET
- Calls: This interface is limited to 300 seconds/call;
- Recommend Calls: 1 day/call
- Parameters:
| Parameter | Value | Required | Description |
|---|---|---|---|
| day | string | false | Number of days to look back. If omitted, defaults to 30 days (e.g., day=1 returns records from the past 24 hours). |
Response
| Parameter | Value | Description |
|---|---|---|
| recordId | string | Unique transfer record ID (auto-increment) |
| playerId | string | |
| transferTime | int | Transfer effective date (Unix timestamp, GMT+0). 0 if not confirmed |
| endTime | int | Contract expiry date (Unix timestamp, GMT+0). 0 if not applicable or open-ended |
| fromTeam | string | Name of the club the player transferred from |
| fromTeamId | string | ID of the club the player transferred from |
| toTeam | string | Name of the club the player transferred to |
| toTeamId | string | ID of the club the player transferred to |
| money | long | Transfer fee in euros (thousands). e.g., 500 = €500,000, 3000 = €3,000,000 |
| season | string | Season of the transfer e.g., 2025-2026 |
| type | string | Transfer type: Owned Wholly / Loan / Free Transfer / End Loan / Owned Jointly |
| modifyTime | int | Timestamp of when this record was last added or modified (Unix timestamp, GMT+0) |
Example Request

English
Tiếng Việt
ภาษาไทย 