---
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

---

[API](https://skmtc.net/collegefootballdata/apis/college-football-data-api.md) · [All operations](https://skmtc.net/collegefootballdata/apis/college-football-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collegefootballdata/college-football-data-api/revisions/2753e757620d/schema)
