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

Badminton

Example

{
	...
  "result": [
    {
			...
      "competitor": {
        "code": "7840230",
        "type": "A",
        "organisation": {
          "code": "CHN",
          "description": "China"
        },
        "athlete": [
          {
						...
            "statistic": [
              {
                "type": "ST",
                "code": "PTS_PLAYED",
                "position": "TOT",
                "value": "7"
              }
            ]
          }
        ]
      },
      "record": [],
      "statistic": [
        {
          "type": "ST",
          "code": "PTS_PLAYED",
          "position": "TOT",
          "value": "7"
        }
      ]     
    }
  ]
	...
}

Result Statistic Positions

CodeDescription
G1Game 1
G2Game 2
G3Game 3
TOTMatch Total

Result Statistics Dictionary

CodeDescription
PTS_PLAYEDTotal Points Played
PTS_WONTotal Points Won
PTS_CONSECMost consecutive points won
PTS_MATCHTotal match points
PTS_GAMETotal game points
PTS_NOSERVICEPoints scored without service for
this period
PTS_SERVICEPoints scored with service for this
period.
LEAD_MAXBiggest lead for this period.
CBACK_WIN_MAXBiggest comeback to win for this
period.
SERVE_FAULTSService faults for this period.
PTYPenalty cards and the result at
penalty for this period
CHALLENGE_WONTotal successful challenges
CHALLENGE_LOSTTotal unsuccessful challenges

Baseball

Example

{
  ...
  "result": [
    {
      ...
      "competitor": {
        "code": "7840230",
        "type": "A",
        "organisation": {
          "code": "CHN",
          "description": "China"
        },
        "athlete": [
          {
            ...
            "statistic": [
              {
                "type": "ST",
                "code": "PITCHING",
                "value": "9.0",
                "extended": [{
                  "code": "H",
                  "value": "14"
                },
                {
                  "code": "R",
                  "value": "9"
                }]
              }
            ]
          }
        ]
      },
      "record": [],
      "statistic": [
        {
          "type": "ST",
          "code": "HR",
          "value": "3",
          "extended": [{
            "code": "INNING",
            "value": "1"
          },
          {
            "code": "RBI",
            "value": "3"
          }]
        }
      ]     
    }
  ]
  ...
}

Result Statistics Dictionary

CodeDescription
LOBLeft on Base
ABAt Bat
RRuns
HHits
RBIRuns Batted In
BBBase on Balls
SOStrikes Outs
POPut Outs
AAssists
EErrors
2BDoubles
3BTriples
HRHome Runs
SBStolen Bases
CSCaught Stealing
SHSacrifice Hits
SFSacrifice Flies
GIDPGrounded into Double Plays
DPDouble Play
TPTriple Play
PBPassed Balls
IOReached Base on interference/obstruction
PITCHINGInnings pitched

Result Extended Statistics

Parent CodeCodeDescription
PITCHINGHHits
PITCHINGRRuns
PITCHINGEREarned Runs
PITCHINGBBBases on Balls
PITCHINGSOStrike Outs
PITCHINGHRHome Runs
PITCHINGWPWild Pitches
PITCHINGBKBalks
PITCHINGILPIllegal Pitch
PITCHINGABAt Bats
PITCHINGBFBatters Faced
PITCHINGNPNumber of pitches
PITCHINGIBBIntentional bases on balls
PITCHINGHPHit by Pitch

Althete Statistics Dictionary

CodeDescription
ABAt Bat
RRuns
HHits
RBIRuns Batted In
BBBase on Balls
SOStrike Outs
POPut Outs
AAssists
EErrors
2BDoubles
3BTriples
HRHome Runs
SBStolen Bases
CSCaught Stealing
SHSacrifice Hits
SFSacrifice Flies
GIDPGround into Double Plays
DPDouble Play
TPTriple Play
PBPassed Balls
IOReach Base on interference/obstruction
PITCHINGInnings Pitched
IBBIntentional bases on balls
HPHit by Pitch
PITCH_RESULTResult for the pitcher

Athlete Extended Statistics

Parent CodeCodeDescription
HRINNINGInning of the Home Run
HRRBIRBIs for. this Home Run
IOINTERFERAthletes ID of the player causing interference
PITCHINGHHits
PITCHINGRER
PITCHINGEREarned Runs
PITCHINGBBBases on Balls
PITCHINGSOStrikes Outs
PITCHINGHRHome Runs
PITCHINGWPWild Pitches
PITCHINGBKBalks
PITCHINGILPIllegal Pitch
PITCHINGABAt Bats
PITCHINGBFBatters Faced
PITCHINGNPNumber of Pitches
IBBBATTERAthlete's ID of the batter
HPBATTERAthlete's ID of the batter
PITCH_RESULTWINNumber of wins in this tournament
PITCH_RESULTLOSSNumber of losses in this tournament
PITCH_RESULTSAVENumber of saves in this tournament