logologo
WIDGETSAPIPRICINGCOVERAGESUPPORT

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

Football API Game Leaders

Provides the top player statistics in passing, rushing and receiving during the match.

Football Game Leaders 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
idINT17404The id of the match
dateDATE/STR09/09/2018 17:00:00The date of the match
tournament
DataTypeExampleDescription
nameSTRNational Football LeagueThe name of the tournament for the match
shortNameSTRNFLThe short name of the tournament for the match
idINT1The id of the tournament for the match
stage
DataTypeExampleDescription
nameSTRRegular SeasonThe name of the stage for the match
shortNameSTRNSThe short name of the stage for the match
idINT717The id of the stage for the match
round
DataTypeExampleDescription
nameSTRRound 1The name of the round for the match
shortNameSTRW1The short name of the round for the match
idINT1The id of the round for the match
homeTeam/awayTeam
DataTypeExampleDescription
nameSTRNew Orleans SaintsThe name of the home/away team
mediumNameSTRSaintsThe short name of the home/away team
shortNameSTRNOThe short name of the home/away
idINT26The id of the home/away
passing
player
DataTypeExampleDescription
knownNameSTRRyan FitzpatrickThe full name of the player
nameSTRRyanThe first name of the player
middleNameSTRJosephThe middle name of the player
lastNameSTRFitzpatrickThe last name of the player
shirtNumberINT14The shirt number of the player
idINT1240the id of the player
country
DataTypeExampleDescription
nameSTRU.S.AThe name of the country
shortNameSTRUSAThe short name of the country
idINT18The id of the country
position
DataTypeExampleDescription
nameSTRQuarterBackThe name of the position
shortNameSTRQBThe short name of the position
idINT4The id of the position
positionTypeIdINT1The id of the position type
statistics
DataTypeExampleDescription
attemptedPassINT28Player’s total attempted pass count in the match
completedPassINT21Player’s total completed pass count in the match
interceptedPassINT0Player’s total intercepted pass count in the match
passingNetYardsINT417Player’s total net yards of passing in the match
passingTDINT4Player’s total passing touchdown count in the match
rushing
player
DataTypeExampleDescription
knownNameSTRPeyton BarberThe full name of the player
nameSTRPeytonThe first name of the player
middleNameSTR
The middle name of the player
lastNameSTRBarberThe last name of the player
shirtNumberINT25The shirt number of the player
idINT473the id of the player
country
DataTypeExampleDescription
nameSTRU.S.AThe name of the country
shortNameSTRUSAThe short name of the country
idINT18The id of the country
position
DataTypeExampleDescription
nameSTRRunningBackThe name of the position
shortNameSTRRBThe short name of the position
idINT5The id of the position
positionTypeIdINT1The id of the position type
statistics
DataTypeExampleDescription
totalRushingPlaysINT19Player’s total rushing plays count in the match
rushingNetYardsINT69Player’s total net yards of rushing in the match
rushingTDsINT
Player’s total rushing touchdown count in the match
receiving
player
DataTypeExampleDescription
knownNameSTRMike EvansThe full name of the player
nameSTRMichaelThe first name of the player
middleNameSTRLynnThe middle name of the player
lastNameSTREvans IIIThe last name of the player
shirtNumberINT13The shirt number of the player
idINT51the id of the player
country
DataTypeExampleDescription
nameSTRU.S.AThe name of the country
shortNameSTRUSAThe short name of the country
idINT18The id of the country
position
DataTypeExampleDescription
nameSTRWideReceiverThe name of the position
shortNameSTRWRThe short name of the position
idINT6The id of the position
idINT1The type id of the position
statistics
DataTypeExampleDescription
receptionINT7Player’s total reception count in the match
totalReceivingYardsINT147Player’s total net yards of reception in the match
receptionTDINT1Player’s total reception touchdown count in the match
2019 - Broadage Sports All rights reserved