Seasons Groups
Seasons Groups
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
- groups jsonb
[
{
"season_id": 11849,
"season_name": "Salei Cup 2023",
"groups": [
{
"name": "Group A",
"tournament_id": 7574,
"tournament_name": "Salei Cup, Group A"
},
{
"name": "Group B",
"tournament_id": 7590,
"tournament_name": "Salei Cup, Group B"
}
]
}
]
Loading...