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:
ParameterValueRequiredDescription
daystringfalseIf day = 10, it will return transfer data within 10 days;

Cap is 400 days.

Response

ParameterValueDescription
recordId string
playerId string
transferTime intUnix 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

{}
    • This API endpoint returns the transfer record of the NBA.\n\n • Without parameters: return transfer data within one month. \n\n • With parameters: day=n, return transfer data within n days.

    NBA TransferiSportsAPI

    Contact