Players Statistics
Players Statistics
Query Parameters
- player_id integer
Default value:
eq.70098
- team_id integer
Default value:
eq.36892
- league_id integer
Default value:
eq.2071
- season_id integer
Default value:
eq.14286
- type text
Default value:
eq.regularSeason
- 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.
- 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": 70098,
"team_id": 36892,
"team_name": "Anaheim Ducks",
"team_hash_image": "717a785e0b01853b9f996144bd33b0c8297d7fe9ece3f940467af8ddaabda6c4",
"league_id": 2071,
"league_name": "NHL",
"league_hash_image": "04f699e960eab3da1e26aff4fd198b3f9e05f8bdceb1a3a389c873e5a2a75e59",
"season_id": 14286,
"season_name": "NHL 21/22",
"type": "regularSeason",
"total_assists": 0,
"shots_blocked": 4,
"even_strength_time_on_ice": 5226,
"game_winning_goals_scored": 0,
"total_goals_scored": 0,
"total_hits": 11,
"overtime_goals_scored": 0,
"total_penalty_minutes": 0,
"plus_minus_rating": 0,
"total_points": 0,
"power_play_goals_scored": 0,
"power_play_points": 0,
"power_play_time_on_ice": 0,
"total_shifts_played": 111,
"short_handed_goals_scored": 0,
"short_handed_points": 0,
"short_handed_time_on_ice": 54,
"total_shots_taken": 6,
"shooting_percentage": 0,
"total_time_on_ice": 5280,
"total_appearances": 6
}
]
Loading...