> For the complete documentation index, see [llms.txt](https://docs.sportradar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sportradar.com/basketball/json-objects/stats-objects/team-action-aggregates.md).

# Team Action Aggregates

## Properties

<table data-header-hidden><thead><tr><th width="269">Property</th><th>Description</th></tr></thead><tbody><tr><td>teamId<br><em><mark style="color:blue;">string</mark></em></td><td>Unique team id</td></tr><tr><td>name<br><mark style="color:blue;">string</mark></td><td>Team name</td></tr><tr><td>homeTeam<br><mark style="color:blue;">boolean</mark></td><td>Denotes whether the team is the home team<br>Values are <code>true</code> or <code>false</code></td></tr><tr><td>gameActionAggregates<br><a href="/pages/geukZqnlILnyCdgIdmda"><em><mark style="color:blue;">Action Aggregates []</mark></em></a></td><td>Aggregated event data that comprises of general attributes and event specific attributes and is grouped by sport specific action types.</td></tr><tr><td>periodActionAggregates<br><a href="/pages/L43Xf8y5bHqoRPdCVhnq"><em><mark style="color:blue;">Period Action Aggregates []</mark></em></a></td><td>Provides aggregated event data grouped by each period within the match</td></tr><tr><td>playerActionAggregates<br><a href="/pages/llarbBw676F1ElWBk2w3"><em><mark style="color:blue;">Player Action Aggregates []</mark></em></a></td><td>Provided aggregated event data grouped by each player</td></tr></tbody></table>

```json
{
  "seqNum": 806,
  "traceId": "d0067b7aaafaa8eeff533f095a2628c0",
  "version": 1,
  "finished": true,
  "fixtureId": "3a0bfed3-fdc6-41ec-8f3a-349db21cc2ed",
  "timestamp": "2023-02-01T21:48:03.530293700Z",
  "teamActionAggregates": [
    {
      "team": {
        "id": "2c789564-ce50-4e84-9961-2039ed0c4f73",
        "name": "Royale Union Saint Gilloise",
        "homeTeam": "true"
      },
      "gameActionAggregates": [
        {
          "action": "Kick Off",
          "actionId": 121,
          "actionAggregate": 1,
          "subActionAggregates": []
        },
        {
          "action": "Safe",
          "actionId": 101,
          "actionAggregate": 102,
          "subActionAggregates": []
        },
        {
          "action": "Attack",
          "actionId": 102,
          "actionAggregate": 109,
          "subActionAggregates": []
        },
        {
          "action": "Dangerous Attack",
          "actionId": 103,
          "actionAggregate": 74,
          "subActionAggregates": []
        },
        {
          "action": "Throw In Awarded",
          "actionId": 126,
          "actionAggregate": 29,
          "subActionAggregates": []
        },
        {
          "action": "Throw In Taken",
          "actionId": 113,
          "actionAggregate": 29,
          "subActionAggregates": []
        },
        {
          "action": "Free Kick",
          "actionId": 118,
          "actionAggregate": 7,
          "subActionAggregates": []
        },
        {
          "action": "Corner Awarded",
          "actionId": 127,
          "actionAggregate": 5,
          "subActionAggregates": []
        },
        {
          "action": "Corner Taken",
          "actionId": 108,
          "actionAggregate": 5,
          "subActionAggregates": []
        },
        {
          "action": "Shot",
          "actionId": 111,
          "actionAggregate": 8,
          "subActionAggregates": [
            {
              "subAction": "Blocked",
              "subActionId": 11103,
              "subActionAggregate": 4
            },
            {
              "subAction": "Wide/Over (Off Target)",
              "subActionId": 11105,
              "subActionAggregate": 3
            },
            {
              "subAction": "On Target",
              "subActionId": 11102,
              "subActionAggregate": 1
            }
          ]
        },
        {
          "action": "Goal Kick",
          "actionId": 109,
          "actionAggregate": 9,
          "subActionAggregates": []
        },
        {
          "action": "Dangerous Free Kick",
          "actionId": 115,
          "actionAggregate": 3,
          "subActionAggregates": []
        },
        {
          "action": "Yellow Card",
          "actionId": 107,
          "actionAggregate": 1,
          "subActionAggregates": []
        },
        {
          "action": "Offside",
          "actionId": 110,
          "actionAggregate": 2,
          "subActionAggregates": []
        },
        {
          "action": "Goal",
          "actionId": 104,
          "actionAggregate": 1,
          "subActionAggregates": []
        }
      ],
      "periodActionAggregates": [
        {
          "period": 1,
          "aggregates": [
            {
              "action": "Kick Off",
              "actionId": 121,
              "actionAggregate": 1,
              "subActionAggregates": []
            },
            {
              "action": "Safe",
              "actionId": 101,
              "actionAggregate": 63,
              "subActionAggregates": []
            },
            {
              "action": "Attack",
              "actionId": 102,
              "actionAggregate": 61,
              "subActionAggregates": []
            },
            {
              "action": "Dangerous Attack",
              "actionId": 103,
              "actionAggregate": 41,
              "subActionAggregates": []
            },
            {
              "action": "Throw In Awarded",
              "actionId": 126,
              "actionAggregate": 14,
              "subActionAggregates": []
            },
            {
              "action": "Throw In Taken",
              "actionId": 113,
              "actionAggregate": 14,
              "subActionAggregates": []
            },
            {
              "action": "Free Kick",
              "actionId": 118,
              "actionAggregate": 2,
              "subActionAggregates": []
            },
            {
              "action": "Corner Awarded",
              "actionId": 127,
              "actionAggregate": 1,
              "subActionAggregates": []
            },
            {
              "action": "Corner Taken",
              "actionId": 108,
              "actionAggregate": 1,
              "subActionAggregates": []
            },
            {
              "action": "Shot",
              "actionId": 111,
              "actionAggregate": 3,
              "subActionAggregates": [
                {
                  "subAction": "Blocked",
                  "subActionId": 11103,
                  "subActionAggregate": 2
                },
                {
                  "subAction": "Wide/Over (Off Target)",
                  "subActionId": 11105,
                  "subActionAggregate": 1
                }
              ]
            },
            {
              "action": "Goal Kick",
              "actionId": 109,
              "actionAggregate": 7,
              "subActionAggregates": []
            },
            {
              "action": "Dangerous Free Kick",
              "actionId": 115,
              "actionAggregate": 1,
              "subActionAggregates": []
            },
            {
              "action": "Yellow Card",
              "actionId": 107,
              "actionAggregate": 1,
              "subActionAggregates": []
            }
          ]
        },
        {
          "period": 2,
          "aggregates": [
            {
              "action": "Safe",
              "actionId": 101,
              "actionAggregate": 39,
              "subActionAggregates": []
            },
            {
              "action": "Throw In Awarded",
              "actionId": 126,
              "actionAggregate": 15,
              "subActionAggregates": []
            },
            {
              "action": "Throw In Taken",
              "actionId": 113,
              "actionAggregate": 15,
              "subActionAggregates": []
            },
            {
              "action": "Attack",
              "actionId": 102,
              "actionAggregate": 48,
              "subActionAggregates": []
            },
            {
              "action": "Dangerous Attack",
              "actionId": 103,
              "actionAggregate": 33,
              "subActionAggregates": []
            },
            {
              "action": "Offside",
              "actionId": 110,
              "actionAggregate": 2,
              "subActionAggregates": []
            },
            {
              "action": "Free Kick",
              "actionId": 118,
              "actionAggregate": 5,
              "subActionAggregates": []
            },
            {
              "action": "Shot",
              "actionId": 111,
              "actionAggregate": 5,
              "subActionAggregates": [
                {
                  "subAction": "Blocked",
                  "subActionId": 11103,
                  "subActionAggregate": 2
                },
                {
                  "subAction": "Wide/Over (Off Target)",
                  "subActionId": 11105,
                  "subActionAggregate": 2
                },
                {
                  "subAction": "On Target",
                  "subActionId": 11102,
                  "subActionAggregate": 1
                }
              ]
            },
            {
              "action": "Corner Awarded",
              "actionId": 127,
              "actionAggregate": 4,
              "subActionAggregates": []
            },
            {
              "action": "Corner Taken",
              "actionId": 108,
              "actionAggregate": 4,
              "subActionAggregates": []
            },
            {
              "action": "Goal Kick",
              "actionId": 109,
              "actionAggregate": 2,
              "subActionAggregates": []
            },
            {
              "action": "Dangerous Free Kick",
              "actionId": 115,
              "actionAggregate": 2,
              "subActionAggregates": []
            },
            {
              "action": "Goal",
              "actionId": 104,
              "actionAggregate": 1,
              "subActionAggregates": []
            }
          ]
        }
      ],
      "playerActionAggregates": [
        {
          "player": {
            "id": "3e43f633-d337-4be5-9134-ccf6d9febc61",
            "name": "Senne Lynen"
          },
          "gameActionAggregates": [
            {
              "action": "Yellow Card",
              "actionId": 107,
              "actionAggregate": 1,
              "subActionAggregates": []
            }
          ],
          "periodActionAggregates": [
            {
              "period": 1,
              "aggregates": [
                {
                  "action": "Yellow Card",
                  "actionId": 107,
                  "actionAggregate": 1,
                  "subActionAggregates": []
                }
              ]
            }
          ]
        },
        {
          "player": {
            "id": "255b03ff-5454-4092-8171-701c9ba89ce3",
            "name": "V Boniface"
          },
          "gameActionAggregates": [
            {
              "action": "Offside",
              "actionId": 110,
              "actionAggregate": 2,
              "subActionAggregates": []
            }
          ],
          "periodActionAggregates": [
            {
              "period": 2,
              "aggregates": [
                {
                  "action": "Offside",
                  "actionId": 110,
                  "actionAggregate": 2,
                  "subActionAggregates": []
                }
              ]
            }
          ]
        },
        {
          "player": {
            "id": "5bb06895-bcb0-4f9d-bc1a-e8c8bb8cc695",
            "name": "Bart Nieuwkoop"
          },
          "gameActionAggregates": [
            {
              "action": "Goal",
              "actionId": 104,
              "actionAggregate": 1,
              "subActionAggregates": []
            }
          ],
          "periodActionAggregates": [
            {
              "period": 2,
              "aggregates": [
                {
                  "action": "Goal",
                  "actionId": 104,
                  "actionAggregate": 1,
                  "subActionAggregates": []
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "team": {
        "id": "216005c0-ecfd-48ea-b9b9-a2635eacb13f",
        "name": "Royal Antwerp FC"
      },
      "gameActionAggregates": [
        {
          "action": "Safe",
          "actionId": 101,
          "actionAggregate": 114,
          "subActionAggregates": []
        },
        {
          "action": "Attack",
          "actionId": 102,
          "actionAggregate": 88,
          "subActionAggregates": []
        },
        {
          "action": "Throw In Awarded",
          "actionId": 126,
          "actionAggregate": 26,
          "subActionAggregates": []
        },
        {
          "action": "Throw In Taken",
          "actionId": 113,
          "actionAggregate": 26,
          "subActionAggregates": []
        },
        {
          "action": "Dangerous Attack",
          "actionId": 103,
          "actionAggregate": 40,
          "subActionAggregates": []
        },
        {
          "action": "Free Kick",
          "actionId": 118,
          "actionAggregate": 7,
          "subActionAggregates": []
        },
        {
          "action": "Goal Kick",
          "actionId": 109,
          "actionAggregate": 8,
          "subActionAggregates": []
        },
        {
          "action": "Shot",
          "actionId": 111,
          "actionAggregate": 4,
          "subActionAggregates": [
            {
              "subAction": "Wide/Over (Off Target)",
              "subActionId": 11105,
              "subActionAggregate": 3
            },
            {
              "subAction": "Blocked",
              "subActionId": 11103,
              "subActionAggregate": 1
            }
          ]
        },
        {
          "action": "Kick Off",
          "actionId": 121,
          "actionAggregate": 2,
          "subActionAggregates": []
        },
        {
          "action": "Offside",
          "actionId": 110,
          "actionAggregate": 1,
          "subActionAggregates": []
        },
        {
          "action": "Yellow Card",
          "actionId": 107,
          "actionAggregate": 2,
          "subActionAggregates": []
        },
        {
          "action": "Dangerous Free Kick",
          "actionId": 115,
          "actionAggregate": 1,
          "subActionAggregates": []
        }
      ],
      "periodActionAggregates": [
        {
          "period": 1,
          "aggregates": [
            {
              "action": "Safe",
              "actionId": 101,
              "actionAggregate": 57,
              "subActionAggregates": []
            },
            {
              "action": "Attack",
              "actionId": 102,
              "actionAggregate": 46,
              "subActionAggregates": []
            },
            {
              "action": "Throw In Awarded",
              "actionId": 126,
              "actionAggregate": 12,
              "subActionAggregates": []
            },
            {
              "action": "Throw In Taken",
              "actionId": 113,
              "actionAggregate": 12,
              "subActionAggregates": []
            },
            {
              "action": "Dangerous Attack",
              "actionId": 103,
              "actionAggregate": 21,
              "subActionAggregates": []
            },
            {
              "action": "Free Kick",
              "actionId": 118,
              "actionAggregate": 2,
              "subActionAggregates": []
            },
            {
              "action": "Goal Kick",
              "actionId": 109,
              "actionAggregate": 5,
              "subActionAggregates": []
            },
            {
              "action": "Shot",
              "actionId": 111,
              "actionAggregate": 3,
              "subActionAggregates": [
                {
                  "subAction": "Wide/Over (Off Target)",
                  "subActionId": 11105,
                  "subActionAggregate": 2
                },
                {
                  "subAction": "Blocked",
                  "subActionId": 11103,
                  "subActionAggregate": 1
                }
              ]
            }
          ]
        },
        {
          "period": 2,
          "aggregates": [
            {
              "action": "Kick Off",
              "actionId": 121,
              "actionAggregate": 2,
              "subActionAggregates": []
            },
            {
              "action": "Safe",
              "actionId": 101,
              "actionAggregate": 57,
              "subActionAggregates": []
            },
            {
              "action": "Attack",
              "actionId": 102,
              "actionAggregate": 42,
              "subActionAggregates": []
            },
            {
              "action": "Dangerous Attack",
              "actionId": 103,
              "actionAggregate": 19,
              "subActionAggregates": []
            },
            {
              "action": "Throw In Awarded",
              "actionId": 126,
              "actionAggregate": 14,
              "subActionAggregates": []
            },
            {
              "action": "Throw In Taken",
              "actionId": 113,
              "actionAggregate": 14,
              "subActionAggregates": []
            },
            {
              "action": "Free Kick",
              "actionId": 118,
              "actionAggregate": 5,
              "subActionAggregates": []
            },
            {
              "action": "Offside",
              "actionId": 110,
              "actionAggregate": 1,
              "subActionAggregates": []
            },
            {
              "action": "Shot",
              "actionId": 111,
              "actionAggregate": 1,
              "subActionAggregates": [
                {
                  "subAction": "Wide/Over (Off Target)",
                  "subActionId": 11105,
                  "subActionAggregate": 1
                }
              ]
            },
            {
              "action": "Goal Kick",
              "actionId": 109,
              "actionAggregate": 3,
              "subActionAggregates": []
            },
            {
              "action": "Yellow Card",
              "actionId": 107,
              "actionAggregate": 2,
              "subActionAggregates": []
            },
            {
              "action": "Dangerous Free Kick",
              "actionId": 115,
              "actionAggregate": 1,
              "subActionAggregates": []
            }
          ]
        }
      ],
      "playerActionAggregates": [
        {
          "player": {
            "id": "801405d6-ca56-4f91-af1a-894405273c31",
            "name": "Arbnor Muja"
          },
          "gameActionAggregates": [
            {
              "action": "Offside",
              "actionId": 110,
              "actionAggregate": 1,
              "subActionAggregates": []
            }
          ],
          "periodActionAggregates": [
            {
              "period": 2,
              "aggregates": [
                {
                  "action": "Offside",
                  "actionId": 110,
                  "actionAggregate": 1,
                  "subActionAggregates": []
                }
              ]
            }
          ]
        },
        {
          "player": {
            "id": "4ad7b7f2-e1d3-4ea8-8e19-22605cd50963",
            "name": "Jelle Bataille"
          },
          "gameActionAggregates": [
            {
              "action": "Yellow Card",
              "actionId": 107,
              "actionAggregate": 1,
              "subActionAggregates": []
            }
          ],
          "periodActionAggregates": [
            {
              "period": 2,
              "aggregates": [
                {
                  "action": "Yellow Card",
                  "actionId": 107,
                  "actionAggregate": 1,
                  "subActionAggregates": []
                }
              ]
            }
          ]
        },
        {
          "player": {
            "id": "c1c7069a-e31e-4707-8ac6-ed329d3b01ce",
            "name": " Gyrano Kerk"
          },
          "gameActionAggregates": [
            {
              "action": "Yellow Card",
              "actionId": 107,
              "actionAggregate": 1,
              "subActionAggregates": []
            }
          ],
          "periodActionAggregates": [
            {
              "period": 2,
              "aggregates": [
                {
                  "action": "Yellow Card",
                  "actionId": 107,
                  "actionAggregate": 1,
                  "subActionAggregates": []
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sportradar.com/basketball/json-objects/stats-objects/team-action-aggregates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
