Period Action Aggregates
Represents the aggregated statistics of all team actions for a given period within a match.
Properties
period integer
The period of the match
label string
The string relating to the period.
type string
The match .
Aggregates Action Aggregates []
Aggregated event data that comprises of general attributes and event specific attributes and is grouped by sport specific action types.
{
"period": 1,
"label":"1st half",
"type":"Regular"
"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": []
}
]
}
Last updated