passing

Returns passer production by season.

get/passing/players/season

Query parameters

yearinteger

Season year. Required unless passerId is specified.

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

Season type.

teamstring

Team name.

conferencestring

Conference name or abbreviation.

passerIdstring

Passer athlete ID. Required unless year is specified.

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
seasoninteger required
playerIdstring required
playerstring required
teamstring required
conferencestring nullable required

Changes