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
- average_even_strength_time_on_ice numeric
- average_power_play_time_on_ice numeric
- average_short_handed_time_on_ice numeric
- average_shifts numeric
- average_time_on_ice numeric
- even_strength_save_percentage numeric
- games_started numeric
- goals_against numeric
- goals_against_average numeric
- losses numeric
- overtime_losses numeric
- power_play_assists numeric
- power_play_saves numeric
- power_play_save_percentage numeric
- save_percentage numeric
- saves numeric
- even_strength_goals numeric
- even_strength_assists numeric
- even_strength_points numeric
- short_handed_assists numeric
- short_handed_saves numeric
- short_handed_save_percentage numeric
- short_handed_shots numeric
- shots_against numeric
- shutouts numeric
- takeaways numeric
- wins numeric
[
{
"id": 1,
"player_id": 12432,
"team_id": 3676,
"team_name": "Winnipeg Jets",
"league_id": 35,
"league_name": "NHL",
"season_id": 12,
"season_name": "2024/2025",
"type": "regularSeason",
"total_assists": 1,
"shots_blocked": 0,
"even_strength_time_on_ice": 193650,
"faceoff_win_percentage": 0,
"faceoffs_taken": 0,
"faceoffs_won": 0,
"game_winning_goals_scored": 0,
"total_goals_scored": 0,
"total_hits": 0,
"overtime_goals_scored": 0,
"total_penalty_minutes": 2,
"plus_minus_rating": 0,
"total_points": 1,
"power_play_goals_scored": 0,
"power_play_points": 0,
"power_play_time_on_ice": 15490,
"total_shifts_played": 240,
"short_handed_goals_scored": 0,
"short_handed_points": 0,
"short_handed_time_on_ice": 15342,
"total_shots_taken": 0,
"shooting_percentage": 0,
"total_time_on_ice": 224482,
"total_appearances": 63,
"average_even_strength_time_on_ice": 3074,
"average_power_play_time_on_ice": 246,
"average_short_handed_time_on_ice": 244,
"average_shifts": 3.81,
"average_time_on_ice": 3563,
"even_strength_save_percentage": 0.935,
"games_started": 62,
"goals_against": 125,
"goals_against_average": 2,
"losses": 12,
"overtime_losses": 3,
"power_play_assists": 0,
"power_play_saves": 44,
"power_play_save_percentage": 0.855,
"save_percentage": 0.925,
"saves": 1539,
"even_strength_goals": 0,
"even_strength_assists": 1,
"even_strength_points": 1,
"short_handed_assists": 0,
"short_handed_saves": 44,
"short_handed_save_percentage": 0.936,
"short_handed_shots": 0,
"shots_against": 1664,
"shutouts": 8,
"takeaways": 0,
"wins": 47
}
]
Loading...