passing

Returns passer production by game.

get/passing/players/games

Query parameters

yearinteger required

Season year. Required.

weekinteger

Week number. Either passerId, team, or week is required.

seasonType'regular' | 'postseason' | 'both' | 'allstar' | 'spring_regular' | 'spring_postseason'

Season type.

teamstring

Team name. Either passerId, team, or week is required.

conferencestring

Conference name or abbreviation.

passerIdstring

Passer athlete ID. Either passerId, team, or week is required.

classification'fbs' | 'fcs' | 'ii' | 'ii/iii' | 'iii'

Division classification. Defaults to fbs.

Response

Ok

attemptsinteger required
completionsinteger required
incompletionsinteger required
interceptionsinteger required
completionRatenumber double nullable required
airYardsAttemptsAvailableinteger required

Number of attempts with non-null air yards, including zero-yard values.

totalAirYardsinteger nullable required
averageDepthOfTargetnumber double nullable required
totalYardsAttemptsAvailableinteger required

Number of attempts with non-null total yards, including zero-yard incompletions and interceptions.

totalYardsinteger nullable required
yardsAfterCatchAttemptsAvailableinteger required

Number of completed attempts with valid total yards and air yards to calculate yards after catch, including zero-yard values.

totalYardsAfterCatchinteger nullable required
averageYardsAfterCatchnumber double nullable required
gameIdinteger required
seasoninteger required
weekinteger required
seasonType'regular' | 'postseason' | 'both' | 'allstar' | 'spring_regular' | 'spring_postseason' required
playerIdstring required
playerstring required
teamstring required
conferencestring nullable required
opponentstring required

Changes