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

# GET /stats/player/season

`GET /stats/player/season`

Returns player statistics aggregated by season.

## Query parameters

- `year` integer, required
- `conference` string
- `team` string
- `startWeek` integer
- `endWeek` integer
- `seasonType` 'regular' | 'postseason' | 'both' | 'allstar' | 'spring_regular' | 'spring_postseason'
- `category` string

## Response `200`

Ok

- PlayerStat[]
  - `season` integer, required
  - `playerId` string, required
  - `player` string, required
  - `position` string, required
  - `team` string, required
  - `conference` string, required
  - `category` string, required
  - `statType` string, required
  - `stat` string, required

---

[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/cd2844c1ac5c/schema)
