Skip to main content
GET
Get Tournament Round

Authorizations

X-API-Key
string
header
required

API key in format: sk_*

Path Parameters

id
integer
required

A unique integer value identifying this tournament round.

Response

200 - application/json
id
integer
required
read-only
matches
object[]
required
round_number
integer
Required range: -2147483648 <= x <= 2147483647
status
enum<string>
  • IN_PROGRESS - In Progress
  • UPCOMING - Upcoming
  • COMPLETE - Complete
Available options:
IN_PROGRESS,
UPCOMING,
COMPLETE