# Period Action Aggregates

## Attributes

<table><thead><tr><th width="183.33333333333331">Name</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>type</td><td>string</td><td>The period of the match.</td></tr><tr><td>label</td><td>integer</td><td>Period name.</td></tr><tr><td>period</td><td>integer</td><td>Match type.</td></tr><tr><td>aggregates</td><td><a data-mention href="game-action-aggregates">game-action-aggregates</a></td><td>General and event-specific attributes.</td></tr></tbody></table>

{% code title="Response JSON" %}

```json
{
  "type": "Regular",
  "label": "2nd half",
  "period": 2,
  "aggregates": [
    {
      "action": "Shot",
      "actionAggregate": 17,
      "actionId": 111,
      "subActionAggregates": [
        {
          "subAction": "Wide/Over (Off Target)",
          "subActionAggregate": 7,
          "subActionId": 11105
        }
      ]
    }
  ]
}
```

{% endcode %}
