# Sub Action Aggregates

## Attributes

| Name               | Type    | Description                                             |
| ------------------ | ------- | ------------------------------------------------------- |
| subAction          | string  | Name of the action.                                     |
| subActionId        | integer | Action ID.                                              |
| subActionAggregate | integer | Frequency of a specific action recorded during a match. |

{% code title="Response JSON" %}

```json
{
    "subAction": "Foul",
    "subActionId": 10601,
    "subActionAggregate": 1
}
```

{% endcode %}
