NBA Transfer

Update Time: 2022-03-25 15:30

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: /basketball_th/transfer.aspx
  • Method: GET
  • Calls: This interface is limited to 10 minute/call.
  • Recommend Calls: 1 day/call
  • Parameters:
Parameter Value Required Description
day int false If day = 10, it will return transfer data within 10 days;

Cap is 365 days.

Response

Parameter Value Description
recordId int
playerId int
transferTime date GMT +7 (Bangkok Time)
fromTeam string
fromTeamId int
toTeam string
toTeamId int
season string
type string Return text directly, including 8 types:
free signing, contract extension, draft, trade, suspension, termination, 10-day contract, coach transfer.
    • 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 Transfer iSportsAPI