{ "sportId": 10, "fixtureId": "9280712", "source": "GeniusSports", "sequenceId": 433, "actionId": 291, "isCancelled": false, "isConfirmed": true, "isModified": false, } |
Element | Type | Description |
---|---|---|
| integer | Sport Identifier (10 for Football) |
| string | Unique fixture identifier |
| string | Feed Provider information |
| integer | Sequence Id of feed match events |
| integer | Unique match action identifier |
| boolean | Indicates whether the action is cancelled |
| boolean | Indicates whether the action is confirmed |
| boolean | Indicates whether the action is modified |
| {} | Consists of Match Action data properties |
| string($date-time) | Timestamp of the message |
Every Match Event has a type inside the “Action”, named after the respective Action. Example for KickOff below, where “KickOff” is replaced for different Actions.
"a ction": { "$type": "Betgenius.Sports.Football.Contracts.MatchEvents.KickOffDto, Betgenius.Sports.Football.Contracts.MatchEvents" |
NOTE: All Feed Match Actions includes the following additional fields (hence it’s not copy-pasted to every action described below). |
{ "team": "Away", "gameTime": "00:39:47", "period": { "number": 1, "progressStatus": "InProgress", "type": "Regular" }, "utcTimestamp": "2022-06-01T00:00:05.35Z" } |
Element | Type | Description |
---|---|---|
| string($x-extensible-enum) [ None, Home, Away ] | Team data |
| string($date-span) | Game time data |
| {} | Period in the game data |
| string($date-time) | Timestamp of the message |
| integer($int32) | Period number |
| string($x-extensible-enum) [ NotStarted, InProgress, Finished ] | Period progress status |
| string($date-span) | Game time data |
NOTE: All Feed Match Actions consist of Feed Match Event + Feed Match Action + Action data properties (with some exceptions described bellow, marked with *) |
{ "type": "Yellow" "player": { "id": 456683, "name": "Dwight Jork" } } |
Element | Type | Description |
---|---|---|
| string($x-extensible-enum) [ Unknown, Yellow, SecondYellow, Red ] | Type data |
| {} | Player in card data |
| string | Unique player identifier |
| string | Player name |
{ "type": "Yellow", "isReliable": false, } |
Element | Type | Description |
---|---|---|
| string($x-extensible-enum) [ Unknown, Yellow, SecondYellow, Red ] | Type data |
| boolean | Indicates whether the current match events are reliable or not |
{} |
No specific properties. Sets the game clock.
{} |
No specific properties. Starts the game clock.
{} |
No specific properties. Stops the game clock.
{ "text": "Weather: night", "messageId": 0, } |
Element | Type | Description |
---|---|---|
| string | Text of the comment |
| integer | Message id |
{ "isTaken": false, } |
Element | Type | Description |
---|---|---|
| boolean | Indicates whether the corner is taken |
{ "awardedGameTime": "00:43:25", } |
Element | Type | Description |
---|---|---|
| string($date-span) | Time the corner was awarded |
{} |
No specific properties. There is a risk of a corner.
{} |
No specific properties. The corner risk is ended.
{ "isReliable": false, } |
Element | Type | Description |
---|---|---|
| boolean | ??? |
{ "state": "Safe", } |
Element | Type | Description |
---|---|---|
| string($x-extensible-enum) [ Unknown, Safe, Attack, DangerousAttack ] |
|
{ "state": "Safe", } |
Element | Type | Description |
---|---|---|
| string($x-extensible-enum) [ Unknown, Safe, Attack, DangerousAttack ] | Danger state data |
{ "isOwn": null, "penalty": null, "assistingPlayer": { "id": 456683, "name": "Dwight Jork" }, } |
Element | Type | Description |
---|---|---|
| boolean | Indicates if the goal is own goal |
| boolean | Indicates if the goal was scored from penalty |
| {} | Player in goal data |
| string | Unique player identifier |
| string | Player name |
{} |
No specific properties. Goal kick is taken.
{ "isReliable": false, } |
Element | Type | Description |
---|---|---|
| boolean | Indicated whether the data in the goals collection in the Match state is reliable |
{} |
No specific properties. Kick-off.
{ "lineup": { "$values": [ { "id": "1256517", "name": "Cuesta, W", "firstName": "William", "lastName": "Cuesta", "playerStatus": "Starter", "position": "GoalKeeper", "shirtNumber": "1" }, { "id": "1256504", "name": "Marulanda, J", "firstName": "Jonathan", "lastName": "Marulanda", "playerStatus": "Starter", "position": "Defender", "shirtNumber": "4" }, ... ] }, "formation": null, } |
Element | Type | Description |
---|---|---|
| string | Team formation |
| Lineup array | Lineup collection in game data |
| string | Lineup unique player identifier |
| string | Lineup player’s full name |
| string | Lineup player’s first name |
| string | Lineup player’s last name |
| string($x-extensible-enum) [ Unknown, Starter, Bench, Injured, Suspended, Unavailable ] | Lineup players’s game status |
| string($x-extensible-enum) [ Unknown, GoalKeeper, Defender, Midfielder, Forward ] | Lineup player’s position |
| string | Lineup player’s shirt number |
{ "matchStatus": "InProgress", } |
Element | Type | Description |
---|---|---|
| string($x-extensible-enum) [Unknown, NotStarted, Warmup, InProgress, Postponed, Finished, Interrupted, CoverageStopped, CoverageResumed, Abandoned, Cancelled, Delayed ] | Indicates the state of the game. |
{} |
No specific properties. Offside.
{} |
No specific properties. Penalty as awarded.
{} |
No specific properties. Penalty is missed.
{} |
No specific properties. Penalty is/will be retaken ???.
{} |
No specific properties. Risk of a penalty.
{} |
No specific properties. Risk of a penalty is over
.
{} |
No specific properties. Risk of a penalty is over
{} |
No specific properties. Risk of a red card
{} |
No specific properties. Risk of a red card is over
{ "Color": "skyblue", } |
Element | Type | Description |
---|---|---|
| string | Major shirt color. |
{ "color": "skyblue", } |
Element | Type | Description |
---|---|---|
| string | Minor shirt color. |
{ "onTarget": null, "hitWoodwork": null, "blocked": null, } |
Element | Type | Description |
---|---|---|
| boolean | Indicates the shot is on target. |
| boolean | Indicates the shot hit the woodwork |
| boolean | Indicates the shot is blocked |
{ "announcedMinutes": 5, } |
Element | Type | Description |
---|---|---|
| integer | Game’s stoppage time |
{ "out": { "id": null, "name": null }, "in": { "id": null, "name": null } } |
Element | Type | Description |
---|---|---|
| {} | Player being subbed out |
| {} | Player being subbed in |
| string | Unique player id |
| string | Player’s name |
{ "state": "Unknown" } |
Element | Type | Description |
---|---|---|
| string($x-extensible-enum) [ Unknown, Safe, Attack, DangerousAttack ] | Danger state data |
{ "varReason": "Penalty" } |
Element | Type | Description |
---|---|---|
| string($x-extensible-enum) [ NotSet, HomeGoal, HomePenalty, HomeRedCard, HomeMistakenIdentity, AwayGoal, AwayPenalty, AwayRedCard, AwayMistakenIdentity, Goal, Penalty, RedCard, MistakenIdentity, HomeUnknown, AwayUnknown, Unknown, PenaltyRetake, HomePenaltyRetake, AwayPenaltyRetake ] | Var reason data |
{ "varOutcome": "AwayPenaltyAwarded" } |
Element | Type | Description |
---|---|---|
| string($x-extensible-enum) [ NotSet, HomeNoGoal, AwayNoGoal, NoGoal, HomeGoalAwarded, AwayGoalAwarded, GoalAwarded, HomeNoPenalty, AwayNoPenalty, NoPenalty, HomePenaltyAwarded, AwayPenaltyAwarded, PenaltyAwarded, HomeNoRedCard, AwayNoRedCard, NoRedCard, HomeRedCardGiven, AwayRedCardGiven, RedCardGiven, HomePlayerNotChanged, AwayPlayerNotChanged, PlayerNotChanged, HomePlayerChanged, AwayPlayerChanged, PlayerChanged, HomeNoAction, AwayNoAction, NoAction, HomeUnknown, AwayUnknown, Unknown, HomePenaltyWillBeRetaken, AwayPenaltyWillBeRetaken, HomeNoPenaltyRetake, AwayNoPenaltyRetake, PenaltyWillBeRetaken, NoPenaltyRetake ] | Var outcome data |
{ "varReason": "HomeGoal" } |
Element | Type | Description |
---|---|---|
| string($x-extensible-enum) [ NotSet, HomeGoal, HomePenalty, HomeRedCard, HomeMistakenIdentity, AwayGoal, AwayPenalty, AwayRedCard, AwayMistakenIdentity, Goal, Penalty, RedCard, MistakenIdentity, HomeUnknown, AwayUnknown, Unknown, PenaltyRetake, HomePenaltyRetake, AwayPenaltyRetake ] | Var reason data |
{} |
No specific properties. Indicated the VAR risk is over.
{} |
No specific properties. Indicates there is a risk of yellow card.
{} |
No specific properties. Indicates the risk of yellow card is over.
{ "possession": { "home": 61, "away": 39 }, utcTimestamp: "2022-06-19T23:29:04Z" } |
Element | Type | Description |
---|---|---|
| {} | Possession data |
| integer | Home team possession |
| integer | Away team possession |
| string($date-time) | Timestamp of the message |
*This action have UtcTimestamp property but not Team, Period and GameTime as the rest