Skip to main content

Overview

Returns detailed tournament bracket information showing a team’s journey through knockout competitions. This includes all stages (rounds), matchups, game results, and progression paths through tournaments like cup competitions and playoffs.

Query Parameters

integer
required
The unique identifier of the team/competitor to retrieve brackets for.Example: 110 for Manchester City
string
Comma-separated list of competition IDs to filter brackets.Example: 9,572 for EFL Cup and UEFA Champions League
boolean
default:"false"
When true, returns only brackets with currently live games.
integer
default:"14"
The bookmaker ID to use for betting odds display.
integer
Application type identifier. Automatically determined by the API.
integer
Language identifier for localized content. Automatically determined.
string
Timezone for date/time values (auto-resolved, or specify e.g., America/New_York). All startTime fields use ISO 8601 format with a dynamic timezone offset.
integer
Country identifier for regional content. Automatically determined.

Response

integer
Internal versioning ID for caching and incremental updates.
integer
The update ID that was requested. -1 indicates latest data was requested.
integer
Cache time-to-live in seconds (typically 300 seconds / 5 minutes).
array
Array of tournament brackets the team participates in.
array
Array of sports referenced in the response.
array
Array of countries referenced in the response.
array
Array of competitions referenced in the response.
array
Array of teams/competitors referenced in the response.
array
Array of games referenced in the response.
array
Array of bookmakers for odds display.

Stage Types

Example Request

Example Response

Use Cases

  • Tournament Tracker: Display a team’s complete tournament journey with all knockout rounds
  • Bracket Visualization: Build interactive bracket displays showing progression paths
  • Cup Competition History: Show historical tournament runs across multiple seasons
  • Live Tournament Updates: Track ongoing knockout matches with live=true
  • Multi-Competition View: Display brackets from multiple tournaments simultaneously

Notes

  • Brackets are hierarchical: Season → Stages → Groups → Games
  • Each stage can contain multiple groups (matchups)
  • Two-leg ties will have multiple games per group
  • The originStageNum and originGroupNum fields trace the bracket path
  • Finals include a winDescription field with the championship result
Last modified on June 29, 2026