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

# Get a team by ID

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

## Path parameters

- `teamID` integer, required

## Response `200`

Team data

- TeamsResponse
  - `teams` Team[]
    - `team_id` integer
    - `name` string
    - `mascot` string
    - `abbreviation` string
    - `ranking` integer, nullable
    - `record` string
    - `conference` Conference
      - `conference_id` integer
      - `sport_id` integer
      - `name` string
    - `division` Division
      - `division_id` integer
      - `conference_id` integer
      - `sport_id` integer
      - `name` string

## Other responses

- `404` — Team not found

---

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