Seasons By Tournament
Seasons By Tournament
Query Parameters
- tournament_id integerExample: eq.52
- 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
- tournament_id integer
Note: This is a Primary Key.
- tournament_name text
- seasons jsonb
[
{
"tournament_id": 52,
"tournament_name": "NZIHL",
"seasons": [
{
"id": 56,
"name": "NZIHL 2026",
"year": "2026"
},
{
"id": 78,
"name": "NZIHL 2025",
"year": "2025"
},
{
"id": 94,
"name": "NZIHL 2024",
"year": "2024"
},
{
"id": 102,
"name": "NZIHL 2023",
"year": "2023"
},
{
"id": 118,
"name": "NZIHL 2022",
"year": "2022"
},
{
"id": 123,
"name": "NZIHL 2021",
"year": "2021"
},
{
"id": 127,
"name": "NZIHL 2020",
"year": "2020"
},
{
"id": 131,
"name": "NZIHL 2019",
"year": "2019"
},
{
"id": 138,
"name": "NZIHL 2018",
"year": "2018"
}
]
}
]
Loading...