v3

OpenAPI 3.1.0AGPL-3.0-or-later2026-07-311871891.1 MB
Tournaments (Arena)

Get results of an Arena tournament

Players of an Arena tournament, with their score and performance, sorted by rank (best first). Players are streamed as ndjson, i.e. one JSON object per line. If called on an ongoing tournament, results can be inconsistent due to ranking changes while the players are being streamed. Use on finished tournaments for guaranteed consistency.

get/api/tournament/{id}/results

Path parameters

idstring required

The tournament ID.

Query parameters

nbinteger

Max number of players to fetch

sheetboolean

Add a sheet field to the player document. It's an expensive server computation that slows down the stream.

Response

The results of the Arena tournament.