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

# GET /stats/season

`GET /stats/season`

Retrieves aggregated team season statistics

## Query parameters

- `year` integer
- `team` string
- `conference` string
- `startWeek` integer
- `endWeek` integer

## 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.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/773f0a70630c?raw)
