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 Statistics

Provides the statistics of the match by team based.

Basketball Match Statistics 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
idINT287078The id of the match
dateDATE/STR16/11/2018 02:00:00The date of the match
tournament
DataTypeExampleDescription
nameSTRNBAThe name of the tournament
shortNameSTRNBAThe short name of the tournament
idINT9The id of the tournament
stage
DataTypeExampleDescription
nameSTRRegular SeasonThe name of the stage
shortNameSTRNSThe short name of the stage
idINT16803The id of the stage
round
DataTypeExampleDescription
nameSTRRound 5The name of the round
shortNameSTRW5The short name of the round
idINT5The id of the round
homeTeam/awayTeam
DataTypeExampleDescription
nameSTRDenver NuggetsThe name of the home/away team
mediumNameSTRNuggetsThe short name of the home/away team
shortNameSTRDENThe short name of the home/away team
idINT107The id of the home/away team
statistics
DataTypeExampleDescription
successfulFreeThrowsINT19The total successfull free throw count of the team
freeThrowAttemptsINT25The total free throw count of the team
freeThrowSuccessRateFLT0.76The free throw success ratio of the team
successfulFieldGoalsINT40The total successfull field goal count of the team
fieldGoalAttemptsINT63The total field goal count of the team
fieldGoalSuccessRateFLT0.63The field goal success ratio of the team
successfulThreePointShotsINT13The total successfull three points count of the team
threePointShotAttemptsINT31The total three points count of the team
threePointSuccessRateFLT0.41Three points success ratio of the team
defensiveReboundsINT45The total defensive rebounds count of the team
offensiveReboundsINT11The total offensive rebounds count of the team
totalReboundsINT56The total rebounds count of the team
assistsINT34The total assist count of the team
turnoversINT15The total turnover count of the team
stealsINT12The total steal count of the team
blocksINT6The total block count of the team
foulsINT24The total foul count of the team
leadINT46The total lead count of the team
2019 - Broadage Sports All rights reserved