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

# Get player season stats for a team

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

## Path parameters

- `teamID` integer, required

## Query parameters

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

## Response `200`

Player season stats

- PlayerStatResponse[]
  - `player` PlayerNormalized
    - `id` integer
    - `sport_id` integer
    - `team_id` integer
    - `updated_at` string, date-time, nullable
    - `first_name` string
    - `last_name` string
    - `display_name` string
    - `weight` number
    - `height` number
    - `display_weight` string
    - `display_height` string
    - `age` integer
    - `date_of_birth` string
    - `slug` string
    - `jersey` string
    - `position` string
    - `position_abbreviation` string
    - `debut_year` integer
    - `birth_place_city` string
    - `birth_place_country` string
    - `experience_years` integer
    - `active` boolean
    - `status` string
    - `bats` string — MLB only — batting side
    - `throws` string — MLB only — throwing arm
  - `stats` PlayerStats[]
    - `player_id` integer, nullable
    - `player` PlayerNormalized
      - `id` integer
      - `sport_id` integer
      - `team_id` integer
      - `updated_at` string, date-time, nullable
      - `first_name` string
      - `last_name` string
      - `display_name` string
      - `weight` number
      - `height` number
      - `display_weight` string
      - `display_height` string
      - `age` integer
      - `date_of_birth` string
      - `slug` string
      - `jersey` string
      - `position` string
      - `position_abbreviation` string
      - `debut_year` integer
      - `birth_place_city` string
      - `birth_place_country` string
      - `experience_years` integer
      - `active` boolean
      - `status` string
      - `bats` string — MLB only — batting side
      - `throws` string — MLB only — throwing arm
    - `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/revisions/f069d4e82f52/schema)
