stats

Returns player passing and rushing success rates by season.

get/stats/player/success

Query parameters

yearinteger

Season year. Required unless playerId is specified.

conferencestring

Conference abbreviation.

teamstring

Team name.

playerIdinteger

Player ID. Required unless year is specified.

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

Season type.

startWeekinteger

Earliest week to include.

endWeekinteger

Latest week to include.

thresholdinteger

Minimum credited passing and rushing plays.

excludeGarbageTimeboolean

Excludes garbage-time plays when true.

Response

Ok

seasoninteger required
idstring required
namestring required
positionstring required
teamstring required
conferencestring required

Changes

No recorded changes to this endpoint across all 14 revisions of this API.