---
title: "Get Game Stats"
method: GET
path: "/live_data/milestone/{milestone_id}/game_stats"
tags: ["live-data"]
---

# Get Game Stats

`GET /live_data/milestone/{milestone_id}/game_stats`

Get play-by-play game statistics for a specific milestone. Supported sports: Pro Football, College Football, Pro Basketball, College Men's Basketball, College Women's Basketball, WNBA, Soccer, Pro Hockey, and Pro Baseball. Returns null for unsupported milestone types or milestones without a Sportradar ID.

## Path parameters

- `milestone_id` string, required

## Response `200`

Game stats retrieved successfully

- GetGameStatsResponse
  - `pbp` PlayByPlay — Play-by-play data organized by period.
    - `periods` object[]
      - `events` object[]

## Other responses

- `404` — Game stats not found
- `500` — Internal server error

---

[API](https://skmtc.net/kalshi/apis/kalshi-trade-api-manual-endpoints.md) · [All operations](https://skmtc.net/kalshi/apis/kalshi-trade-api-manual-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kalshi/kalshi-trade-api-manual-endpoints/revisions/6aec27d55fba/schema)
