Matches Statistics
Matches Statistics
Query Parameters
- match_id integer
Default value:
eq.4
- 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
Note: This is a Foreign Key to
matches.id
. - statistics jsonb
[
{
"match_id": 4,
"statistics": [
{
"type": "Blocked",
"period": "ALL",
"category": "Attacking",
"away_team": "15",
"home_team": "20"
},
{
"type": "Faceoffs won",
"period": "ALL",
"category": "Attacking",
"away_team": "32/67 (47%)",
"home_team": "35/67 (52%)"
},
{
"type": "Giveaways",
"period": "ALL",
"category": "Attacking",
"away_team": "15",
"home_team": "12"
},
{
"type": "Goals",
"period": "ALL",
"category": "Attacking",
"away_team": "1",
"home_team": "3"
},
{
"type": "Goals in powerplay",
"period": "ALL",
"category": "Attacking",
"away_team": "0/2 (0%)",
"home_team": "1/2 (50%)"
},
{
"type": "Hits",
"period": "ALL",
"category": "Attacking",
"away_team": "44",
"home_team": "43"
},
{
"type": "Penalty minutes",
"period": "ALL",
"category": "Attacking",
"away_team": "4",
"home_team": "4"
},
{
"type": "Shorthanded goals",
"period": "ALL",
"category": "Attacking",
"away_team": "0",
"home_team": "0"
},
{
"type": "Shots",
"period": "ALL",
"category": "Attacking",
"away_team": "32",
"home_team": "29"
},
{
"type": "Takeaways",
"period": "ALL",
"category": "Attacking",
"away_team": "11",
"home_team": "12"
}
]
}
]
Loading...