Tournaments By League
Tournaments By League
Query Parameters
- league_id integer
Default value:
eq.2044
- offset string
Default value:
0
Limiting and Pagination
- limit string
Default value:
50
Limiting and Pagination
- lang string
Default value:
en
Multi-language
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- league_id integer
Note: This is a Foreign Key to
leagues.id
. - league_name text
- league_hash_image character varying
Possible values:
<= 64 characters
- tournaments jsonb
[
{
"league_id": 2044,
"league_name": "ICE Hockey League",
"league_hash_image": "06c683ba963def141916e4f0403a249237bf2ed32867d68c1d95aafb77e12053",
"tournaments": [
{
"id": 628,
"name": "ICE Hockey League",
"importance": 0
},
{
"id": 8005,
"name": "ICE Hockey League, Final round",
"importance": 0
},
{
"id": 8011,
"name": "ICE Hockey League, Qualification round",
"importance": 0
},
{
"id": 8063,
"name": "ICE Hockey League, Group A",
"importance": 0
},
{
"id": 8064,
"name": "ICE Hockey League, Group B",
"importance": 0
},
{
"id": 16108,
"name": "ICE Hockey League, Playoffs",
"importance": 0
}
]
}
]
Loading...