Seasons By League
Seasons By League
Query Parameters
- league_id integerExample: eq.53
- 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
- league_id integer
Note: This is a Foreign Key to
leagues.id. - league_name text
- league_hash_image text
- seasons jsonb
[
{
"league_id": 53,
"league_name": "NZIHL",
"league_hash_image": "790ee7389513138a83ede7be5e2d39b87a6ffb3f3e6ba12b8d134fc165e1563a",
"seasons": [
{
"id": 56,
"name": "NZIHL 2026",
"year": "2026",
"start_time": "2026-07-26"
},
{
"id": 78,
"name": "NZIHL 2025",
"year": "2025",
"start_time": "2025-03-29"
},
{
"id": 94,
"name": "NZIHL 2024",
"year": "2024",
"start_time": "2024-05-25"
},
{
"id": 102,
"name": "NZIHL 2023",
"year": "2023",
"start_time": "2023-07-15"
},
{
"id": 118,
"name": "NZIHL 2022",
"year": "2022",
"start_time": "2022-08-14"
},
{
"id": 123,
"name": "NZIHL 2021",
"year": "2021",
"start_time": "2021-05-23"
},
{
"id": 127,
"name": "NZIHL 2020",
"year": "2020",
"start_time": "2020-09-18"
},
{
"id": 131,
"name": "NZIHL 2019",
"year": "2019",
"start_time": "2019-05-19"
},
{
"id": 138,
"name": "NZIHL 2018",
"year": "2018",
"start_time": "2018-05-26"
}
]
}
]
Loading...