Versions Compared
Version | Old Version 2 | New Version 3 |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Table of Contents | ||||
---|---|---|---|---|
|
Feed Match Event
Code Block | ||
---|---|---|
| ||
{ "SportIdsportId": 10, "FixtureIdfixtureId": "9280712", "Sourcesource": "GeniusSports", "SequenceIdsequenceId": 433, "ActionIdactionId": 291, "IsCancelledisCancelled": false, "IsConfirmedisConfirmed": true, "IsModifiedisModified": 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.
Code Block | ||
---|---|---|
| ||
"Actiona ction": { "$type": "Betgenius.Sports.Football.Contracts.MatchEvents.KickOffDto, Betgenius.Sports.Football.Contracts.MatchEvents" |
Feed Match Action
Info |
---|
NOTE: All Feed Match Actions includes the following additional fields (hence it’s not copy-pasted to every action described below). |
Code Block | ||
---|---|---|
| ||
{ "Teamteam": "Away", "GameTimegameTime": "00:39:47", "Periodperiod": { "Numbernumber": 1, "ProgressStatusprogressStatus": "InProgress", "Typetype": "Regular" }, "UtcTimestamputcTimestamp": "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 |
Actions
Info |
---|
NOTE: All Feed Match Actions consist of Feed Match Event + Feed Match Action + Action data properties (with some exceptions described bellow, marked with *) |
Card
Code Block | ||
---|---|---|
| ||
{ "Typetype": "Yellow" "Playerplayer": { "Idid": 456683, "Namename": "Dwight Jork" } } |
Element | Type | Description |
---|---|---|
| string($x-extensible-enum) [ Unknown, Yellow, SecondYellow, Red ] | Type data |
Player | {} | Player in card data |
| string | Unique player identifier |
| string | Player name |
CardsReliability
Code Block | ||
---|---|---|
| ||
{ "Typetype": "Yellow", "IsReliableisReliable": 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 |
ClockSet
Code Block |
---|
{} |
No specific properties. Sets the game clock.
ClockStarted
Code Block |
---|
{} |
No specific properties. Starts the game clock.
ClockStopped
Code Block |
---|
{} |
No specific properties. Stops the game clock.
CommentDto
Code Block | ||
---|---|---|
| ||
{ "Texttext": "Weather: night", "MessageIdmessageId": 0, } |
Element | Type | Description |
---|---|---|
| string | Text of the comment |
| integer | Message id |
CornerAwarded
Code Block | ||
---|---|---|
| ||
{ "IsTakenisTaken": false, } |
Element | Type | Description |
---|---|---|
| boolean | Indicates whether the corner is taken |
CornerDto
Code Block | ||
---|---|---|
| ||
{ "AwardedGameTimeawardedGameTime": "00:43:25", } |
Element | Type | Description |
---|---|---|
| string($date-span) | Time the corner was awarded |
CornerRisk
Code Block | ||
---|---|---|
| ||
{} |
No specific properties. There is a risk of a corner.
CornerRiskEnded
Code Block | ||
---|---|---|
| ||
{} |
No specific properties. The corner risk is ended.
CornersReliability
Code Block | ||
---|---|---|
| ||
{ "IsReliableisReliable": false, } |
Element | Type | Description |
---|---|---|
| boolean | ??? |
DangerStateChanged
Code Block | ||
---|---|---|
| ||
{ "Statestate": "Safe", } |
Element | Type | Description |
---|---|---|
| string($x-extensible-enum) [ Unknown, Safe, Attack, DangerousAttack ] |
|
FreeKick
Code Block | ||
---|---|---|
| ||
{ "Statestate": "Safe", } |
Element | Type | Description |
---|---|---|
| string($x-extensible-enum) [ Unknown, Safe, Attack, DangerousAttack ] | Danger state data |
Goal
Code Block | ||
---|---|---|
| ||
{ "IsOwnisOwn": null, "Penaltypenalty": null, "AssistingPlayerassistingPlayer": { "Idid": 456683, "Namename": "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 |
GoalKick
Code Block | ||
---|---|---|
| ||
{} |
No specific properties. Goal kick is taken.
GoalsReliability
Code Block | ||
---|---|---|
| ||
{ "IsReliableisReliable": false, } |
Element | Type | Description |
---|---|---|
| boolean | Indicated whether the data in the goals collection in the Match state is reliable |
KickOff
Code Block | ||
---|---|---|
| ||
{} |
No specific properties. Kick-off.
Lineup
Code Block | ||
---|---|---|
| ||
{ "Lineuplineup": { "$values": [ { "Idid": "1256517", "Namename": "Cuesta, W", "FirstNamefirstName": "William", "LastNamelastName": "Cuesta", "PlayerStatusplayerStatus": "Starter", "Positionposition": "GoalKeeper", "ShirtNumbershirtNumber": "1" }, { "Idid": "1256504", "Namename": "Marulanda, J", "FirstNamefirstName": "Jonathan", "LastNamelastName": "Marulanda", "PlayerStatusplayerStatus": "Starter", "Positionposition": "Defender", "ShirtNumbershirtNumber": "4" }, ... ] }, "Formationformation": 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 |
MatchStatusChanged
Code Block | ||
---|---|---|
| ||
{ "MatchStatusmatchStatus": "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. |
Offside
Code Block | ||
---|---|---|
| ||
{} |
No specific properties. Offside.
PenaltyAwarded
Code Block | ||
---|---|---|
| ||
{} |
No specific properties. Penalty as awarded.
PenaltyMissed
Code Block | ||
---|---|---|
| ||
{} |
No specific properties. Penalty is missed.
PenaltyRetake
Code Block | ||
---|---|---|
| ||
{} |
No specific properties. Penalty is/will be retaken ???.
PenaltyRisk
Code Block | ||
---|---|---|
| ||
{} |
No specific properties. Risk of a penalty.
PenaltyRiskEnded
Code Block | ||
---|---|---|
| ||
{} |
No specific properties. Risk of a penalty is over
.
PeriodChanged
Code Block | ||
---|---|---|
| ||
{} |
No specific properties. Risk of a penalty is over
RedCardRisk
Code Block | ||
---|---|---|
| ||
{} |
No specific properties. Risk of a red card
RedCardRiskEnded
Code Block | ||
---|---|---|
| ||
{} |
No specific properties. Risk of a red card is over
ShirtColorMajor
Code Block | ||
---|---|---|
| ||
{ "Color": "skyblue", } |
Element | Type | Description |
---|---|---|
| string | Major shirt color. |
ShirtColorMinor
Code Block | ||
---|---|---|
| ||
{ "Colorcolor": "skyblue", } |
Element | Type | Description |
---|---|---|
| string | Minor shirt color. |
Shot
Code Block | ||
---|---|---|
| ||
{ "OnTargetonTarget": null, "HitWoodworkhitWoodwork": null, "Blockedblocked": null, } |
Element | Type | Description |
---|---|---|
| boolean | Indicates the shot is on target. |
| boolean | Indicates the shot hit the woodwork |
| boolean | Indicates the shot is blocked |
StoppageTime
Code Block | ||
---|---|---|
| ||
{ "AnnouncedMinutesannouncedMinutes": 5, } |
Element | Type | Description |
---|---|---|
| integer | Game’s stoppage time |
Substitution
Code Block | ||
---|---|---|
| ||
{ "Outout": { "Idid": null, "Namename": null }, "Inin": { "Idid": null, "Namename": null } } |
Element | Type | Description |
---|---|---|
| {} | Player being subbed out |
| {} | Player being subbed in |
| string | Unique player id |
| string | Player’s name |
ThrowIn
Code Block | ||
---|---|---|
| ||
{ "Statestate": "Unknown" } |
Element | Type | Description |
---|---|---|
| string($x-extensible-enum) [ Unknown, Safe, Attack, DangerousAttack ] | Danger state data |
Var
Code Block | ||
---|---|---|
| ||
{ "VarReasonvarReason": "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 |
VarEnded
Code Block | ||
---|---|---|
| ||
{ "VarOutcomevarOutcome": "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 |
VarRisk
Code Block | ||
---|---|---|
| ||
{ "VarReasonvarReason": "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 |
VarRiskEnded
Code Block | ||
---|---|---|
| ||
{} |
No specific properties. Indicated the VAR risk is over.
YellowCardRisk
Code Block | ||
---|---|---|
| ||
{} |
No specific properties. Indicates there is a risk of yellow card.
YellowCardRiskEnded
Code Block | ||
---|---|---|
| ||
{} |
No specific properties. Indicates the risk of yellow card is over.
Statistics *
Code Block |
---|
{ "Possessionpossession": { "Homehome": 61, "Awayaway": 39 }, UtcTimestamputcTimestamp: "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