Seasons Rounds
Seasons Rounds
Query Parameters
- season_id integer
Default value:
eq.11849
- 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
- season_id integer
Note: This is a Primary Key.
- season_name text
- rounds jsonb
[
{
"season_id": 11849,
"season_name": "Salei Cup 2023",
"rounds": [
{
"id": 210265,
"round": 1,
"end_time": "2023-08-13",
"start_time": "2023-08-02"
},
{
"id": 211327,
"name": "Playoff round",
"round": 636,
"end_time": "2023-08-23",
"start_time": "2023-08-23"
},
{
"id": 212102,
"name": "Semifinal",
"round": 28,
"end_time": "2023-08-26",
"start_time": "2023-08-26"
},
{
"id": 212923,
"name": "3rd place final",
"round": 50,
"end_time": "2023-08-27",
"start_time": "2023-08-27"
},
{
"id": 213691,
"name": "Final",
"round": 29,
"end_time": "2023-08-27",
"start_time": "2023-08-27"
}
]
}
]
Loading...