logologo
WIDGETSAPIPRICINGCOVERAGESUPPORT

Basketball API Tech Docs

Tech Docs Index

  • Documentation+
  • Widgets+
  • Lookups+
  • Global API+
  • Soccer API+
  • Basketball API+
  • Football API+
  • Baseball API+
  • Ice Hockey API+
  • Volleyball API+
  • Handball API+
  • Table Tennis API+
  • Tennis API+

Basketball API Match Game Leaders

Provides the top player statistics in points, assists and rebounds during the match.

Basketball Match Game Leaders Request URL

GET

References / Dependencies

 Tournament ID  The id of the tournament. You can find list of the tournament from Tournament List endpoint 
 Stage / Round Structure  Stage / Round structures change tournament by tournament. You can find the structures with Tournament Id from Tournament Info endpoint 
 Matches from Fixture  Match Ids can be retrieved from The fixture of the tournament. You can find all matches of the tournament from Tournament Fixture endpoint 
 Matches from Match List  Match Ids can be retrieved from The Daily Match List. You can find all matches in 7-days period from Match List endpoint 

Call Rate / Interval

Recommended API Call Interval at live: 6 Request / Minute  Recommended API Call Interval at 1 hour after game end: 2 Request / Minute Recommended API Call Interval at more than 1 hour after game end: 6 Request / Hour 

Request Headers

DataTypeO / RExampleDescription
languageIdINTR{languageId}The id of the language that you select.
Ocp-Apim-Subscription-KeySTR
R{yourOcp-Apim-Subscription-Key}Your account key.
AcceptSTROapplication/xmlSelection of data presentation type as XML/JSON.
 *O= Optional, R= Required

Request Parameters

DataTypeO / RExampleDescription
matchIdINTR{matchId}The id of the match

Response Output

Response Output Definitions

match

DataTypeExampleDescription
idINT1363598The id of the match
dateDATE/STR03/04/2019 19:00:00The date of the match
tournament
DataTypeExampleDescription
nameSTRNBAThe name of the tournament for the match
shortNameSTRNBAThe short name of the tournament for the match
idINT1The id of the tournament for the match
stage
DataTypeExampleDescription
nameSTRRegular SeasonThe name of the stage for the match
shortNameSTRNSThe short name of the stage for the match
idINT16803The id of the stage for the match
round
DataTypeExampleDescription
nameSTRRound 7The name of the round for the match
shortNameSTRW7The short name of the round for the match
idINT7The id of the round for the match
homeTeam/awayTeam
DataTypeExampleDescription
nameSTRCharlotte HornetsThe name of the home/away team
mediumNameSTRHornetsThe short name of the home/away team
shortNameSTRCHAThe short name of the home/away
idINT103The id of the home/away
assist
player
DataTypeExampleDescription
knownNameSTRMalik MonkThe full name of the player
shirtNumberINT1The shirt number of the player
idINT16912the id of the player
country
DataTypeExampleDescription
nameSTRU.S.AThe name of the country
shortNameSTRUSAThe short name of the country
idINT18The id of the country
statistics
DataTypeExampleDescription
assistsINT3Player’s total assist count in the match
turnoversINT0Player’s total turnover count in the match
stealsINT0Player’s total steal count in the match
point
player
DataTypeExampleDescription
knownNameSTRJeremy LambThe full name of the player
shirtNumberINT3The shirt number of the player
idINT1618the id of the player
country
DataTypeExampleDescription
nameSTRU.S.AThe name of the country
shortNameSTRUSAThe short name of the country
idINT18The id of the country
statistics
DataTypeExampleDescription
totalPointsINT22Player’s total points count in the match
successfulFreeThrowsINT9Player’s successful free throws count in the match
freeThrowAttemptsINT9Player’s free throw attempt count in the match
successfulFieldGoalsINT5Player’s successful field goal count in the match
fieldGoalAttemptsINT10Player’s field goal attempt count in the match
successfulThreePointShotsINT1Player’s successful three points count in the match
threePointShotAttemptsINT2Player’s three points attempt count in the match
rebound
player
DataTypeExampleDescription
knownNameSTRJohn CollinsThe full name of the player
shirtNumberINT20The shirt number of the player
idINT16902the id of the player
country
DataTypeExampleDescription
nameSTRU.S.AThe name of the country
shortNameSTRUSAThe short name of the country
idINT18The id of the country
statistics
DataTypeExampleDescription
defensiveReboundsINT8Player’s total defensive rebound count in the match
offensiveReboundsINT2Player’s total offensive rebound count in the match
totalReboundsINT10Player’s total rebound count in the match
2019 - Broadage Sports All rights reserved