Result Statistics
Data Dictionary for Result Statistics
This section of the documentation provides a detailed breakdown of the statistic values available within the unit result endpoints
Contents
Curling
Example
{
...
"result": [
{
...
"competitor": {
...
"athlete": [
{
...
"statistic": [
{
"type": "ST",
"code": "TOURN_SUCCESS",
"value": "165",
"percent": "62",
"extended": []
},
{
"type": "ST",
"code": "GAME_SUCCESS",
"value": "14",
"percent": "20",
"extended": []
},
{
"type": "ST",
"code": "CW",
"value": "5",
"percent": "15",
"extended": []
},
{
"type": "ST",
"code": "CCW",
"value": "9",
"percent": "22",
"extended": []
},
{
"type": "ST",
"code": "DRAW",
"value": "10",
"percent": "20",
"extended": []
},
{
"type": "ST",
"code": "TAKEOUT",
"value": "4",
"percent": "19",
"extended": []
}
]
},
...
]
},
"record": [],
"statistic": [
{
"type": "ST",
"code": "TOURN_SUCCESS",
"value": "385",
"percent": "63",
"extended": []
},
{
"type": "ST",
"code": "GAME_SUCCESS",
"value": "30",
"percent": "24",
"extended": []
},
{
"type": "ST",
"code": "CW",
"value": "8",
"percent": "25",
"extended": []
},
{
"type": "ST",
"code": "CCW",
"value": "22",
"percent": "24",
"extended": []
},
{
"type": "ST",
"code": "DRAW",
"value": "19",
"percent": "12",
"extended": []
},
{
"type": "ST",
"code": "TAKEOUT",
"value": "11",
"percent": "45",
"extended": []
}
],
"breakdown": []
},
...
]
...
}
Result Statistics Dictionary
Code | Description |
---|---|
TOURN_SUCCESS | Total number of success stones in the tournament for the team/athlete. |
GAME_SUCCESS | Number of success stones in the game for the team/athlete. |
CW | Total number of CW stones considered in the game for the team/athlete. |
CCW | Total number of CCW stones considered in the game for the team/athlete. |
DRAW | Draws number in the game for the team/athlete. |
TAKEOUT | Takeout number in the game for the team/athelete. |
Athlete Statistics Dictionary
Code | Description |
---|---|
IRM | Invalid Result Mark |
POS | Send the athlete position |
MP | Games played |
AVG | Average percentage success |
DELIVERY | Total of this delivery - See Extended Statistic |
Athlete Extended Statistics Dictionary
Parent Code | Code | Description |
---|---|---|
DELIVERY CW for Clockwise CCW for Counter Clockwise TOT for Total | DRAW | Number of this delivery |
FRONT | Number of this delivery | |
GUARD | Number of this delivery | |
RAISE | Number of this delivery | |
WICK | Number of this delivery | |
FREEZE | Number of this delivery | |
TAKEOUT | Number of this delivery | |
HIT_ROLL | Number of this delivery | |
CLEARING | Number of this delivery | |
DBL_TAKEOUT | Number of this delivery | |
PRO_TAKEOUT | Number of this delivery | |
ALL_DRAW | Number of this delivery | |
ALL_TAKEOUT | Number of this delivery | |
TOTAL | Number of this delivery | |
NOT_CON | Number of this delivery | |
Ice Hockey
Example
{
...
"result": [
{
...
"competitor": {
...
"athlete": [
{
...
"statistic": [
{
"type": "ST",
"code": "MINS",
"position": "TOT",
"value": "00:00",
"extended": []
},
{
"type": "ST",
"code": "FO",
"position": "TOT",
"value": "0",
"extended": [
{
"code": "LOST",
"value": "0"
},
{
"code": "PLUS_MINUS",
"value": "0"
}
]
},
{
"type": "ST",
"code": "SVS",
"position": "P3",
"value": "0",
"attempt": "0",
"extended": []
},
{
"type": "ST",
"code": "SOG",
"position": "P2",
"value": "0",
"extended": []
},
{
"type": "ST",
"code": "SOG",
"position": "TOT",
"value": "0",
"extended": []
},
{
"type": "ST",
"code": "GA",
"position": "TOT",
"value": "0",
"extended": []
},
{
"type": "ST",
"code": "SVS",
"position": "OT",
"value": "0",
"attempt": "0",
"extended": []
},
{
"type": "ST",
"code": "PTY",
"position": "TOT",
"value": "0",
"extended": []
},
{
"type": "ST",
"code": "MINS",
"position": "OT",
"value": "00:00",
"extended": []
},
{
"type": "ST",
"code": "SOG",
"position": "P1",
"value": "0",
"extended": []
},
{
"type": "ST",
"code": "GF",
"position": "OT",
"value": "0",
"attempt": "0",
"extended": []
},
{
"type": "ST",
"code": "SOG",
"position": "P3",
"value": "0",
"extended": []
},
{
"type": "ST",
"code": "PIM",
"position": "TOT",
"value": "0",
"extended": []
},
{
"type": "ST",
"code": "GF",
"position": "TOT",
"value": "0",
"attempt": "0",
"extended": []
},
{
"type": "ST",
"code": "MINS",
"position": "P3",
"value": "00:00",
"extended": []
},
{
"type": "ST",
"code": "ASSIST",
"position": "TOT",
"value": "0",
"extended": []
},
{
"type": "ST",
"code": "MINS",
"position": "P1",
"value": "00:00",
"extended": []
},
{
"type": "ST",
"code": "GF",
"position": "P1",
"value": "0",
"attempt": "0",
"extended": []
},
{
"type": "ST",
"code": "PTS",
"position": "TOT",
"value": "0",
"extended": []
},
{
"type": "ST",
"code": "SVS",
"position": "P1",
"value": "0",
"attempt": "0",
"extended": []
},
{
"type": "ST",
"code": "SVS",
"position": "P2",
"value": "0",
"attempt": "0",
"extended": []
},
{
"type": "ST",
"code": "SVS_TOURN",
"position": "TOT",
"value": "6",
"attempt": "7",
"extended": []
},
{
"type": "ST",
"code": "GF",
"position": "P3",
"value": "0",
"attempt": "0",
"extended": []
},
{
"type": "ST",
"code": "MINS",
"position": "P2",
"value": "00:00",
"extended": []
},
{
"type": "ST",
"code": "GF",
"position": "P2",
"value": "0",
"attempt": "0",
"extended": []
},
{
"type": "ST",
"code": "GA_TOURN",
"position": "TOT",
"value": "1",
"extended": []
},
{
"type": "ST",
"code": "SOG",
"position": "OT",
"value": "0",
"extended": []
},
{
"type": "ST",
"code": "SVS",
"position": "TOT",
"value": "0",
"attempt": "0",
"extended": []
}
]
}
]
},
"record": [],
"statistic": [
{
"type": "ST",
"code": "MINS",
"position": "TOT",
"value": "00:00",
"extended": []
},
...
]
}
]
...
}
Result Statistics Dictionary
Code | Description |
---|---|
GF | Goals for in the game/period |
SOG | Shots on goal in the game/period |
GF_TOURN | Goals for in the whole tournament |
ASSIST | Assists in the game/period |
ASSIST_TOURN | Assists in the tournament |
SVS | Saves in the game/period |
PTY | Penalties in the game/period |
PIM | Penalties in minutes |
PIM_TOURN | Penalties in minutes in the tournament |
PTS | Points in the game/period |
PTS_TOURN | Points in the tournament |
SHG | Short handed goals in the game/period |
PK | Penalty killing in the game/period |
TPP | Time in power play in the game/period |
PPG | Power play goals in the game/period |
PPN | Power play situations in the game/period |
TOUT | Time-outs taken in the game/period |
FO | Face offs won in the game/period |
SSG | Shots saved by goalkeeper in the game/period |
SSP | Shots saved by player in the game/period |
SPG | Shots past goal in the game/period |
Result Extended Statistics
Parent Code | Code | Description |
---|---|---|
FO | LOST | Face offs lost |
FO | PLUS_MINUS | Face offs net |
Athlete Statistics Dictionary
Code | Description |
---|---|
GF | Goals for in the game/period |
SOG | Shots on goal in the game/period |
GF_TOURN | Goals for in the tournament |
GA | Goals against in the game |
GA_TOURN | Goals against in the tournament |
ASSIST | Assists in the game |
ASSIST_TOURN | Assists in the tournament |
SVS | Value: Saves in the game/period Attempt: Shots on goal against the goalkeeper |
SVS_TOURN | Saves in the tournament |
PTY | Number of penalties |
PIM | Penalties in minutes in the game |
PIM_TOURN | Penalties in minutes in the tournament |
PLUS_MINUS | Net plus/minus |
MINS | Time on the ice |
SHIFTS | Total Shifts |
PTS | Points |
PTS_TOURN | Points in the tournament |
FO | Face offs won |
Athlete Extended Statistics
Parent Code | Code | Description |
---|---|---|
FO | LOST | Face offs lost |
FO | PLUS_MINUS | Face offs net |
Updated about 3 years ago