v3

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

Get current tournaments

Get recently active and finished tournaments. This API is used to display the Lichess tournament schedule.

get/api/tournament

Response

The list of current tournaments.

Example response

{
  "created": [
    {
      "variant": {
        "key": "standard"
      },
      "perf": {
        "name": "Blitz",
        "position": 1,
        "icon": ")"
      },
      "maxRating": {
        "rating": 1700
      },
      "minRating": {
        "rating": 1700
      },
      "position": {
        "eco": "C41",
        "name": "Philidor Defense",
        "fen": "rnbqkbnr/ppp2ppp/3p4/4p3/4P3/5N2/PPPP1PPP/RNBQKB1R w KQkq -",
        "url": "https://lichess.org/opening/Philidor_Defense"
      }
    }
  ],
  "started": [
    {
      "variant": {
        "key": "standard"
      },
      "perf": {
        "name": "Blitz",
        "position": 1,
        "icon": ")"
      },
      "maxRating": {
        "rating": 1700
      },
      "minRating": {
        "rating": 1700
      },
      "position": {
        "eco": "C41",
        "name": "Philidor Defense",
        "fen": "rnbqkbnr/ppp2ppp/3p4/4p3/4P3/5N2/PPPP1PPP/RNBQKB1R w KQkq -",
        "url": "https://lichess.org/opening/Philidor_Defense"
      }
    }
  ],
  "finished": [
    {
      "variant": {
        "key": "standard"
      },
      "perf": {
        "name": "Blitz",
        "position": 1,
        "icon": ")"
      },
      "maxRating": {
        "rating": 1700
      },
      "minRating": {
        "rating": 1700
      },
      "position": {
        "eco": "C41",
        "name": "Philidor Defense",
        "fen": "rnbqkbnr/ppp2ppp/3p4/4p3/4P3/5N2/PPPP1PPP/RNBQKB1R w KQkq -",
        "url": "https://lichess.org/opening/Philidor_Defense"
      }
    }
  ]
}