---
title: "GET /stats/season"
method: GET
path: "/stats/season"
tags: ["stats"]
---

# GET /stats/season

`GET /stats/season`

Returns team statistics aggregated by season.

## Query parameters

- `year` integer
- `team` string
- `conference` string
- `startWeek` integer
- `endWeek` integer
- `classification` 'fbs' | 'fcs' | 'ii' | 'ii/iii' | 'iii'

## Response `200`

Ok

- TeamStat[]
  - `season` integer, required
  - `team` string, required
  - `conference` string, required
  - `statName` string, required
  - `statValue` union, required
    - string
    - number, double

## Changes

- **2026-08-19** `2753e757620d` — 1 info
  - added the new enum value `ii/iii` to the `query` request parameter `classification`
- **2026-07-26** `24c9bf017616` — 1 info
  - added the new optional `query` request parameter `classification`

[Change history](https://skmtc.dev/collegefootballdata/apis/college-football-data-api/changes/stats/season/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/d2759ca81b00?raw)
