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 Summary

Provides only the match summary.

Basketball Match Summary 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: 1 Request / Hour  Daily Max API Call: 24 Requests per Match 

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
dateINTR{matchId}id of the match

Response Output

 sample - 1 

Response Output Definitions

match

DataTypeExampleDescription
dateDATE/STR03/03/2019 23:00:00The starting date of the match, includes also time
idINT287813The id of the match
homeTeam/awayTeam
DataTypeExampleDescription
nameSTRDetriot PistonsThe full name of the home/away team
shortNameSTRDETThe short name of the home/away team
mediumNameSTRPistonsThe medium name of the home/away team
idINT108The id of the home/away team
score
DataTypeExampleDescription
regularINT100The regular score of the match for home/away team
halfTimeINT48The half-time score of the match for home/away team
currentINT112The current score of the match (live and post) for home/away team
quarter1INT6The 1st quarter score of the match for home/away team
quarter2INT6The 2nd quarter score of the match for home/away team
quarter3INT6The 3rd quarter score of the match for home/away team
quarter4INT6The 4th quarter score of the match for home/away team
overTimeINT12The overtime score of the match for home/away team
status
DataTypeExampleDescription
nameSTRFinished A.E.TThe name of the status
shortNameSTRAETThe short name of the status
idINT9The id of the status
gameClock (Can be null for unsupported tournaments)
DataTypeExampleDescription
minuteINT1The remaining minute of the match’s current quarter
secondINT45The remaining second of the match’s current quarter
info
stadium
DataTypeExampleDescription
nameSTRLittle Caesars ArenaThe name of the stadium
idINT805The id of the stadium
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 21The name of the round
shortNameSTRW21The short name of the round
idINT21The id of the round
2019 - Broadage Sports All rights reserved