Events
Event types
We host several events related to a fixture. Find below the event types with the description or their meaning.
ID | Code | Name | Description |
---|---|---|---|
10 | VAR |
| Information about VAR events like canceled goals etc |
14 | goal |
| A goal is scored |
15 | own-goal |
| An own goal is scored |
16 | penalty |
| A penalty is scored |
17 | missed-penalty |
| A penalty is missed |
18 | substitution |
| A player got substituted and new player got in |
19 | yellowcard |
| Yellow card is given for a player |
20 | redcard |
| Direct red card |
21 | yellowredcard |
| Second yellow card for player resulting in a red |
22 | pen_shootout_miss |
| Penalty in penalty shootout has been missed |
23 | pen_shootout_goal |
| Penalty in penalty shootout has been scored |
VAR-events types
At the moment we have the var events VAR_CARD
Goal Disallowed
Penalty Disallowed
Penalty confirmed
Goal cancelled
Goal confirmed
and Goal under review
.
If a var check is related to a potential goal, the event type is set to Goal under review. When the check is over, the type will be set to Goal cancelled, or the event type will be set to a goal.
Last updated