Seasons
Seasons
Query Parameters
- id integerExample: eq.30211
- league_id integerExample: eq.8463
- 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
- id integer
Note: This is a Primary Key.
- name text
- year text
- start_time text
- end_time text
- league_id integer
Note: This is a Foreign Key to
leagues.id. - league_name text
- league_hash_image text
[
{
"id": 30211,
"name": "Euro Hockey Tour, Women 24/25",
"year": "24/25",
"start_time": "2024-08-30",
"end_time": "2024-08-30",
"league_id": 8463,
"league_name": "Euro Hockey Tour - Women"
}
]
Loading...