Standings
Standings
Query Parameters
- id integer
Default value:
eq.53283
- type text
Default value:
eq.total
- season_id integer
Default value:
eq.13037
- league_id integer
Default value:
eq.2221
- 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.
- tournament_id integer
Note: This is a Foreign Key to
seasons-by-tournament.tournament_id
. - tournament_name text
- type text
- name text
- season_id integer
Note: This is a Foreign Key to
seasons.id
. - season_name text
- league_id integer
Note: This is a Foreign Key to
leagues.id
. - league_name text
- league_hash_image text
- competitors jsonb
[
{
"id": 53283,
"tournament_id": 7508,
"type": "total",
"name": "SDHL, Women 22/23, Relegation/Promotion Round",
"season_id": 13037,
"season_name": "SDHL, Women 22/23",
"league_id": 2221,
"league_name": "SDHL",
"league_hash_image": "126bc9e7c8909ee3a024ee7562e4abef9dc6e353222809b23967bd49d77e30d5",
"competitors": [
{
"wins": 0,
"draws": 0,
"losses": 4,
"points": 0,
"matches": 4,
"team_id": 35542,
"position": 3,
"team_name": "Skellefteå AIK",
"scores_for": 6,
"penalty_wins": 0,
"penalty_losses": 0,
"scores_against": 19,
"team_hash_image": "c35b539cbedf9694fe436891e83b33e8e43c862eefe35f9dca6bd6101008054d",
"overtime_and_penalty_losses": 0
},
{
"wins": 2,
"draws": 0,
"losses": 2,
"points": 7,
"matches": 4,
"team_id": 35368,
"position": 2,
"team_name": "AIK IF",
"scores_for": 14,
"penalty_wins": 0,
"penalty_losses": 0,
"scores_against": 14,
"team_hash_image": "c7e3cc057cf519eb9b5823ee068ab415bfaa07f3a9405827e9238d796cbdcf80",
"overtime_and_penalty_losses": 1
},
{
"wins": 4,
"draws": 0,
"losses": 0,
"points": 11,
"matches": 4,
"team_id": 35306,
"position": 1,
"team_name": "Frolunda HC",
"scores_for": 19,
"penalty_wins": 0,
"penalty_losses": 0,
"scores_against": 6,
"team_hash_image": "e392f4d84555d7f776c9518331bbfbbb8e68b7304461470891fce7a17b848620",
"overtime_and_penalty_losses": 0
}
]
}
]
Loading...