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

# Get results of a swiss tournament

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

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

## Response `200`

The results of a Swiss 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)
