---
title: "List all stat definitions"
method: GET
path: "/api/v2/stats"
tags: ["V2 Stats"]
---

# List all stat definitions

`GET /api/v2/stats`

## Query parameters

- `id` integer
- `sport_id` integer

## Response `200`

Stat definitions

- StatDefinition[]
  - `id` integer, nullable
  - `name` string
  - `category` string
  - `display_name` string
  - `abbreviation` string
  - `description` string
  - `sport_id` integer

---

[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)
