---
title: "Get crosstable"
method: GET
path: "/api/crosstable/{user1}/{user2}"
tags: ["Users"]
---

# Get crosstable

`GET /api/crosstable/{user1}/{user2}`

Get total number of games, and current score, of any two users.
If the `matchup` flag is provided, and the users are currently playing, also gets the current match game number and scores.

## Path parameters

- `user1` string, required
- `user2` string, required

## Query parameters

- `matchup` boolean

## Response `200`

The crosstable of the two users.

- Crosstable
  - `users` unknown, required
  - `nbGames` integer, required

---

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