---
title: "GET /stats/"
method: GET
path: "/stats/"
tags: ["Stats"]
---

# GET /stats/

`GET /stats/`

Get a list of StatIDs

## Query parameters

- `statID` string
- `sportID` string
- `statLevel` string

## Response `200`

An array of Stats

- object
  - `data` Stat[]
    - `statID` string
    - `supportedLevels` object
      - `all` boolean
      - `team` boolean
      - `player` boolean
    - `displays` object
      - `short` string
      - `long` string
    - `units` object
      - `short` object
        - `singular` string
        - `plural` string
      - `long` object
        - `singular` string
        - `plural` string
    - `description` string
    - `isScoreStat` boolean
    - `supportedSports` object
  - `success` boolean

## Other responses

- `400` — Invalid params
- `401` — Invalid API key
- `403` — Inactive API key
- `404` — No stats found
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/sportsgameodds/apis/sports-game-odds-api.md) · [All operations](https://skmtc.net/sportsgameodds/apis/sports-game-odds-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sportsgameodds/sports-game-odds-api/revisions/37767db05cc7/schema)
