Broadcasts
Export one round as PGN
Download all games of a single round of a broadcast tournament in PGN format. You could poll this endpoint to get updates about a tournament, but it would be slow, and very inefficient. Instead, consider streaming the tournament to get a new PGN every time a game is updated, in real-time.
get/api/broadcast/round/{broadcastRoundId}.pgn
Path parameters
broadcastRoundIdstring required
The round ID
Query parameters
clocksboolean
Include clock comments in the PGN moves, when available. Example: 2. exd5 { [%clk 1:01:27] } e5 { [%clk 1:01:28] }
commentsboolean
Include analysis comments in the PGN moves, when available. Example: 12. Bxf6 { [%eval 0.23] }
Response
The PGN representation of the round.