---
title: "Get Video Post Player Stats"
method: GET
path: "/api/v1/videos/{video_uuid}/post_player_stats"
tags: ["Videos"]
---

# Get Video Post Player Stats

`GET /api/v1/videos/{video_uuid}/post_player_stats`

Post-processed player stats for a submitted video — the same data the
internal flow serves at /jobs/{job_id}/post_player_stats.

video_uuid accepts either the Glory League video UUID or the league DB's
numeric videos.video_id (the /jobs key), so results can be correlated to
video_id directly.

Stats exist only once processing completed and the stats were delivered
(raw league status '4'); before that — including while the video is still
awaiting its game info — this returns an empty list. 404 when the key
matches nothing.

When VIDEO_ENDPOINTS_LIVE is False, returns a preview response.

## Path parameters

- `video_uuid` string, required

## Headers

- `x-api-key` string, required — Required API key issued by Preciser.
- `League` string, required — Required tenant/database selector, for example pitchbio-master.

## Response `200`

Successful Response

- object[]

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-27** `9b0abde08b06` — 4 breaking, 2 info
  - the `header` request parameter `League` became required
  - the `header` request parameter `x-api-key` became required
  - `header` request parameter `League` list-of-types was narrowed by removing types `null`
  - `header` request parameter `x-api-key` list-of-types was narrowed by removing types `null`
  - …2 more

[Change history](https://skmtc.dev/preciser/apis/preciser-data-management-api/changes/api/v1/videos/:video_uuid/post_player_stats/get.md)

---

[API](https://skmtc.dev/preciser/apis/preciser-data-management-api.md) · [All operations](https://skmtc.dev/preciser/apis/preciser-data-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/preciser/preciser-data-management-api/revisions/24ef9111adac/schema)
