logologo
WIDGETSAPIPRICINGCOVERAGESUPPORT

Soccer 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+

Soccer API Match Commentary

Provides the live commentary of the match.

Soccer Match Commentary 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: 12 Request / Minute  Recommended API Call Interval at 1 hour after game end: 1 Request / Minute Recommended API Call Interval at more than 1 hour after game end: 4 Request / Hour 

IMPORTANT


  • This data can be retrieved for only ± 7 days.
  • Please, start your requesting 45 or 60 mins before the match is started. Because the lineup is served 45 or 60 mins before the match.
  • Always compare your comments id by id on your side when you retrieved the data from endpoints.
    • If you can not find the same commentId on your side, please delete the event on your side.
    • If you find the CommentId on your side, please always update your event objects such as player name and minute on your side.

Request Headers

DataTypeO / RExampleDescription
languageIdINTR{languageId}The id of the language that you select.
Ocp-Apim-Subscription-KeySTRR{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
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 12The name of the round for the match
shortNameSTRW12The short name of the round for the match
idINT12The id of the round for the match
homeTeam/awayTeam
DataTypeExampleDescription
nameSTRManchester CityThe name of the home/away team for the match
mediumNameSTRMan. CityThe short name of the home/away team for the match
shortNameSTRMCFCThe short name of the home/away for the match
idINT269The id of the home/away for the match
comments
comment
DataTypeExampleDescription
teamIdINT269The team id of the comment
minuteINT12The minute of the comment
orderNoINT3The priority number of the comment, if its occured in same minute
homeTeamScoreSTR1The score of the home team at that moment
awayTeamScoreSTR1The score of the away team at that moment
idINT10609835the id of the comment
textSTRGOAL! İlkay Gündoğan makes the score of his team +2.the editorial text of the comment
type
DataTypeExampleDescription
nameSTRGoalThe name of the comment's event type
shortNameSTRGThe short name of the comment's event type
idINT6the id of the comment's event type




2019 - Broadage Sports All rights reserved