v20

OpenAPI 3.1.0raw.githubusercontent.com2026-08-011984401.2 MB
League: Scores

Submit or update league player stats for a map

Sets per-player stats on an existing league match map score. Requires a personal or developer API key whose owner is currently a league ADMIN of the league in the path, with the league scores capability enabled on the key. League API access is gated at api_pro on the league owner's plan.

post/leagues/{identifier}/matches/{matchId}/player-stats

Path parameters

identifierstring required

League slug.

League slug.

matchIdstring required

Match ID.

Match ID.

Request body

mapIndexinteger required

Zero-based index of the map whose stats are being updated.

playerStatsobject required

Per-player stats keyed by user ID. The map score must already exist.

Response

The league player stats were updated.

successtrue required
mapIndexinteger required

Index of the map whose stats were updated.

actionstring required

Operation performed, always "updated" on success.