---
title: "Get player statistics"
method: POST
path: "/v2/player/stats"
tags: ["player"]
---

# Get player statistics

`POST /v2/player/stats`

Request multiple player statistics across titles.

## Request body

- object
  - `xuids` string[], required
  - `groups` object[]
    - `name` string, required
    - `titleId` string, required
  - `stats` object[]
    - `name` string, required
    - `titleId` string, required

## Response `200`

Player statistics

## Other responses

- `401` — Invalid or missing API key
- `429` — Rate limit exceeded

---

[API](https://skmtc.dev/xbl/apis/openxbl-api.md) · [All operations](https://skmtc.dev/xbl/apis/openxbl-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xbl/openxbl-api/revisions/e5df7bdca559/schema)
