Player Action Aggregates

Represents the aggregated statistics of match actions by each player.

Properties

player Player

Detailed information of a team

gameActionAggregates Action Aggregates []

Aggregated event data that comprises of general attributes and event specific attributes and is grouped by a player

periodActionAggregates Period Action Aggregates []

Provides aggregated event data for each player within a given period

{
          "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": []
                }
              ]
            }
          ]
        }

Last updated