rushing

Returns enriched rushing attempts.

Team results include sacks, kneels, team-only attempts, and unresolved attribution. Direction eligibility identifies the ordinary-rush analysis population; eligible attempts can still have an unknown direction.

get/rushing/plays

Query parameters

gameIdinteger

Game ID.

yearinteger

Season year. Requires team or week.

weekinteger

Week number. Requires year; either team or week is required with year.

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

Season type.

teamstring

Team name on either side of the rush; either team or week is required with year.

offensestring

Rushing offense team name.

defensestring

Defending team name.

conferencestring

Conference name or abbreviation on either side of the rush.

rusherIdstring

Rusher athlete ID.

rushDirection'left' | 'middle' | 'right'

Rushing direction.

directionAnalysisEligibleboolean

Filters attempts by ordinary direction-analysis eligibility.

attributionStatus'individual' | 'team' | 'multi_carrier' | 'unmatched' | 'ambiguous' | 'conflict' | 'unlinked'

Rusher attribution status.

isRushingTouchdownboolean

Filters known rushing touchdown results.

isSackboolean

Filters sack attempts.

isKneelboolean

Filters kneel attempts.

isTeamRushboolean

Filters team-only rushing attempts.

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

Division classification. Defaults to fbs.

Response

Ok

gameIdinteger required
playIdstring required
driveIdstring required
seasoninteger required
weekinteger required
seasonType'regular' | 'postseason' | 'both' | 'allstar' | 'spring_regular' | 'spring_postseason' required
offenseIdinteger required
offensestring required
offenseConferencestring nullable required
defenseIdinteger required
defensestring required
defenseConferencestring nullable required
periodinteger required
downinteger required
distanceinteger required
playTextstring nullable required
startYardlineinteger required
startYardsToGoalinteger nullable required
rusherIdstring nullable required
rusherstring nullable required
rushDirection'left' | 'middle' | 'right' required
rushingYardsinteger nullable required
rusherYardsinteger nullable required
isRushingTouchdownboolean nullable required
isSackboolean required
isKneelboolean required
isTeamRushboolean required
attributionStatus'individual' | 'team' | 'multi_carrier' | 'unmatched' | 'ambiguous' | 'conflict' | 'unlinked' required
directionAnalysisEligibleboolean required
parseStatus'complete' | 'partial' | 'invalid' required
ppanumber double nullable required
successboolean nullable required

Changes