Match
Top match statistics
Top statistics for the given match.
get/matches/{match_id}/top_stats
Path parameters
match_idinteger required
ID of the match.
Response
OK
Example response
{
"data": {
"home": {
"shots": [
{
"stats": {
"fouls": 3,
"touches": 41,
"shots": 4,
"duels": 21,
"duels_won": 11,
"duels_won_in_percentage": 52.38,
"accurate_passes_in_percentage": 59.09,
"assists_for_shots_on_goal": 12,
"assists_for_goals": 2,
"offsides": 1,
"passes": 21
}
}
]
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.