---
title: "GET /passing/players/games"
method: GET
path: "/passing/players/games"
tags: ["passing"]
---

# GET /passing/players/games

`GET /passing/players/games`

Returns passer production by game.

## Query parameters

- `year` integer, required
- `week` integer
- `seasonType` 'regular' | 'postseason' | 'both' | 'allstar' | 'spring_regular' | 'spring_postseason'
- `team` string
- `conference` string
- `passerId` string
- `classification` 'fbs' | 'fcs' | 'ii' | 'ii/iii' | 'iii'

## Response `200`

Ok

- PlayerPassingGame[]
  - `attempts` integer, required
  - `completions` integer, required
  - `incompletions` integer, required
  - `interceptions` integer, required
  - `completionRate` number, double, nullable, required
  - `airYardsAttemptsAvailable` integer, required — Number of attempts with non-null air yards, including zero-yard values.
  - `totalAirYards` integer, nullable, required
  - `averageDepthOfTarget` number, double, nullable, required
  - `totalYardsAttemptsAvailable` integer, required — Number of attempts with non-null total yards, including zero-yard incompletions and interceptions.
  - `totalYards` integer, nullable, required
  - `yardsAfterCatchAttemptsAvailable` integer, required — Number of completed attempts with valid total yards and air yards to calculate yards after catch, including zero-yard values.
  - `totalYardsAfterCatch` integer, nullable, required
  - `averageYardsAfterCatch` number, double, nullable, required
  - `gameId` integer, required
  - `season` integer, required
  - `week` integer, required
  - `seasonType` 'regular' | 'postseason' | 'both' | 'allstar' | 'spring_regular' | 'spring_postseason', required
  - `playerId` string, required
  - `player` string, required
  - `team` string, required
  - `conference` string, nullable, required
  - `opponent` string, required

## Changes

- **2026-08-30** `d2759ca81b00` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/collegefootballdata/apis/college-football-data-api/changes/passing/players/games/get.md)

---

[API](https://skmtc.dev/collegefootballdata/apis/college-football-data-api.md) · [All operations](https://skmtc.dev/collegefootballdata/apis/college-football-data-api/llms.txt) · [OpenAPI document](https://skmtc.dev/collegefootballdata/apis/college-football-data-api/revisions/c44a00d614f0?raw)
