v3

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

Get a broadcast round

Get information about a broadcast round.

get/api/broadcast/{broadcastTournamentSlug}/{broadcastRoundSlug}/{broadcastRoundId}

Path parameters

broadcastTournamentSlugstring required

The broadcast tournament slug. Only used for SEO, the slug can be safely replaced by -. Only the broadcastRoundId is actually used.

broadcastRoundSlugstring required

The broadcast round slug. Only used for SEO, the slug can be safely replaced by -. Only the broadcastRoundId is actually used.

broadcastRoundIdstring required

The broadcast Round ID

Response

The information about the broadcast round.

isSubscribedboolean

Indicates if the user making the request is subscribed to the broadcast

photosBroadcastPhotos required

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

Example response

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