Seasons Groups
Seasons Groups
Query Parameters
- season_id integerExample: eq.773
- 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
- season_id integer
Note: This is a Primary Key.
- season_name text
- groups jsonb
[
{
"season_id": 773,
"season_name": "Olympic Games 2026",
"groups": [
{
"name": "Group A",
"tournament_id": 746,
"tournament_name": "Olympic Games - Group A"
},
{
"name": "Group B",
"tournament_id": 2067,
"tournament_name": "Olympic Games - Group B"
},
{
"name": "Group C",
"tournament_id": 39148,
"tournament_name": "Olympic Games - Group C"
}
]
}
]
Loading...