Standings
Standings
Query Parameters
- id integerExample: eq.29
- type textExample: eq.total
- season_id integerExample: eq.56
- league_id integerExample: eq.53
- 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.
- 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": 29,
"tournament_id": 52,
"tournament_name": "NZIHL",
"type": "total",
"name": "NZIHL 2026",
"season_id": 56,
"season_name": "NZIHL 2026",
"league_id": 53,
"league_name": "NZIHL",
"league_hash_image": "790ee7389513138a83ede7be5e2d39b87a6ffb3f3e6ba12b8d134fc165e1563a",
"competitors": [
{
"wins": 0,
"draws": 0,
"losses": 0,
"points": 0,
"matches": 0,
"team_id": 86,
"position": 1,
"team_name": "Auckland Mako",
"scores_for": 0,
"penalty_wins": 0,
"penalty_losses": 0,
"scores_against": 0,
"team_hash_image": "cd6042263348e048ec4bd0d0e61801de55f1d2129e2d9dda3fe69cf1193c9c06",
"overtime_and_penalty_losses": 0
},
{
"wins": 0,
"draws": 0,
"losses": 0,
"points": 0,
"matches": 0,
"team_id": 97,
"position": 2,
"team_name": "Botany Swarm",
"scores_for": 0,
"penalty_wins": 0,
"penalty_losses": 0,
"scores_against": 0,
"team_hash_image": "4d80741fdca183186aac397f5257eb99955da0f8cc4f58bc577b695c187267a5",
"overtime_and_penalty_losses": 0
},
{
"wins": 0,
"draws": 0,
"losses": 0,
"points": 0,
"matches": 0,
"team_id": 107,
"position": 5,
"team_name": "Skycity Stampede",
"scores_for": 0,
"penalty_wins": 0,
"penalty_losses": 0,
"scores_against": 0,
"team_hash_image": "b737632a36fc3c99c490dd080b25df41dde8e26e91c3fd27556106bb2adf1285",
"overtime_and_penalty_losses": 0
},
{
"wins": 0,
"draws": 0,
"losses": 0,
"points": 0,
"matches": 0,
"team_id": 117,
"position": 6,
"team_name": "West Auckland Admirals",
"scores_for": 0,
"penalty_wins": 0,
"penalty_losses": 0,
"scores_against": 0,
"team_hash_image": "86122f76b9a14935f89e0555046f6763d5e01e8afdd08c66ad3f96d516abb0b4",
"overtime_and_penalty_losses": 0
},
{
"wins": 0,
"draws": 0,
"losses": 0,
"points": 0,
"matches": 0,
"team_id": 135,
"position": 3,
"team_name": "Canterbury Red Devils",
"scores_for": 0,
"penalty_wins": 0,
"penalty_losses": 0,
"scores_against": 0,
"team_hash_image": "105dfa1efa4a4e01fd39bc425e7e1e3f26a6074f0074d00e619501d34d6f1d3f",
"overtime_and_penalty_losses": 0
},
{
"wins": 0,
"draws": 0,
"losses": 0,
"points": 0,
"matches": 0,
"team_id": 150,
"position": 4,
"team_name": "Dunedin Thunder",
"scores_for": 0,
"penalty_wins": 0,
"penalty_losses": 0,
"scores_against": 0,
"team_hash_image": "106438869b59a25d86e80d5d48c72a2e9c8ce3dc28786aef6111d26fda1f4d54",
"overtime_and_penalty_losses": 0
}
]
}
]
Loading...