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 Boxscore

Provides player based statistics during the match like free throw attempted/made, field goals attempted/made, 3 points attempted/made and other statistics.

Basketball Match Boxscore 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
dateDATE/STR24/11/2018 00:00:00The starting date of the match, includes also time
idINT287131The id of the match
homeTeam/awayTeam
DataTypeExampleDescription
nameSTRMemphis GrizzliesThe name of the home/away team
shortNameSTRMEMThe short name of the home/away team
mediumNameSTRGrizzliesThe medium name of the home/away team
idINT114The id of the home/away team
player
DataTypeExampleDescription
knownNameSTRRussell WestbrookThe full name of the player
shirtNameSTR0The short name of the player
idINT1620The 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
playingTimeSTR35:31Player’s total playing time in the match
totalPointsINT22Player’s total points count
successfulFreeThrowsINT4Player’s successful free throw count
freeThrowAttemptsINT6Player’s free throw attempt count
freeThrowSuccessRatefLT0.667Player’s free throw success rate
successfulFieldGoalsINT3Player’s successful field goal count
fieldGoalAttemptsINT7Player’s field goal attempt count
fieldGoalSuccessRateFLT0.429Player’s field goal success rate
successfulThreePointShotsINT4Player’s successful three points count
threePointShotAttemptsINT13Player’s three points attempt count
threePointSuccessRateFLT0.308Player’s three points success rate
defensiveReboundsINT4Player’s defensive rebounds count
offensiveReboundsINT2Player’s offensive rebounds count
totalReboundsINT6Player’s total rebounds count
assistsINT5Player’s assist count
turnoversINT4Player’s turnover count
stealsINT3Player’s steal count
blocksINT1Player’s block count
personalFoulsINT3Player’s personal foul count
isStartingBLNtruePlayer is in starting5 or not
onBenchBLNtruePlayer is on the bench or not
dnpBLNtrueMeans player is on the bench but Did Not Play. This parameter is set after the match is finished.
tournament
DataTypeExampleDescription
nameSTREnglish Premier LeagueThe name of the tournament for the match
shortNameSTREPLThe short name of the tournament for the match
idINT2The id of the tournament for the match
stage
DataTypeExampleDescription
nameSTR2018/2019 SeasonThe name of the stage for the match
shortNameSTR18/19The short name of the stage for the match
idINT37295The id of the stage for the match
round
DataTypeExampleDescription
nameSTRRound 24The name of the round for the match
shortNameSTRW24The short name of the round for the match
idINT24The id of the round for the match
2019 - Broadage Sports All rights reserved