SoccersAPIDocs
DocsReferenceLeagues › Cup draw (tournament bracket)

GETCup draw (tournament bracket)

Knockout bracket of a cup stage.

/v2.2/leagues/ with t=cup_draw

Try it in the interactive referenceAll Leagues operations

Request

GET /v2.2/leagues/?user=USER&token=TOKEN&t=cup_draw&season_id=45&stage_id=26

Parameters

NameRequiredDescriptionExample
season_idyesSeason ID.406
stage_idyesStage ID.26

Example response

{
  "data": [],
  "meta": {
    "requests_left": 2950,
    "user": "your_username",
    "plan": "Soccer API 50",
    "page": 1,
    "pages": 1,
    "count": 0,
    "total": 0,
    "msg": ""
  }
}