Matches Players Statistics
Matches Players Statistics
Query Parameters
- match_id integer
Default value:
eq.4
- team_id integer
Default value:
eq.35303
- player_id integer
Default value:
eq.27621
- 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
- match_id integer
- team_id integer
Note: This is a Foreign Key to
teams.id
. - player_id integer
Note: This is a Foreign Key to
players.id
. - position text
- assists integer
- goals integer
- shots integer
- hits integer
- takeaways integer
- giveaways integer
- blocked integer
- plus_minus integer
- seconds_played integer
- penalty_minutes integer
- power_play_goals integer
- power_play_assists integer
- face_off_wins integer
- face_off_taken integer
- short_handed_goals integer
- short_handed_assists integer
[
{
"match_id": 4,
"team_id": 35303,
"player_id": 27621,
"position": "L",
"assists": 0,
"goals": 0,
"shots": 2,
"hits": 1,
"takeaways": 1,
"giveaways": 0,
"blocked": 0,
"plus_minus": 0,
"seconds_played": 714,
"penalty_minutes": 0,
"power_play_goals": 0,
"power_play_assists": 0,
"face_off_wins": 10,
"face_off_taken": 14,
"short_handed_goals": 0,
"short_handed_assists": 0
}
]
Loading...