---
title: "Get Player Advanced Game Stats"
method: GET
path: "/api/v1/players/advanced-game-stats"
tags: ["Players Stats"]
---

# Get Player Advanced Game Stats

`GET /api/v1/players/advanced-game-stats`

Migrated from the following legacy PLG API route(s):

- `player-advanced-game-stats`: `https://api.preciser.io/player/advanced-game/stats/*`
- `live-player-advanced-game-stats-test`: `https://api.preciser.io/player/live-advanced-game-test/stats/*`

The legacy URL's organization segment is replaced by the `League` request header, allowing the same handler to select any authorized league database.

## Query parameters

- `game_id` string

## Headers

- `x-api-key` string, nullable
- `League` string, nullable

## Response `200`

Successful Response

- object[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/preciser/apis/preciser-data-management-api.md) · [All operations](https://skmtc.net/preciser/apis/preciser-data-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/preciser/preciser-data-management-api/versions/c5f6b8674011/schema)
