Represents the aggregated statistics of all match actions by action types.
Last updated 1 year ago
action
string
Name of the action.
actionId
integer
Action ID.
actionAggregate
Frequency of a specific action recorded during a match.
subActionAggregates
Detailed information on the aggregated action.
{ "action": "Foul", "actionId": 308, "actionAggregate": 7, "subActionAggregates": [ { "subAction": "4 Points", "subActionId": 30801, "subActionAggregate": 7 } ] }