# Period Action Aggregates

## Attributes

<table><thead><tr><th width="204">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": "3rd frame",
  "period": 3,
  "aggregates": [
    {
      "action": "Foul",
      "actionId": 308,
      "actionAggregate": 4,
      "subActionAggregates": [
        {
          "subAction": "4 Points",
          "subActionId": 30801,
          "subActionAggregate": 4
        }
       ]
    }
  ]
}
```

{% endcode %}
