---
title: "Get a player's PvP stats"
method: GET
path: "/pvp/stats/{username}"
tags: ["Players"]
---

# Get a player's PvP stats

`GET /pvp/stats/{username}`

Returns PvP statistics for a player including ELO, wins/losses, trophies, kill/death ratio, and rank tier.

## Path parameters

- `username` string, required

## Response `200`

PvP statistics

## Other responses

- `404` — Player not found or has no PvP stats

---

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