v3

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

Get tournaments played by a user

Get all tournaments played by a given user. Tournaments are sorted by reverse chronological order of start date (last played first). Tournaments are streamed as ndjson. The stream is throttled, depending on who is making the request:

  • Anonymous request: 20 tournaments per second
  • OAuth2 authenticated request: 30 tournaments per second
  • Authenticated, downloading your own tournaments: 50 tournaments per second
get/api/user/{username}/tournament/played

Path parameters

usernamestring required

The user whose played tournaments to fetch

Query parameters

nbinteger

Max number of tournaments to fetch

performanceboolean

Include the player performance rating in the response, at some cost for the server.

Response

The list of tournaments played by the user.