Dataset Viewer
The dataset viewer is not available for this dataset.
The JWT signature verification failed. Check the signing key and the algorithm.
Error code:   JWTInvalidSignature
Exception:    InvalidSignatureError
Message:      Signature verification failed
Traceback:    Traceback (most recent call last):
                File "/src/libs/libapi/src/libapi/jwt_token.py", line 286, in validate_jwt
                  decoded = jwt.decode(
                      jwt=token,
                  ...<2 lines>...
                      options=options,
                  )
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jwt.py", line 368, in decode
                  decoded = self.decode_complete(
                      jwt,
                  ...<8 lines>...
                      leeway=leeway,
                  )
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jwt.py", line 265, in decode_complete
                  decoded = self._jws.decode_complete(
                      jwt,
                  ...<3 lines>...
                      detached_payload=detached_payload,
                  )
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jws.py", line 270, in decode_complete
                  self._verify_signature(
                  ~~~~~~~~~~~~~~~~~~~~~~^
                      signing_input,
                      ^^^^^^^^^^^^^^
                  ...<4 lines>...
                      options=merged_options,
                      ^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jws.py", line 417, in _verify_signature
                  raise InvalidSignatureError("Signature verification failed")
              jwt.exceptions.InvalidSignatureError: Signature verification failed

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Lichess Broadcasts Dataset

Dataset Description

931,021 chess games from chess tournaments tracked using Lichess Broadcasts.

Lichess Broadcasts show live games as they unfold with new moves arriving in real time. They are built to connect to the live-updating PGN file produced by DGT boards but can work with other sources as well.

Broadcasts are organized in "tournaments" and "rounds."

Dataset Sample

{
 'Event': 'FIDE World Championship Match 2021',
 'Site': 'Dubai UAE',
 'White': 'Nepomniachtchi, Ian',
 'Black': 'Carlsen, Magnus',
 'Result': '1/2-1/2',
 'WhiteTitle': 'GM',
 'BlackTitle': 'GM',
 'WhiteFideId': 'https://ratings.fide.com/profile/4168119',
 'BlackFideId': 'https://ratings.fide.com/profile/1503014',
 'WhiteElo': 2782,
 'BlackElo': 2855,
 'UTCDate': datetime.date(2021, 11, 26),
 'UTCTime': None,
 'ECO': 'C88',
 'Opening': 'Ruy Lopez: Closed',
 'Termination': None,
 'TimeControl': '40/7200:20/3600:900+30',
 'Board': None,
 'Variant': 'Standard',
 'StudyName': 'Game 1',
 'ChapterName': 'Ian Nepomniachtchi - Magnus Carlsen',
 'BroadcastName': 'World Chess Championship 2021',
 'BroadcastURL': 'https://lichess.org/broadcast/world-chess-championship-2021/game-1/olFFWcs6',
 'GameURL': 'https://lichess.org/broadcast/world-chess-championship-2021/game-1/olFFWcs6/QiiRpWao',
 'movetext': '1. e4 { [%eval 0.23] [%clk 2:00:00] } 1... e5 { [%eval 0.12] [%clk 1:59:41] } ...'
}
Downloads last month
1,723

Collection including Lichess/tournament-chess-games