v3

OpenAPI 3.1.0AGPL-3.0-or-later2026-07-311871891.1 MB
Broadcasts

Create a broadcast tournament

Create a new broadcast tournament to relay external games. This endpoint accepts the same form data as the web form.

post/broadcast/new

Response

The broadcast tournament was successfully created.

groupstring
defaultRoundIdstring
photosBroadcastPhotos

Photos of players, when available. The object keys are FIDE IDs

Example response

{
  "tour": {
    "createdAt": 1722169800000,
    "dates": [
      1722169800000,
      1722666600000
    ]
  }
}