Seasons Rounds
Seasons Rounds
Query Parameters
- season_id integerExample: eq.56
- 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
- season_id integer
Note: This is a Primary Key.
- season_name text
- rounds jsonb
[
{
"season_id": 56,
"season_name": "NZIHL 2026",
"rounds": [
{
"id": 1020,
"round": 1,
"end_time": "2026-07-26",
"start_time": "2026-05-08"
}
]
}
]
Loading...