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://handball.sportmicro.com/seasons-groups?season_id=eq.{season_id}
Query Parameters
- season_id integer
The id of the season
Example: eq.153 - 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": 153,
"season_name": "World Championship 2025",
"groups": [
{
"name": "Group A",
"tournament_id": 139,
"tournament_name": "World Championship - Group A"
},
{
"name": "Group B",
"tournament_id": 5027,
"tournament_name": "World Championship - Group B"
},
{
"name": "Group C",
"tournament_id": 33420,
"tournament_name": "World Championship - Group C"
},
{
"name": "Group D",
"tournament_id": 168,
"tournament_name": "World Championship - Group D"
},
{
"name": "Group E",
"tournament_id": 142,
"tournament_name": "World Championship - Group E"
},
{
"name": "Group F",
"tournament_id": 5008,
"tournament_name": "World Championship - Group F"
},
{
"name": "Group G",
"tournament_id": 4583,
"tournament_name": "World Championship - Group G"
},
{
"name": "Group H",
"tournament_id": 33125,
"tournament_name": "World Championship - Group H"
},
{
"name": "Main Round Group I",
"tournament_id": 33734,
"tournament_name": "World Championship Men - Main Round Group I"
},
{
"name": "Main Round Group II",
"tournament_id": 33737,
"tournament_name": "World Championship Men - Main Round Group II"
},
{
"name": "Main Round Group III",
"tournament_id": 34361,
"tournament_name": "World Championship - Main Round Group III"
},
{
"name": "Main Round Group IV",
"tournament_id": 34631,
"tournament_name": "World Championship - Main Round Group IV"
},
{
"name": "President's Cup Group I",
"tournament_id": 32434,
"tournament_name": "World Championship - Presidents Cup Group I"
},
{
"name": "President's Cup Group II",
"tournament_id": 29544,
"tournament_name": "World Championship - Presidents Cup Group II"
}
]
}
]