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 of the aggregated action.
{ "action": "Penalty Awarded", "actionId": 106, "actionAggregate": 1, "subActionAggregates": [ { "subAction": "Foul", "subActionId": 10601, "subActionAggregate": 1 } ] }