---
title: "Get team game stats for an event"
method: GET
path: "/api/v2/events/{eventID}/stats"
tags: ["V2 Stats"]
---

# Get team game stats for an event

`GET /api/v2/events/{eventID}/stats`

## Path parameters

- `eventID` string, required

## Query parameters

- `stats_ids` string
- `team_id` integer

## Response `200`

Team game stats

- TeamGameStatResponse[]
  - `team` TeamNormalized
    - `team_id` integer
    - `name` string
    - `mascot` string
    - `abbreviation` string
    - `record` string
    - `is_home` boolean
    - `is_away` boolean
    - `ranking` integer, nullable
    - `conference` Conference
      - `conference_id` integer
      - `sport_id` integer
      - `name` string
    - `division` Division
      - `division_id` integer
      - `conference_id` integer
      - `sport_id` integer
      - `name` string
  - `meta` StatsMeta
    - `complete` boolean
    - `event_id` string
  - `stats` TeamGameStats[]
    - `team_id` integer, nullable
    - `team` TeamNormalized
      - `team_id` integer
      - `name` string
      - `mascot` string
      - `abbreviation` string
      - `record` string
      - `is_home` boolean
      - `is_away` boolean
      - `ranking` integer, nullable
      - `conference` Conference
        - `conference_id` integer
        - `sport_id` integer
        - `name` string
      - `division` Division
        - `division_id` integer
        - `conference_id` integer
        - `sport_id` integer
        - `name` string
    - `stat_id` integer, nullable
    - `stat` StatDefinition
      - `id` integer, nullable
      - `name` string
      - `category` string
      - `display_name` string
      - `abbreviation` string
      - `description` string
      - `sport_id` integer
    - `event_id` string
    - `value` string

---

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