Teams Seasons
Teams Seasons
Query Parameters
- team_id integerExample: eq.86
- 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
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- team_id integer
Note: This is a Primary Key.
- team_name text
- team_hash_image character varying
Possible values:
<= 64 characters - tournaments jsonb
[
{
"team_id": 86,
"team_name": "Auckland Mako",
"team_hash_image": "cd6042263348e048ec4bd0d0e61801de55f1d2129e2d9dda3fe69cf1193c9c06",
"tournaments": [
{
"seasons": [
{
"season_id": 41317,
"start_time": "2024-06-02",
"season_name": "Singapore Open, Women, Singles 2024"
},
{
"season_id": 59,
"start_time": "2025-05-28",
"season_name": "Singapore Open, Women, Singles 2025"
},
{
"season_id": 42081,
"start_time": "2023-06-06",
"season_name": "Singapore Open, Women, Singles 2023"
},
{
"season_id": 48457,
"start_time": "2018-07-19",
"season_name": "Singapore Open (WT) 2018, Women"
}
],
"tournament_id": 52,
"tournament_name": "NZIHL"
}
]
}
]
Loading...