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://aussie-rules.sportmicro.com/teams-seasons?team_id=eq.{team_id}
Query Parameters
- team_id integer
The id of the team
Example: eq.89 - 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": 89,
"team_name": "Western Bulldogs",
"team_hash_image": "fc6da55ddafacc2b8efa3a6428ab271bb5463d50f8e5928edbe6bab576f7bba7",
"tournaments": [
{
"seasons": [
{
"season_id": 28985,
"start_time": "2023-12-16",
"season_name": "PDC World Championship 23/24"
},
{
"season_id": 31732,
"start_time": "2020-01-01",
"season_name": "PDC World Championship 19/20"
},
{
"season_id": 31988,
"start_time": "2018-12-22",
"season_name": "PDC World Championship 18/19"
},
{
"season_id": 32229,
"start_time": "2017-12-28",
"season_name": "PDC World Championship 17/18"
},
{
"season_id": 61,
"start_time": "2025-12-12",
"season_name": "PDC World Championship 2026"
},
{
"season_id": 32509,
"start_time": "2017-01-02",
"season_name": "PDC World Championship 16/17"
},
{
"season_id": 30828,
"start_time": "2021-12-17",
"season_name": "PDC World Championship 21/22"
},
{
"season_id": 32838,
"start_time": "2016-01-03",
"season_name": "PDC World Championship 15/16"
},
{
"season_id": 33187,
"start_time": "2014-12-19",
"season_name": "PDC World Championship 14/15"
},
{
"season_id": 31352,
"start_time": "2020-12-18",
"season_name": "PDC World Championship 20/21"
},
{
"season_id": 33497,
"start_time": "2013-12-14",
"season_name": "PDC World Championship 13/14"
},
{
"season_id": 33696,
"start_time": "2012-12-14",
"season_name": "PDC World Championship 12/13"
},
{
"season_id": 33851,
"start_time": "2011-12-15",
"season_name": "PDC World Championship 11/12"
},
{
"season_id": 34019,
"start_time": "2010-12-16",
"season_name": "PDC World Championship 10/11"
},
{
"season_id": 34269,
"start_time": "2009-12-18",
"season_name": "PDC World Championship 09/10"
},
{
"season_id": 34410,
"start_time": "2008-12-20",
"season_name": "PDC World Championship 08/09"
},
{
"season_id": 30036,
"start_time": "2022-12-17",
"season_name": "PDC World Championship 22/23"
},
{
"season_id": 26992,
"start_time": "2024-12-22",
"season_name": "PDC World Championship 24/25"
}
],
"tournament_id": 59,
"tournament_name": "AFL"
}
]
}
]