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.
Example response
{
"tour": {
"createdAt": 1722169800000,
"dates": [
1722169800000,
1722666600000
]
}
}