v1

latestOpenAPI 3.0.02026-07-2438875210.5 MB
Tournaments

Get a tournament's brackets

Get the brackets of the given tournament

ℹ️

This endpoint is available to all customers

get/tournaments/{tournament_id_or_slug}/brackets

Path parameters

integer required
OR
string required

A tournament ID or slug

Query parameters

begin_atstring[]
detailed_statsboolean

Whether the match offers full stats

drawboolean

Whether result of the match is a draw

end_atstring[]
forfeitboolean

Whether match was forfeited

idinteger[]
match_typestring[]
modified_atstring[]
namestring[]
number_of_gamesinteger[]
scheduled_atstring[]
slugstring[]
statusstring[]
tournament_idinteger[]
winner_typestring[]

Options to filter results. String fields are case sensitive For more information on filtering, see docs.

begin_atstring[]
detailed_statsboolean[]
drawboolean[]
end_atstring[]
forfeitboolean[]
idinteger[]
match_typestring[]
modified_atstring[]
namestring[]
number_of_gamesinteger[]
scheduled_atstring[]
slugstring[]
statusstring[]
tournament_idinteger[]
winner_typestring[]

Options to select results within ranges For more information on ranges, see docs.

sortstring[]

Options to sort results For more information on sorting, see docs.

match_type'all_games_played' | 'best_of' | 'custom' | 'first_to' | 'ow_best_of' | 'red_bull_home_ground'
namestring
slugstring
status'canceled' | 'finished' | 'not_started' | 'postponed' | 'running'
winner_type'Player' | 'Team'

Options to search results For more information on searching, see docs.

integer
OR

Pagination in the form of page=2 or page[size]=30&page[number]=2

per_pageinteger

Equivalent to page[size]

Response

A tree of games played during a tournament

begin_atstring date-time nullable required
detailed_statsboolean required

Whether the match offers full stats

drawboolean required

Whether result of the match is a draw

end_atstring date-time nullable required
forfeitboolean required

Whether match was forfeited

game_advantageinteger nullable required

ID of the opponent with a game advantage

idinteger required
match_type'all_games_played' | 'best_of' | 'custom' | 'first_to' | 'ow_best_of' | 'red_bull_home_ground' required
modified_atstring date-time required
namestring required
number_of_gamesinteger required

Number of games

original_scheduled_atstring date-time nullable required
scheduled_atstring date-time nullable required
slugstring nullable required
status'canceled' | 'finished' | 'not_started' | 'postponed' | 'running' required
tournament_idinteger required
winner_type'Player' | 'Team' required