---
title: "Get tournaments created by a user"
method: GET
path: "/api/user/{username}/tournament/created"
tags: ["Tournaments (Arena)"]
---

# Get tournaments created by a user

`GET /api/user/{username}/tournament/created`

Get all tournaments created by a given user.
Tournaments are sorted by reverse chronological order of start date (last starting first).
Tournaments are streamed as [ndjson](#description/streaming-with-nd-json).
The stream is throttled, depending on who is making the request:
  - Anonymous request: 20 tournaments per second
  - [OAuth2 authenticated](#description/authentication) request: 30 tournaments per second
  - Authenticated, downloading your own tournaments: 50 tournaments per second

## Path parameters

- `username` string, required

## Query parameters

- `nb` integer
- `status` 10 | 20 | 30

## Response `200`

The list of tournaments created by the user.

---

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