---
title: "Get season stats for a team"
method: GET
path: "/api/v2/teams/{teamID}/stats"
tags: ["V2 Teams"]
---

# Get season stats for a team

`GET /api/v2/teams/{teamID}/stats`

## Path parameters

- `teamID` integer, required

## Query parameters

- `stats_ids` string
- `year` integer
- `season_type` string

## Response `200`

Team season stats

- TeamStats[]
  - `team_id` integer, nullable
  - `stat_id` integer, nullable
  - `stat` StatDefinition
    - `id` integer, nullable
    - `name` string
    - `category` string
    - `display_name` string
    - `abbreviation` string
    - `description` string
    - `sport_id` integer
  - `season_year` integer
  - `season_type` integer
  - `season_type_name` string
  - `value` number
  - `display_value` string
  - `per_game_value` number
  - `per_game_display_value` string
  - `rank` integer
  - `rank_display_value` string
  - `updated_at` string, date-time, nullable

---

[API](https://skmtc.net/therundown/apis/therundown-sports-api.md) · [All operations](https://skmtc.net/therundown/apis/therundown-sports-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/therundown/therundown-sports-api/versions/6122c314b11a/schema)
