Tournament brackets
STATSCORE offers tournament brackets for specific stages from selected competition
Bracket availability for the stage
Information about the bracket availability for the stage can be found in the stage node through events.show, events.index or stages.index endpoints:
competition → season → stage
“Has_brackets” is the parameter responsible for information about availability of the bracket for the selected stage. Possible values: "yes" or "no"
Example:
stage": {
"id": 104858,"stage_name_id": 1392,"name": "Victoria","start_date": "2020-06-22","end_date": "2020-06-25","show_standings": "yes","groups_nr": 0,"sort": 1,"is_current": "no","ut": 1625465879,"old_stage_id": "","has_brackets": "yes",
Receiving data about the bracket for the selected stage
You can easily access bracket data for stages with “has_brackets = yes” parameter by using the stages.bracket.show endpoint. For more information about the endpoint, see the stages.bracket.show endpoint documentation.
Attention! By the end of 2025 the old bracket.show endpoint will be deprecated. All archival brackets created up to that point will remain available, while any brackets created from 2025 onwards will be available only via the new stages.bracket.show endpoint.