Seasons
Seasons
Query Parameters
- id integer
Default value:
eq.37338
- league_id integer
Default value:
eq.10067
- offset string
Default value:
0
Limiting and Pagination
- limit string
Default value:
50
Limiting and Pagination
- lang string
Default value:
en
Multi-language
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": 37338,
"name": "NCAA Women, Regular Season 21/22",
"year": "21/22",
"start_time": "2021-09-24",
"end_time": "2022-03-06",
"league_id": 10067,
"league_name": "NCAA Women",
"league_hash_image": "8fb79902e7763b55172b34c973f7c346741eac294b8bf3ae22068e9a51db0d61"
}
]
Loading...