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- Every request needs the
userandtokenquery parameters of the account.
Parameters
| Name | Required | Description | Example |
|---|---|---|---|
season_id | yes | Season ID. | 406 |
stage_id | yes | Stage 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": ""
}
}