---
title: "Get team standing of a team battle"
method: GET
path: "/api/tournament/{id}/teams"
tags: ["Tournaments (Arena)"]
---

# Get team standing of a team battle

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

Teams of a team battle tournament, with top players, sorted by rank (best first).

## Path parameters

- `id` string, required

## Response `200`

The list of teams of a team battle tournament, with their respective top players.

- object
  - `id` string, required
  - `teams` object[], required
    - `rank` integer, required
    - `id` string, required
    - `score` integer, required
    - `players` object[], required
      - `user` LightUser, required
        - `id` string, required
        - `name` string, required
        - `flair` string — See [available flair list and images](https://github.com/lichess-org/lila/tree/master/public/flair)
        - `title` 'GM' | 'WGM' | 'IM' | 'WIM' | 'FM' | 'WFM' | 'NM' | 'CM' | 'WCM' | 'WNM' | 'LM' | 'BOT' — only appears if the user is a titled player or a bot user
        - `patron` boolean — Use patronColor value instead to determine if player is a patron.
        - `patronColor` integer — Players can choose a color for their Patron wings. See [here for the color mappings](https://github.com/lichess-org/lila/blob/master/ui/lib/css/abstract/_patron-colors.scss). The presence of this field indicates the player is an active Patron.
      - `score` integer

---

[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)
