Teams Seasons
This endpoint allows you to retrieve the seasons from teams.
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 seasons from a specific team_idhttps://floorball.sportmicro.com/teams-seasons?team_id=eq.{team_id}
Query Parameters
- team_id integer
The id of the team
Example: eq.93 - 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
- team_id integer
The id of the team
Note: This is a Primary Key.
- team_name text
The name of the team
- team_hash_image character varying
Possible values:
<= 64 charactersThe hash image of the team
- tournaments jsonb
The tournaments of the team playing
[
{
"team_id": 93,
"team_name": "IBF Falun",
"team_hash_image": "88beb5c684b8e16063005d74529f16c693719dc7afd586af2ce51a2fca05a883",
"tournaments": [
{
"seasons": [
{
"season_id": 89,
"start_time": "2025-02-15",
"season_name": "Svenska Superligan 24/25"
},
{
"season_id": 332,
"start_time": "2016-10-30",
"season_name": "Svenska Superligan 16/17"
},
{
"season_id": 320,
"start_time": "2018-09-30",
"season_name": "Svenska Superligan 18/19"
},
{
"season_id": 497,
"start_time": "2011-10-30",
"season_name": "Svenska Superligan 11/12"
},
{
"season_id": 479,
"start_time": "2013-03-19",
"season_name": "Svenska Superligan 12/13"
},
{
"season_id": 473,
"start_time": "2013-11-29",
"season_name": "Svenska Superligan 13/14"
},
{
"season_id": 510,
"start_time": "2009-09-18",
"season_name": "Svenska Superligan 09/10"
},
{
"season_id": 466,
"start_time": "2015-09-20",
"season_name": "Svenska Superligan 15/16"
},
{
"season_id": 518,
"start_time": "2009-02-11",
"season_name": "Svenska Superligan 08/09"
},
{
"season_id": 144,
"start_time": "2021-09-17",
"season_name": "Svenska Superligan 21/22"
},
{
"season_id": 79,
"start_time": "2025-11-02",
"season_name": "Svenska Superligan 25/26"
},
{
"season_id": 503,
"start_time": "2010-09-18",
"season_name": "Svenska Superligan 10/11"
},
{
"season_id": 148,
"start_time": "2021-03-03",
"season_name": "Svenska Superligan 20/21"
},
{
"season_id": 311,
"start_time": "2014-09-21",
"season_name": "Svenska Superligan 14/15"
},
{
"season_id": 139,
"start_time": "2019-10-24",
"season_name": "Svenska Superligan 19/20"
},
{
"season_id": 105,
"start_time": "2024-03-16",
"season_name": "Svenska Superligan 23/24"
},
{
"season_id": 114,
"start_time": "2022-09-25",
"season_name": "Svenska Superligan 22/23"
},
{
"season_id": 327,
"start_time": "2017-11-25",
"season_name": "Svenska Superligan 17/18"
}
],
"tournament_id": 69,
"tournament_name": "Svenska Superligan"
}
]
}
]