Seasons Info
Seasons Info
Query Parameters
- season_id integerExample: eq.78
- 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 integer
- competitors integer
- total_prize_money integer
- total_prize_money_currency text
- city text
- countries string[]
- higher_tournament_teams jsonb
- lower_tournament_teams jsonb
- tournament_other_teams jsonb
[
{
"season_id": 78,
"season_name": "NZIHL 2025",
"competitors": 5,
"countries": [
"New Zealand"
]
}
]
Loading...