NBA Transfer
Update Time: 2022-05-30 10:28
Introduction
• This API endpoint returns the transfer record of the NBA.
• Without parameters: return transfer data within one month.
• With parameters: day=n, return transfer data within n days.
Related Plans
You can use this api by subscribing plans: Live Data.
Request
- Path: /sport/basketball/transfer
- Method: GET
- Calls: This interface is limited to 300 second/call;
- Recommend Calls: 1 day/call
- Parameters:
| Parameter | Value | Required | Description |
|---|---|---|---|
| day | string | false | If day = 10, it will return transfer data within 10 days; Cap is 400 days. |
Response
| Parameter | Value | Description |
|---|---|---|
| recordId | string | |
| playerId | string | |
| transferTime | int | Unix timestamp |
| fromTeam | string | |
| fromTeamId | string | |
| toTeam | string | |
| toTeamId | string | |
| season | string | |
| type | string | Return text directly, including 8 types: free signing, contract extension, draft, trade, suspension, termination, 10-day contract, coach transfer. |
Example Request
Example Response
{}
Tiếng Việt
ภาษาไทย 