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://futsal.sportmicro.com/teams-seasons?team_id=eq.{team_id}
Query Parameters
- team_id integer
The id of the team
Example: eq.85 - 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": 85,
"team_name": "Brazil",
"team_hash_image": "c5b1f41a59ff42ef61665809399b0d8f0081045bbe31fe35a7d456c0b2a7c16e",
"tournaments": [
{
"seasons": [
{
"season_id": 821,
"start_time": "2020-08-11",
"season_name": "AFL 2020"
},
{
"season_id": 1125,
"start_time": "2017-04-14",
"season_name": "AFL 2017"
},
{
"season_id": 946,
"start_time": "2019-03-23",
"season_name": "AFL 2019"
},
{
"season_id": 1576,
"start_time": "2013-04-07",
"season_name": "AFL 2013"
},
{
"season_id": 1808,
"start_time": "2011-04-03",
"season_name": "AFL 2011"
},
{
"season_id": 1708,
"start_time": "2012-04-29",
"season_name": "AFL 2012"
},
{
"season_id": 1297,
"start_time": "2015-06-18",
"season_name": "AFL 2015"
},
{
"season_id": 290,
"start_time": "2025-03-08",
"season_name": "AFL 2025"
},
{
"season_id": 425,
"start_time": "2024-03-22",
"season_name": "AFL 2024"
},
{
"season_id": 577,
"start_time": "2023-06-18",
"season_name": "AFL 2023"
},
{
"season_id": 724,
"start_time": "2022-03-16",
"season_name": "AFL 2022"
},
{
"season_id": 1423,
"start_time": "2014-07-05",
"season_name": "AFL 2014"
},
{
"season_id": 1196,
"start_time": "2016-04-02",
"season_name": "AFL 2016"
},
{
"season_id": 731,
"start_time": "2021-03-28",
"season_name": "AFL 2021"
},
{
"season_id": 29479,
"start_time": "2009-05-24",
"season_name": "AFL 2009"
},
{
"season_id": 1036,
"start_time": "2018-06-02",
"season_name": "AFL 2018"
},
{
"season_id": 29336,
"start_time": "2010-04-03",
"season_name": "AFL 2010"
},
{
"season_id": 62,
"start_time": "2026-05-10",
"season_name": "AFL 2026"
}
],
"tournament_id": 54,
"tournament_name": "FIFA Futsal World Cup - Group D"
}
]
}
]