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 Statistics

Provides the statistics of the match by team based.

Soccer 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 

IMPORTANT


  • This data can be retrieved for only ± 7 days.
  • Please, start your requesting when the match is started. Because, the data will be served when the match is started.

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
idINT1307727The id of the match
dateDATE/STR24/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 31The name of the round for the match
shortNameSTRW31The short name of the round for the match
idINT31The 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
statistics
DataTypeExampleDescription
ballPossessionINT66Ball possession of the home/away team
shotsOnTargetINT4Total shots on target count of the home/away team
shotsOffTargetINT3Total shots off target count of the home/away team
foulsINT10Total fouls count of the home/away team
cornersINT1Total corners count of the home/away team
offsidesINT2Total offsides count of the home/away team
savesINT2Total saves count of the home/away team
yellowCardsINT2Total yellow cards count of the home/away team
secondYellowCardsINT0Total second yellow cards count of the home/away team
redCardsINT0Total red cards count of the home/away team




2019 - Broadage Sports All rights reserved