Scoreboard Model
Note: All child nodes are an array of Score
XML
<Scoreboard> <Status>2</Status> <CurrentPeriod>10</CurrentPeriod> <Time>1560</Time> <Results> <Position>1</Position> <Value>0</Value> </Results> <Results> <Position>2</Position> <Value>0</Value> </Results> </Scoreboard>
Json
{ "Status": 2, "CurrentPeriod": 10, "Time": "1560", "Results": [ { "Position": "1", "Value": "0" }, { "Position": "2", "Value": "0" } ] }
Attribute | Data Type | Description |
---|---|---|
Status | enum | The current status of the event |
Description | enum | Provides additional information regarding the current status of the game |
CurrentPeriod | enum | The type of the current period of the event |
Time | int | The current time of the event (should the sport support time) Note: The time is given in seconds |
Score Model
Source | Data Type | Description |
---|---|---|
Score | string | The score of a specific participant in a Scoreboard or Period element |
Score.Position | int | In 2-participant events the positions will be 1 (home) or 2 (away) For outright events the positions will represent the initial position of the participant |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article