Teams Seasons
Teams Seasons
Query Parameters
- team_id integer
Default value:
eq.1243
- 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
- team_id integer
Note: This is a Primary Key.
- team_name text
- team_hash_image character varying
Possible values:
<= 64 characters
- tournaments jsonb
[
{
"team_id": 1243,
"team_name": "HC Oceláři Třinec",
"team_hash_image": "4488951971ad57d3f50d6dc2277b9c4668bca3dec66592236395e22db226ae57",
"tournaments": [
{
"seasons": [
{
"season_id": 5873,
"start_time": "2021-08-21",
"season_name": "Zona 'Istok' 21/22"
},
{
"season_id": 5806,
"start_time": "2023-08-19",
"season_name": "Zona 'Istok' 23/24"
},
{
"season_id": 5834,
"start_time": "2022-08-13",
"season_name": "Zona 'Istok' 22/23"
},
{
"season_id": 5903,
"start_time": "2020-06-27",
"season_name": "20/21"
},
{
"season_id": 49051,
"start_time": "2024-08-16",
"season_name": "Zona 'Istok' 24/25"
}
],
"tournament_id": 627,
"tournament_name": "Extraliga"
}
]
}
]
Loading...