Players Statistics
Players Statistics
Query Parameters
- player_id integerExample: eq.208
- team_id integer
- league_id integerExample: eq.214
- season_id integerExample: eq.443
- type textExample: eq.overall
- 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.
- player_id integer
Note: This is a Foreign Key to
players.id. - team_id integer
Note: This is a Foreign Key to
teams.id. - team_name text
- team_hash_image character varying
Possible values:
<= 64 characters - league_id integer
Note: This is a Foreign Key to
leagues.id. - league_name text
- league_hash_image character varying
Possible values:
<= 64 characters - season_id integer
Note: This is a Foreign Key to
seasons.id. - season_name text
- type text
- total_assists numeric
- shots_blocked numeric
- even_strength_time_on_ice numeric
- faceoff_win_percentage numeric
- faceoffs_taken numeric
- faceoffs_won numeric
- game_winning_goals_scored numeric
- total_goals_scored numeric
- total_hits numeric
- overtime_goals_scored numeric
- total_penalty_minutes numeric
- plus_minus_rating numeric
- total_points numeric
- power_play_goals_scored numeric
- power_play_points numeric
- power_play_time_on_ice numeric
- total_shifts_played numeric
- short_handed_goals_scored numeric
- short_handed_points numeric
- short_handed_time_on_ice numeric
- total_shots_taken numeric
- shooting_percentage numeric
- total_time_on_ice numeric
- total_appearances numeric
[
{
"id": 1,
"player_id": 208,
"league_id": 214,
"league_name": "KHL",
"season_id": 443,
"season_name": "KHL 22/23",
"type": "overall",
"total_goals_scored": 10,
"total_appearances": 32
}
]
Loading...