Cup Bracket
Cup Bracket
Query Parameters
- id integerExample: eq.21
- season_id integerExample: eq.118
- league_id integerExample: eq.53
- offset string
Default value:
0Limiting and Pagination
Example: 0 - limit string
Default value:
50Limiting and Pagination
Example: 50 - lang string
Default value:
enMulti-language
Example: en
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- id integer
Note: This is a Primary Key.
- name text
- current_round integer
- type integer
- season_id integer
Note: This is a Foreign Key to
seasons.id. - season_name text
- league_id integer
Note: This is a Foreign Key to
leagues.id. - league_name text
- league_hash_image character varying
Possible values:
<= 64 characters - rounds jsonb
[
{
"id": 21,
"name": "NZIHL 2022, Playoffs",
"current_round": 2,
"type": 1,
"season_id": 118,
"season_name": "NZIHL 2022",
"league_id": 53,
"league_name": "NZIHL",
"league_hash_image": "790ee7389513138a83ede7be5e2d39b87a6ffb3f3e6ba12b8d134fc165e1563a",
"rounds": [
{
"type": 2,
"order": 1,
"blocks": [
{
"order": 1,
"matches": [
1
],
"finished": true,
"participants": [
{
"order": 1,
"winner": true,
"team_id": 107,
"team_name": "Skycity Stampede",
"team_hash_image": "b737632a36fc3c99c490dd080b25df41dde8e26e91c3fd27556106bb2adf1285"
},
{
"order": 2,
"winner": false,
"team_id": 135,
"team_name": "Canterbury Red Devils",
"team_hash_image": "105dfa1efa4a4e01fd39bc425e7e1e3f26a6074f0074d00e619501d34d6f1d3f"
}
],
"away_team_score": "2",
"home_team_score": "8",
"automatic_progression": false
},
{
"order": 2,
"participants": [
{
"order": 1,
"winner": false,
"team_id": 117,
"team_name": "West Auckland Admirals",
"team_hash_image": "86122f76b9a14935f89e0555046f6763d5e01e8afdd08c66ad3f96d516abb0b4"
}
],
"automatic_progression": false
}
],
"description": "Semifinal"
},
{
"type": 1,
"order": 2,
"blocks": [
{
"order": 1,
"matches": [
2,
3
],
"finished": true,
"participants": [
{
"order": 1,
"winner": false,
"team_id": 117,
"team_name": "West Auckland Admirals",
"team_hash_image": "86122f76b9a14935f89e0555046f6763d5e01e8afdd08c66ad3f96d516abb0b4"
},
{
"order": 2,
"winner": true,
"team_id": 107,
"team_name": "Skycity Stampede",
"team_hash_image": "b737632a36fc3c99c490dd080b25df41dde8e26e91c3fd27556106bb2adf1285"
}
],
"away_team_score": "6",
"home_team_score": "4",
"automatic_progression": false
}
],
"description": "Final"
}
]
}
]
Loading...