Seasons Groups
This endpoint allows you to retrieve the groups from seasons.
Multi-language: This feature allows the user to manually change the language of the API response by adding value to the
langattribute. Example:lang=en.
Pagination: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.
Update Period: The endpoint is updated every day.
Recommended Calls: Limit calls to 1 per day.
Use Cases
Get groups from a specific season_idhttps://table-tennis.sportmicro.com/seasons-groups?season_id=eq.{season_id}
Query Parameters
- season_id integer
The id of the season
Example: eq.4193 - 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
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- season_id integer
The id of the season
Note: This is a Primary Key.
- season_name text
The name of the season
- groups jsonb
The groups of the season
[
{
"season_id": 4193,
"season_name": "ITTF World Cup 2026",
"groups": [
{
"name": "Group 1",
"tournament_id": 36287,
"tournament_name": "ITTF World Cup 2026, Group 1"
},
{
"name": "Group 10",
"tournament_id": 35210,
"tournament_name": "ITTF World Cup 2026, Group 10"
},
{
"name": "Group 11",
"tournament_id": 34900,
"tournament_name": "ITTF World Cup 2026, Group 11"
},
{
"name": "Group 12",
"tournament_id": 34531,
"tournament_name": "ITTF World Cup 2026, Group 12"
},
{
"name": "Group 13",
"tournament_id": 35126,
"tournament_name": "ITTF World Cup 2026, Group 13"
},
{
"name": "Group 14",
"tournament_id": 3898,
"tournament_name": "ITTF World Cup 2026, Group 14"
},
{
"name": "Group 15",
"tournament_id": 35124,
"tournament_name": "ITTF World Cup 2026, Group 15"
},
{
"name": "Group 16",
"tournament_id": 35198,
"tournament_name": "ITTF World Cup 2026, Group 16"
},
{
"name": "Group 2",
"tournament_id": 72120,
"tournament_name": "ITTF World Cup 2026, Group 2"
},
{
"name": "Group 3",
"tournament_id": 34490,
"tournament_name": "ITTF World Cup 2026, Group 3"
},
{
"name": "Group 4",
"tournament_id": 3933,
"tournament_name": "ITTF World Cup 2026, Group 4"
},
{
"name": "Group 5",
"tournament_id": 35121,
"tournament_name": "ITTF World Cup 2026, Group 5"
},
{
"name": "Group 6",
"tournament_id": 35243,
"tournament_name": "ITTF World Cup 2026, Group 6"
},
{
"name": "Group 7",
"tournament_id": 34872,
"tournament_name": "ITTF World Cup 2026, Group 7"
},
{
"name": "Group 8",
"tournament_id": 72121,
"tournament_name": "ITTF World Cup 2026, Group 8"
},
{
"name": "Group 9",
"tournament_id": 34984,
"tournament_name": "ITTF World Cup 2026, Group 9"
}
]
}
]