---
title: "Get results of an Arena tournament"
method: GET
path: "/api/tournament/{id}/results"
tags: ["Tournaments (Arena)"]
---

# Get results of an Arena tournament

`GET /api/tournament/{id}/results`

Players of an Arena tournament, with their score and performance, sorted by rank (best first).
**Players are streamed as [ndjson](#description/streaming-with-nd-json)**, 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.

## Path parameters

- `id` string, required

## Query parameters

- `nb` integer
- `sheet` boolean

## Response `200`

The results of the Arena tournament.

---

[API](https://skmtc.net/lichess/apis/lichess-org-api-reference.md) · [All operations](https://skmtc.net/lichess/apis/lichess-org-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lichess/lichess-org-api-reference/versions/1425db81eb3b/schema)
