MLB Game Summary provides team lineups as well as team and player statistics for a given game.
Update FrequencyTTL / Cache: This endpoint will update to a 2s TTL (time to live) upon a game moving to inprogress. Upon closed, it will transfer to 120s.
Data Updates: Realtime
Data Points
Boxscore:
Attribute | Parent Element | Type | Description |
---|---|---|---|
|
| Integer | Attendance of a game |
|
| String | Abbreviation of the away team |
|
| String | Abbreviation of the home team |
|
| String | Duration of a game in hours and minutes |
|
| String | Duration of a game delay in hours and minutes |
|
| Integer | Number of errors for the away team |
|
| Integer | Number of errors for the home team |
|
| String | Number of errors while the away team was batting in an inning |
|
| String | Number of errors while the home team was batting in an inning |
|
| Integer | Number of hits for the away team |
|
| Integer | Number of hits for the home team |
|
| String | Number of hits for the away team in an inning |
|
| String | Number of hits for the home team in an inning |
|
| GUID | Unique ID of the away team |
|
| GUID | Unique ID of the home team |
|
| Integer | Number of losses for the away team |
|
| Integer | Number of losses for the home team |
|
| String | Market name of the away team |
|
| String | Market name of the home team |
|
| String | Team name of the away team |
|
| String | Team name of the home team |
|
| Integer | Number of runs for the away team in the game |
|
| Integer | Number of runs for the home team in the game |
|
| String | Number of runs for the away team in an inning |
|
| String | Number of runs for the home team in an inning |
|
| Integer | Number of wins for the away team |
|
| Integer | Number of wins for the home team |
|
| String | The current inning half as top or bottom |
|
| Integer | The current inning number |
|
| String | Indicates the final inning half as top or bottom |
|
| Integer | Indicates the final inning number |
Count:
Attribute | Parent Element | Type | Description |
---|---|---|---|
balls | outcome - count | Integer | Number of balls for the current at bat |
inning_half | outcome - count | String | Indicates top or bottom inning halfT , B |
half_over | outcome - count | Boolean | Indicates an inning half has ended |
inning | outcome - count | Integer | Number of the current inning |
outs | outcome - count | Integer | Number of outs |
strikes | outcome - count | Integer | Number of strikes for the current at bat |
Mound Visits & Reviews:
Attribute | Parent Element | Type | Description |
---|---|---|---|
remaining | mound_visits - home | Integer | Number of mound visits remaining for the home team |
used | mound_visits - home | Integer | Number of used mound visits for the home team |
remaining | mound_visits - away | Integer | Number of mound visits remaining for the away team |
used | mound_visits - away | Integer | Number of used mound visits for the away team |
remaining | reviews - home | Integer | Number of remaining reviews for the home team |
used | reviews - home | Integer | Number of used reviews for the home team |
remaining | reviews - away | Integer | Number of remaining reviews for the away team |
used | reviews - away | Integer | Number of used reviews for the away team |
Current Baserunners:
Attribute | Parent Element | Type | Description |
---|---|---|---|
description | - | String | Text description of a runner outcome ex. Will Smith to third. or Freddie Freeman scores. |
ending_base | outcome - runner | Integer | Runner's base at the end of a play |
first_name | outcome - runner | String | First name of the current runner ex. Markus |
full_name | outcome - runner | String | Full name of the current runner ex. Mookie Betts |
suffix | outcome - runner | String | Name suffix of the current runner ex. Jr. |
id | outcome - runner | GUID | Unique player ID of the current runner ex. ea1a2111-44cc-4996-babb-9439465e6760 |
jersey_number | outcome - runner | Integer | Number of the current runner's jersey |
last_name | outcome - runner | String | Last name of the current runner ex. Betts |
out | outcome - runner | Boolean | Signifies the runner was out on a play |
outcome_id | outcome - runner | String | ID of a runner outcome on a play. Check our FAQ for a list of valid outcomes and their definitions |
preferred_name | outcome - runner | String | Preferred name of the current runner ex. Mookie |
starting_base | outcome - runner | Integer | Runner's base at the start of a play |
Current Hitter:
Attribute | Parent Element | Type | Description |
---|---|---|---|
ab_over | outcome - hitter | Boolean | Indicates an at bat is over |
first_name | outcome - hitter | String | First name of the current hitter ex. Markus |
full_name | outcome - hitter | String | Full name of the current hitter ex. Mookie Betts |
suffix | outcome - hitter | String | Name suffix of the current hitter ex. Jr. |
id | outcome - hitter | GUID | Unique player ID of the current hitter ex. ea1a2111-44cc-4996-babb-9439465e6760 |
jersey_number | outcome - hitter | Integer | Number of the current hitter's jersey |
last_name | outcome - hitter | String | Last name of the current hitter ex. Betts |
out | outcome - hitter | Boolean | Signifies the hitter was out on a play |
outcome_id | outcome - hitter | String | ID of a hitter outcome on a play. Check our FAQ for a list of valid outcomes and their definitions |
preferred_name | outcome - hitter | String | Preferred name of the current hitter ex. Mookie |
Current Pitcher:
Attribute | Parent Element | Type | Description |
---|---|---|---|
|
| String | First name of the current pitcher |
|
| String | Full name of the current pitcher |
|
| String | Name suffix of the current pitcher |
|
| GUID | Unique player ID of the current pitcher |
|
| Integer | Number of the current pitcher's jersey |
|
| String | Last name of the current pitcher |
|
| String | Speed of a pitch in MPH |
|
| String | Code for a type of pitch |
|
| Integer | Number corresponding to the pitch strike zone (1-13) |
|
| String | Preferred name of the current pitcher |
|
| String | ERA of the current away team pitcher |
|
| String | First name of the current away team pitcher |
|
| String | Full name of the current away team pitcher |
|
| String | Name suffix of the current away team pitcher |
|
| GUID | Unique ID of the current away team pitcher |
|
| Integer | Number of the current away team pitcher's jersey |
|
| String | Last name of the current away team pitcher |
|
| Integer | Number of losses for the current away team pitcher |
|
| String | Preferred name of the current away team pitcher |
|
| Integer | Number of wins for the current away team pitcher |
|
| String | ERA of the current home team pitcher |
|
| String | First name of the current home team pitcher |
|
| String | Full name of the current home team pitcher |
|
| String | Name suffix of the current home team pitcher |
|
| GUID | Unique ID of the current home team pitcher |
|
| Integer | Number of the current home team pitcher's jersey |
|
| String | Last name of the current home team pitcher |
|
| Integer | Number of losses for the current home team pitcher |
|
| String | Preferred name of the current home team pitcher |
|
| Integer | Number of wins for the current home team pitcher |
Probable Pitcher:
Attribute | Parent Element | Type | Description |
---|---|---|---|
|
| String | ERA of the probable away team pitcher |
|
| String | First name of the probable away team pitcher |
|
| String | Full name of the probable away team pitcher |
|
| String | Name suffix of the probable away team pitcher |
|
| GUID | Unique ID of the probable away team pitcher |
|
| Integer | Number of the probable away team pitcher's jersey |
|
| String | Last name of the probable away team pitcher |
|
| Integer | Number of losses for the probable away team pitcher |
|
| String | Preferred name of the probable away team pitcher |
|
| Integer | Number of wins for the probable away team pitcher |
|
| String | ERA of the probable home team pitcher |
|
| String | First name of the probable home team pitcher |
|
| String | Full name of the probable home team pitcher |
|
| String | Name suffix of the probable home team pitcher |
|
| GUID | Unique ID of the probable home team pitcher |
|
| Integer | Number of the probable home team pitcher's jersey |
|
| String | Last name of the probable home team pitcher |
|
| Integer | Number of losses for the probable home team pitcher |
|
| String | Preferred name of the probable home team pitcher |
|
| Integer | Number of wins for the probable home team pitcher |
Starting Pitcher:
Attribute | Parent Element | Type | Description |
---|---|---|---|
|
| String | ERA of the starting away team pitcher |
|
| String | First name of the starting away team pitcher |
|
| String | Full name of the starting away team pitcher |
|
| String | Name suffix of the starting away team pitcher |
|
| GUID | Unique ID of the starting away team pitcher |
|
| Integer | Number of the starting away team pitcher's jersey |
|
| String | Last name of the starting away team pitcher |
|
| Integer | Number of losses for the starting away team pitcher |
|
| String | Preferred name of the starting away team pitcher |
|
| Integer | Number of wins for the starting away team pitcher |
|
| String | ERA of the starting home team pitcher |
|
| String | First name of the starting home team pitcher |
|
| String | Full name of the starting home team pitcher |
|
| String | Name suffix of the starting home team pitcher |
|
| GUID | Unique ID of the starting home team pitcher |
|
| Integer | Number of the starting home team pitcher's jersey |
|
| String | Last name of the starting home team pitcher |
|
| Integer | Number of losses for the starting home team pitcher |
|
| String | Preferred name of the starting home team pitcher |
|
| Integer | Number of wins for the starting home team pitcher |
Pitcher Outcomes:
Pitcher outcomes are available after the conclusion of a game under the
pitching
element. Outcomes are available for pitchers recording awin
,loss
,hold
,save
, orblow_save
.
Attribute | Parent Element | Type | Description |
---|---|---|---|
|
| String | First name of the pitcher |
|
| String | First name of the pitcher |
|
| String | Name suffix of the pitcher |
|
| GUID | Unique ID of the pitcher |
|
| Integer | Number of the pitcher's jersey |
|
| String | Last name of the pitcher |
|
| String | Position of a player |
|
| String | Preferred name of the pitcher |
|
| String | Primary position of a player |
|
| String | Status of a player |
|
| Integer | Current number of seasonal blown saves for a pitcher. Player will appear within the |
|
| Integer | Current number of seasonal holds for a pitcher. Player will appear within the |
|
| Integer | Current number of seasonal losses for a pitcher. Player will appear within the |
|
| Integer | Current number of seasonal saves for a pitcher. Player will appear within the |
|
| Integer | Current number of seasonal wins for a pitcher. Player will appear within the |
Scoring by Inning:
Attribute | Parent Element | Type | Description |
---|---|---|---|
errors | scoring - inning | String | Number of errors in an inning for the home or away team |
hits | scoring - inning | String | Number of hits in an inning for the home or away team |
number | scoring - inning | Integer | Number of an inning |
sequence | scoring - inning | Integer | Sequential number of an inning |
runs | scoring - inning | String | Number of runs in an inning for the home or away team |
Runs Scored:
Attribute | Parent Element | Type | Description |
---|---|---|---|
type | runs - run | String | Type of action preceding a run scoring play ex. pitch |
hitter_id | runs - run | GUID | Unique player ID of a hitter for a run scoring play ex. ea1a2111-44cc-4996-babb-9439465e6760 |
hitter_outcome | runs - run | String | ID of a hit outcome on a play. Check our FAQ for a list of valid outcomes and their definitions |
inning | runs - run | Integer | Number of inning with a scoring play |
inning_half | runs - run | Integer | Number of inning half with a scoring play |
pitcher_id | runs - run | GUID | Unique player ID of a pitcher for a run scoring play ex. ea1a2111-44cc-4996-babb-9439465e6760 |
first_name | runs - run - runner | String | First name of the scoring runner ex. Markus |
full_name | runs - run - runner | String | Full name of the scoring runner ex. Mookie Betts |
suffix | runs - run - runner | String | Name suffix of the scoring runner ex. Jr. |
jersey_number | runs - run - runner | Integer | Number of the scoring runner's jersey |
last_name | runs - run - runner | String | Last name of the scoring runner ex. Betts |
preferred_name | runs - run - runner | String | Preferred name of the scoring runner ex. Mookie |
id | runs - run | GUID | Unique ID of a run scoring play ex. f75b7565-b2ca-4bb3-985b-f4637fed2e0b |
id | runs - run - runner | GUID | Unique ID of a runner for a run scoring play ex. f75b7565-b2ca-4bb3-985b-f4637fed2e0b |
starting_base | runs - run - runner | Integer | Runner's base at the start of a run scoring play |
Game:
Attribute | Parent Element | Type | Description |
---|---|---|---|
away_team | game | GUID | Unique ID of the away team ex. 29dd9a87-5bcc-4774-80c3-7f50d985068b |
coverage | game | String | Coverage level of a gamefull , boxscore |
double_header | game | Boolean | Signifies whether a game is part of a double header |
day_night | game | String | Signifies a day or night gameD , N |
entry_mode | game | String | Signifies the type of data entrySTOMP , LDE |
home_team | game | GUID | Unique ID of the home team ex. ef64da7f-cfaf-4300-87b0-9313386b977c |
id | game | GUID | Unique ID of the game ex. 1b554f5e-d8b7-4268-95da-2f4191015c84 |
game_number | game | Integer | Number of the game |
parent_id | game | GUID | Standard parent ID of a game or series. Use this ID to group events (like the World Series or All-Star Game) across seasons. ex. 34e4cbbe-0086-4fad-bb08-840cbcfcabf0 (All-Star Game) |
reference | game | String | Unique MLBAM ID of a game |
scheduled | game | dateTime | Scheduled date and time of a game ex. 2022-09-25T20:10:00+00:00 |
tbd | game | Boolean | Signifies the game start time is to be determined. Placeholder start time is 08:00:00+00:00 |
season_id | game | GUID | Unique ID of the season a game belongs within ex. 6a5c278f-ebce-41f9-b1ba-2160b6af04ce |
season_type | game | String | Code type of the season a game belongs within ex. REG (Regular), PRE (Preseason), PST (Postseason), AST (All-Star) |
season_year | game | Integer | Year of the season a game belongs within |
split_squad | game | Boolean | Signifies a Spring Training split squad game |
status | game | String | The status of a gamescheduled , inprogress , complete , closed , wdelay , fdelay , odelay , canceled , unnecessary , if-necessary , postponed , suspended , maintenance |
away | game - time_zones | String | Time zone of the away team ex. US/Pacific |
home | game - time_zones | String | Time zone of the home team ex. US/Eastern |
venue | game - time_zones | String | Time zone of the venue ex. US/Eastern |
Broadcast:
Attribute | Parent Element | Type | Description |
---|---|---|---|
channel | broadcasts - broadcast | String | Name of a game's broadcast channel ex. 213 |
locale | broadcasts - broadcast | String | Signifies the locale of a broadcast ex. Home , Away , National |
network | broadcasts - broadcast | String | Name of a game's broadcast network ex. MLB Network , NBCS-BA , ESPN |
type | broadcasts - broadcast | String | Type of broadcast ex. TV , Internet |
Weather:
Attribute | Parent Element | Type | Description |
---|---|---|---|
|
| Integer | Current cloud cover of a game in percentage |
|
| String | Current weather condition for a game |
|
| Integer | Current dew point number of a game |
|
| Integer | Current humidity number of a game |
|
| dateTime | Timestamp of the current weather observation |
|
| Integer | Current temperature of a game in Fahrenheit |
|
| String | Direction of wind in the game |
|
| Integer | Wind speed in the game in miles per hour |
|
| Integer | Forecasted cloud cover of a game in percentage |
|
| String | Forecasted weather condition for a game |
|
| Integer | Forecasted dew point number of a game |
|
| Integer | Forecasted humidity number of a game |
|
| dateTime | Timestamp of the forecasted weather observation |
|
| Integer | Forecasted temperature of a game in Fahrenheit |
|
| String | Forecasted direction of wind in the game |
|
| Integer | Forecasted wind speed in a game in miles per hour |
Umpire Crew:
Attribute | Parent Element | Type | Description |
---|---|---|---|
assignment | official | String | Umpire assignmentHP (Home plate umpire), 1B (1st base umpire), 2B (Second base umpire), 3B (Third base umpire), LF (Left field umpire), RF (Right field umpire) |
experience | official | String | Umpire experience in years ex. 8 |
first_name | official | String | First name of an Umpire ex. Laz |
full_name | official | String | Full name of an Umpire ex. Laz Diaz |
id | official | GUID | Unique ID of an umpire ex. 8d413133-9fa4-4e46-b227-cb1b853253fc |
last_name | official | String | Last name of an Umpire ex. Diaz |
Lineup:
Attribute | Parent Element | Type | Description |
---|---|---|---|
|
| Integer | Batting order number in the lineup for a player (0-9). |
|
| Integer | Position number for a player (1-12). |
|
| String | Inning half of a player entering the game |
|
| Integer | Inning of a player entering the game |
|
| GUID | Unique ID of a player |
|
| Integer | Sequence number of a lineup change |
Player:
Attribute | Parent Element | Type | Description |
---|---|---|---|
|
| String | First name of a player |
|
| String | Full name of a player |
|
| String | Name suffix of a player |
|
| GUID | Unique ID of a player |
|
| Integer | Number of a player's jersey |
|
| String | Last name of a runner |
|
| String | Position of a player |
|
| String | Preferred name of a player |
|
| String | Primary position of a player |
|
| String | Status of a player |
Player Baserunning Stats (Game):
Attribute | Parent Element | Type | Description |
---|---|---|---|
caught | hitting - overall - steal | Integer | Number of times caught stealing |
pct | hitting - overall - steal | Decimal | Caught stealing percentage ex. 0.5 |
pickoff | hitting - overall - steal | Decimal | Number of times picked off |
stolen | hitting - overall - steal | Integer | Number of stolen bases |
Player Fielding Stats (Game):
Attribute | Parent Element | Type | Description |
---|---|---|---|
a | fielding - overall | Integer | Number of assists |
outfield | fielding - overall - assists | Integer | Number of outfield assists |
total | fielding - overall - assists | Integer | Number of total assists |
complete | fielding - overall - games | Integer | Number of complete games played |
dp | fielding - overall | Integer | Number of double plays turned |
error | fielding - overall | Integer | Number of errors committed |
fielding | fielding - overall - errors | Integer | Number of fielding errors committed |
interference | fielding - overall - errors | Integer | Number of interference errors committed |
throwing | fielding - overall - errors | Integer | Number of throwing errors committed |
total | fielding - overall - errors | Integer | Total number of errors committed |
fpct | fielding - overall | Decimal | Fielding percentage ex. 0.969 |
finish | fielding - overall - games | Integer | Number of games finished |
play | fielding - overall - games | Integer | Number of games played |
start | fielding - overall - games | Integer | Number of games started |
inn_1 | fielding - overall | Integer | Total number of outs while in the field |
inn_2 | fielding - overall | Decimal | Total number of innings in the field ex. 7.2 (7 2/3 innings) |
pb | fielding - overall | Integer | Number of passed balls |
po | fielding - overall | Integer | Number of putouts |
rf | fielding - overall | Decimal | Range factor at a position. Determined by dividing the sum of a fielder's putouts and assists by their total number of defensive games played |
outfield | fielding - overall - steal | Integer | Number of outfield assists |
caught | fielding - overall - steal | Integer | Number of runners caught stealing |
pct | fielding - overall - steal | Decimal | Caught stealing percentage ex. 0.5 |
pickoff | fielding - overall - steal | Integer | Number of successful pickoffs |
stolen | fielding - overall - steal | Integer | Number of stolen bases allowed |
tc | fielding - overall | Integer | Total number of fielding chances |
tp | fielding - overall | Integer | Number of triple plays turned |
c_wp | fielding - overall | Integer | Number of wild pitches while catching |
Player Fielding Stats by Position (Game):
Attribute | Parent Element | Type | Description |
---|---|---|---|
a | fielding - position | Integer | Number of assists at a position |
outfield | fielding - position - assists | Integer | Number of outfield assists at a position |
total | fielding - position - assists | Integer | Number of total assists at a position |
complete | fielding - position - games | Integer | Number of complete games played at a position |
dp | fielding - position | Integer | Number of double plays turned at a position |
error | fielding - position | Integer | Number of errors committed at a position |
fielding | fielding - position - errors | Integer | Number of fielding errors committed at a position |
interference | fielding - position - errors | Integer | Number of interference errors committed at a position |
throwing | fielding - position - errors | Integer | Number of throwing errors committed at a position |
total | fielding - position - errors | Integer | Total number of errors committed at a position |
fpct | fielding - position | Decimal | Fielding percentage at a position ex. 0.969 |
finish | fielding - position - games | Integer | Number of games finished at a position |
play | fielding - position - games | Integer | Number of games played at a position |
start | fielding - position - games | Integer | Number of games started at a position at a position |
inn_1 | fielding - position | Integer | Total number of outs while in the field at a position |
inn_2 | fielding - position | Decimal | Total number of innings in the field at a position ex. 7.2 (7 2/3 innings) |
pb | fielding - position | Integer | Number of passed balls at a position |
po | fielding - overall | Integer | Number of putouts at a position |
position | fielding - position | String | Position of a playerC (Catcher), IF (Infield), 1B (First Base), 2B (Second Base), 3B (Third Base), SS (Shortstop), OF (Outfield), LF (Left Field), CF (Centerfield), P (Pitcher), RF (Right Field), RP (Relief Pitcher), SP (Starting Pitcher), DH (Designated Hitter) |
rf | fielding - position | Decimal | Range factor at a position. Determined by dividing the sum of a fielder's putouts and assists by their total number of defensive games played |
outfield | fielding - position - steal | Integer | Number of outfield assists at a position |
caught | fielding - position - steal | Integer | Number of runners caught stealing |
pct | fielding - position - steal | Decimal | Caught stealing percentage ex. 0.5 |
pickoff | fielding - position - steal | Integer | Number of successful pickoffs |
stolen | fielding - position - steal | Integer | Number of stolen bases allowed |
tc | fielding - position | Integer | Total number of fielding chances at a position |
tp | fielding - position | Integer | Number of triple plays turned at a position |
c_wp | fielding - position | Integer | Number of wild pitches while catching |
Player Hitting Stats (Game):
Attribute | Parent Element | Type | Description |
---|---|---|---|
ab | player - statistics - hitting - overall | Integer | Number of at bats |
abhr | player - statistics - hitting - overall | Decimal | At bats per homerun |
abk | player - statistics - hitting - overall | Decimal | At bats per strikeout |
ab_risp | player - statistics - hitting - overall | Integer | Number of at bats with runners in scoring position |
ball | player - statistics - hitting - overall - outcome | Integer | Number of at balls seen |
bip | player - statistics - hitting - overall | Integer | Number of at balls hit in play |
avg | player - statistics - hitting - overall | Decimal | Batting average ex. .333 |
babip | player - statistics - hitting - overall | Integer | BABIP (Batting average on balls in play) ex. 0.333 |
ci | player - statistics - hitting - overall - onbase | Integer | Number of catcher's interferences |
complete | player - statistics - hitting - overall - games | Integer | Number of complete games played |
cycle | player - statistics - hitting - overall - onbase | Integer | Number of cycles (player hits a single, double, triple, and homerun) |
dirtball | player - statistics - hitting - overall - outcome | Integer | Number of dirtballs seen |
d | player - statistics - hitting - overall - onbase | Integer | Number of doubles |
xbh | player - statistics - hitting - overall | Integer | Number of extra base hits |
fc | player - statistics - hitting - overall - onbase | Integer | Number of hits into fielder's choice |
flyball | player - statistics - hitting - overall | Integer | Number of at flyballs |
fo | player - statistics - hitting - overall - outs | Integer | Number of fly outs |
fidp | player - statistics - hitting - overall - outs | Integer | Number of fly outs into double plays |
foul | player - statistics - hitting - overall - outcome | Integer | Number of foul balls |
finish | player - statistics - hitting - overall - games | Integer | Number of games finished |
play | player - statistics - hitting - overall - games | Integer | Number of games played |
start | player - statistics - hitting - overall - games | Integer | Number of games started |
groundball | player - statistics - hitting - overall | Integer | Number of at groundballs |
gofo | player - statistics - hitting - overall | Decimal | Ground out/fly out ratio ex. 2.0 |
go | player - statistics - hitting - overall - outs | Integer | Number of groundouts |
gidp | player - statistics - hitting - overall - outs | Integer | Number of grounded into double plays |
hbp | player - statistics - hitting - overall - onbase | Integer | Number of hit by pitches |
h | player - statistics - hitting - overall - onbase | Integer | Number of hits |
hit_risp | player - statistics - hitting - overall | Integer | Number of hits with runners in scoring position |
hr | player - statistics - hitting - overall - onbase | Integer | Number of homeruns |
iball | player - statistics - hitting - overall - outcome | Integer | Number of intentional balls taken |
ibb | player - statistics - hitting - overall - onbase | Integer | Number of intentional walks |
iso | player - statistics - hitting - overall | Decimal | Isolated power |
linedrive | player - statistics - hitting - overall | Integer | Number of at line drives |
lo | player - statistics - hitting - overall - outs | Integer | Number of lineouts |
lidp | player - statistics - hitting - overall - outs | Integer | Number of lineouts into double plays |
ops | player - statistics - hitting - overall | Decimal | OPS (On Base Percentage + Slugging Percentage) ex. 0.833 |
obp | player - statistics - hitting - overall | Decimal | On Base Percentage |
pickoff | player - statistics - hitting - overall - steal | Integer | Number of times picked off |
pitch_count | player - statistics - hitting - overall | Integer | Number of pitches seen |
ap | player - statistics - hitting - overall | Integer | Number of plate appearances |
popup | player - statistics - hitting - overall | Integer | Number of popups |
po | player - statistics - hitting - overall - outs | Integer | Number of putouts |
roe | player - statistics - hitting - overall - onbase | Integer | Number of times reached on error |
lob | player - statistics - hitting - overall - onbase | Integer | Number of players left on base |
lob_risp_2out | player - statistics - hitting - overall - onbase | Integer | Number of players left on base with two outs and runners in scoring position |
rbi | player - statistics - hitting - overall - onbase | Integer | Number of RBI (Runs Batted In) |
rov | player - statistics - hitting - overall - onbase | Integer | Number of at bats ending in a reached by violation |
sacfly | player - statistics - hitting - overall - outs | Integer | Number of sacrifice flies |
sachit | player - statistics - hitting - overall - outs | Integer | Number of sacrifice hits |
seca | player - statistics - hitting - overall | Decimal | Secondary average ex. 0.333 |
s | player - statistics - hitting - overall - onbase | Integer | Number of singles |
slg | player - statistics - hitting - overall | Decimal | Slugging Percentage ex. 0.333 |
klook | player - statistics - hitting - overall - outs | Integer | Number of strikeouts looking |
kswing | player - statistics - hitting - overall - outs | Integer | Number of strikeouts swinging |
klook | player - statistics - hitting - overall - outcome | Integer | Number of strikes looking |
kswing | player - statistics - hitting - overall - outcome | Integer | Number of strikes swinging |
team_lob | player - statistics - hitting - overall - onbase | Integer | Number of players left on base at the end of an inning |
btotal | player - statistics - hitting - overall - pitches | Integer | Number of balls seen |
tb | player - statistics - hitting - overall - onbase | Integer | Number of total bases |
total | player - statistics - hitting - overall - runs | Integer | Number of total runs scored |
ktotal | player - statistics - hitting - overall - outs | Integer | Number of total strikeouts |
ktotal | player - statistics - hitting - overall - outcome | Integer | Number of strikes seen (not including balls in play) |
ktotal | player - statistics - hitting - overall - pitches | Integer | Number of strikes seen (including balls in play) |
t | player - statistics - hitting - overall - onbase | Integer | Number of triples |
rbi_2out | player - statistics - hitting - overall | Integer | Number of 2-out RBI |
bb | player - statistics - hitting - overall - onbase | Integer | Number of walks |
bbpa | player - statistics - hitting - overall | Decimal | Walks per plate appearance ex. 0.25 |
bbk | player - statistics - hitting - overall | Decimal | Walks per strikeout ex. 0.2 |
Player Pitching Stats (Game):
Attribute | Parent Element | Type | Description |
---|---|---|---|
|
| Integer | Number of balks |
|
| Integer | Number of balls thrown |
|
| Integer | Number of batters faced |
|
| Decimal | Batters faced per inning pitched |
|
| Decimal | Batters faced per start |
|
| Integer | Number of bequeathed runners |
|
| Integer | Number of bequeathed runners allowed to score |
|
| Integer | Number of blown saves |
|
| Integer | Number of catcher's interferences allowed |
|
| Integer | Number of complete games |
|
| Integer | Number of dirtballs thrown |
|
| Integer | Number of doubles allowed |
|
| String | ERA (Earned Run Average) |
|
| Integer | Number of earned runs allowed |
|
| Integer | Number of fielder's choices allowed |
|
| Decimal | FIP (Fielding Independent Pitching) |
|
| Integer | Number of fly outs |
|
| Integer | Number of fly outs into double plays |
|
| Integer | Number of foul balls |
|
| Integer | Number of games finished |
|
| Integer | Number of games played |
|
| Integer | Number of games started |
|
| Decimal | Ground out/fly out ratio |
|
| Integer | Number of groundouts |
|
| Integer | Number of grounded into double plays |
|
| Integer | Number of hit batters |
|
| Integer | Number of hits allowed |
|
| Decimal | Hits allowed per nine innings |
|
| Integer | Number of holds |
|
| Integer | Number of homeruns allowed |
|
| Decimal | Homeruns allowed per nine innings |
|
| Integer | Number of inherited runners |
|
| Integer | Number of inherited runners allowed to score |
|
| Integer | Total number of outs recorded |
|
| Decimal | Total number of innings pitched |
|
| Integer | Number of times a pitcher has pitched through the order in a game (faced each batter on the opposing team) |
|
| Integer | Number of intentional balls thrown |
|
| Integer | Number of intentional walks |
|
| Integer | Number of lineouts |
|
| Integer | Number of lineouts into double plays |
|
| Integer | Number of losses |
|
| Integer | Number of opponent at bats |
|
| Decimal | Opponents batting average |
|
| Decimal | Opponents BABIP (Batting average on balls in play) |
|
| Integer | Number of fly balls allowed |
|
| Decimal | Opponents ground ball/fly ball ratio |
|
| Integer | Number of ground balls allowed |
|
| Integer | Number of line drives allowed |
|
| Decimal | Opponents On Base Percentage |
|
| Integer | Number of popups allowed |
|
| Integer | Number of runners left on base |
|
| Decimal | Opponents Slugging Percentage |
|
| Integer | Number of successful pickoffs |
|
| Integer | Number of pitches thrown |
|
| Decimal | Number of pitches per batter faced |
|
| Decimal | Number of pitches per inning pitched |
|
| Decimal | Number of pitches per start |
|
| Integer | Number of popouts |
|
| Integer | Number of quality starts (6 innings pitched & 3 or less earned runs allowed) |
|
| Integer | Number of times allowed to reached on error |
|
| Integer | Number of at bats ending in a reached by violation |
|
| Integer | Number of times caught stealing |
|
| Integer | Number of sacrifice flies |
|
| Integer | Number of sacrifice hits |
|
| Integer | Number of save opportunities |
|
| Integer | Number of saves |
|
| Integer | Number of shutouts |
|
| Integer | Number of singles allowed |
|
| Integer | Number of stolen bases allowed |
|
| Integer | Number of strikeouts looking |
|
| Decimal | Strikeouts per nine innings |
|
| Decimal | Strikeouts per walk ratio |
|
| Integer | Number of strikeouts swinging |
|
| Integer | Number of strikes looking |
|
| Integer | Number of strikes swinging |
|
| Integer | Total number of balls thrown |
|
| Integer | Number of total bases allowed |
|
| Integer | Total number of pitches thrown |
|
| Integer | Total number of runs allowed |
|
| Integer | Total number of strikeouts |
|
| Integer | Total number of strikes thrown |
|
| Integer | Total number of strikes thrown |
|
| Integer | Number of triples allowed |
|
| Integer | Number of unearned runs allowed |
|
| Integer | Number of walks allowed |
|
| Decimal | WHIP (Walks + Hits Per Inning Pitched) |
|
| Integer | Number of wild pitches thrown |
|
| Integer | Number of wins |
Team Baserunning Stats (Game):
Attribute | Parent Element | Type | Description |
---|---|---|---|
caught | game - statistics - hitting - steal | Integer | Number of times caught stealing |
pct | game - statistics - hitting - steal | Decimal | Caught stealing percentage ex. 0.5 |
pickoff | game - statistics - hitting - steal | Decimal | Number of times picked off |
stolen | game - statistics - hitting - steal | Integer | Number of stolen bases |
Team Fielding Stats (Game):
Attribute | Parent Element | Type | Description |
---|---|---|---|
a | game - statistics - fielding - overall | Integer | Number of assists |
outfield | game - statistics - fielding - assists | Integer | Number of outfield assists |
total | game - statistics - fielding - assists | Integer | Number of total assists |
dp | game - statistics - fielding - overall | Integer | Number of double plays turned |
error | game - statistics - fielding - overall | Integer | Number of errors committed |
fielding | game - statistics - fielding - errors | Integer | Number of fielding errors committed |
interference | game - statistics - fielding - errors | Integer | Number of interference errors committed |
throwing | game - statistics - fielding - errors | Integer | Number of throwing errors committed |
total | game - statistics - fielding - errors | Integer | Total number of errors committed |
fpct | game - statistics - fielding - overall | Decimal | Fielding percentage ex. 0.969 |
pb | game - statistics - fielding - overall | Integer | Number of passed balls |
po | game - statistics - fielding - overall | Integer | Number of putouts |
caught | game - statistics - fielding - steal | Integer | Number of runners caught stealing |
pct | game - statistics - fielding - steal | Decimal | Caught stealing percentage ex. 0.5 |
pickoff | game - statistics - fielding - steal | Integer | Number of successful pickoffs |
stolen | game - statistics - fielding - steal | Integer | Number of stolen bases allowed |
tc | game - statistics - fielding - overall | Integer | Total number of fielding chances |
tp | game - statistics - fielding - overall | Integer | Number of triple plays turned |
c_wp | game - statistics - fielding - overall | Integer | Number of wild pitches while catching |
Team Hitting Stats (Game):
Attribute | Parent Element | Type | Description |
---|---|---|---|
ab | game - statistics - hitting - overall | Integer | Number of at bats |
abhr | game - statistics - hitting - overall | Decimal | At bats per homerun |
abk | game - statistics - hitting - overall | Decimal | At bats per strikeout |
ab_risp | game - statistics - hitting - overall | Integer | Number of at bats with runners in scoring position |
ball | game - statistics - hitting - overall - outcome | Integer | Number of at balls seen |
bip | game - statistics - hitting - overall | Integer | Number of at balls hit in play |
avg | game - statistics - hitting - overall | Decimal | Batting average ex. .333 |
babip | game - statistics - hitting - overall | Integer | BABIP (Batting average on balls in play) ex. 0.333 |
ci | game - statistics - hitting - overall - onbase | Integer | Number of catcher's interferences |
cycle | game - statistics - hitting - overall - onbase | Integer | Number of cycles (player hits a single, double, triple, and homerun) |
dirtball | game - statistics - hitting - overall - outcome | Integer | Number of dirtballs seen |
d | game - statistics - hitting - overall - onbase | Integer | Number of doubles |
xbh | game - statistics - hitting - overall | Integer | Number of extra base hits |
fc | game - statistics - hitting - overall - onbase | Integer | Number of hits into fielder's choice |
flyball | game - statistics - hitting - overall | Integer | Number of at flyballs |
fo | game - statistics - hitting - overall - outs | Integer | Number of fly outs |
fidp | game - statistics - hitting - overall - outs | Integer | Number of fly outs into double plays |
foul | game - statistics - hitting - overall - outcome | Integer | Number of foul balls |
groundball | game - statistics - hitting - overall | Integer | Number of at groundballs |
gofo | game - statistics - hitting - overall | Decimal | Ground out/fly out ratio ex. 2.0 |
go | game - statistics - hitting - overall - outs | Integer | Number of groundouts |
gidp | game - statistics - hitting - overall - outs | Integer | Number of grounded into double plays |
hbp | game - statistics - hitting - overall - onbase | Integer | Number of hit by pitches |
h | game - statistics - hitting - overall - onbase | Integer | Number of hits |
hit_risp | game - statistics - hitting - overall | Integer | Number of hits with runners in scoring position |
hr | game - statistics - hitting - overall - onbase | Integer | Number of homeruns |
iball | game - statistics - hitting - overall - outcome | Integer | Number of intentional balls taken |
ibb | game - statistics - hitting - overall - onbase | Integer | Number of intentional walks |
iso | game - statistics - hitting - overall | Decimal | Isolated power |
linedrive | game - statistics - hitting - overall | Integer | Number of at line drives |
lo | game - statistics - hitting - overall - outs | Integer | Number of lineouts |
lidp | game - statistics - hitting - overall - outs | Integer | Number of lineouts into double plays |
ops | game - statistics - hitting - overall | Decimal | OPS (On Base Percentage + Slugging Percentage) ex. 0.833 |
obp | game - statistics - hitting - overall | Decimal | On Base Percentage |
pickoff | game - statistics - hitting - overall - steal | Integer | Number of times picked off |
pitch_count | game - statistics - hitting - overall | Integer | Number of pitches seen |
ap | game - statistics - hitting - overall | Integer | Number of plate appearances |
popup | game - statistics - hitting - overall | Integer | Number of popups |
po | game - statistics - hitting - overall - outs | Integer | Number of putouts |
roe | game - statistics - hitting - overall - onbase | Integer | Number of times reached on error |
rov | game - statistics - hitting - overall - onbase | Integer | Number of at bats ending in a reached by violation |
lob | game - statistics - hitting - overall - onbase | Integer | Number of players left on base |
lob_risp_2out | game - statistics - hitting - overall - onbase | Integer | Number of players left on base with two outs and runners in scoring position |
rbi | game - statistics - hitting - overall - onbase | Integer | Number of RBI (Runs Batted In) |
sacfly | game - statistics - hitting - overall - outs | Integer | Number of sacrifice flies |
sachit | game - statistics - hitting - overall - outs | Integer | Number of sacrifice hits |
seca | game - statistics - hitting - overall | Decimal | Secondary average ex. 0.333 |
s | game - statistics - hitting - overall - onbase | Integer | Number of singles |
slg | game - statistics - hitting - overall | Decimal | Slugging Percentage ex. 0.333 |
klook | game - statistics - hitting - overall - outs | Integer | Number of strikeouts looking |
kswing | game - statistics - hitting - overall - outs | Integer | Number of strikeouts swinging |
klook | game - statistics - hitting - overall - outcome | Integer | Number of strikes looking |
kswing | game - statistics - hitting - overall - outcome | Integer | Number of strikes swinging |
team_lob | game - statistics - hitting - overall - onbase | Integer | Number of players left on base at the end of an inning |
btotal | game - statistics - hitting - overall - pitches | Integer | Number of balls seen |
tb | game - statistics - hitting - overall - onbase | Integer | Number of total bases |
total | game - statistics - hitting - overall - runs | Integer | Number of total runs scored |
ktotal | game - statistics - hitting - overall - outs | Integer | Number of total strikeouts |
ktotal | game - statistics - hitting - overall - outcome | Integer | Number of strikes seen (not including balls in play) |
ktotal | game - statistics - hitting - overall - pitches | Integer | Number of strikes seen (including balls in play) |
t | game - statistics - hitting - overall - onbase | Integer | Number of triples |
rbi_2out | game - statistics - hitting - overall | Integer | Number of 2-out RBI |
bb | game - statistics - hitting - overall - onbase | Integer | Number of walks |
bbpa | game - statistics - hitting - overall | Decimal | Walks per plate appearance ex. 0.25 |
bbk | game - statistics - hitting - overall | Decimal | Walks per strikeout ex. 0.2 |
Team Pitching Stats (Game):
Attribute | Parent Element | Type | Description |
---|---|---|---|
|
| Integer | Number of balks |
|
| Integer | Number of balls thrown |
|
| Integer | Number of batters faced |
|
| Decimal | Batters faced per inning pitched |
|
| Decimal | Batters faced per start |
|
| Integer | Number of bequeathed runners |
|
| Integer | Number of bequeathed runners allowed to score |
|
| Integer | Number of blown saves |
|
| Integer | Number of catcher's interferences allowed |
|
| Integer | Number of complete games |
|
| Integer | Number of dirtballs thrown |
|
| Integer | Number of doubles allowed |
|
| String | ERA (Earned Run Average) |
|
| Integer | Number of earned runs allowed |
|
| Integer | Number of fielder's choices allowed |
|
| Decimal | FIP (Fielding Independent Pitching) |
|
| Integer | Number of fly outs |
|
| Integer | Number of fly outs into double plays |
|
| Integer | Number of foul balls |
|
| Decimal | Ground out/fly out ratio |
|
| Integer | Number of groundouts |
|
| Integer | Number of grounded into double plays |
|
| Integer | Number of hit batters |
|
| Integer | Number of hits allowed |
|
| Decimal | Hits allowed per nine innings |
|
| Integer | Number of holds |
|
| Integer | Number of homeruns allowed |
|
| Decimal | Homeruns allowed per nine innings |
|
| Integer | Number of inherited runners |
|
| Integer | Number of inherited runners allowed to score |
|
| Integer | Total number of outs recorded |
|
| Decimal | Total number of innings pitched |
|
| Integer | Number of intentional balls thrown |
|
| Integer | Number of intentional walks |
|
| Integer | Number of lineouts |
|
| Integer | Number of lineouts into double plays |
|
| Integer | Number of losses |
|
| Integer | Number of opponent at bats |
|
| Decimal | Opponents batting average |
|
| Decimal | Opponents BABIP (Batting average on balls in play) |
|
| Integer | Number of fly balls allowed |
|
| Decimal | Opponents ground ball/fly ball ratio |
|
| Integer | Number of ground balls allowed |
|
| Integer | Number of line drives allowed |
|
| Decimal | Opponents On Base Percentage |
|
| Integer | Number of popups allowed |
|
| Integer | Number of runners left on base |
|
| Decimal | Opponents Slugging Percentage |
|
| Integer | Number of successful pickoffs |
|
| Integer | Number of pitches thrown |
|
| Decimal | Number of pitches per batter faced |
|
| Decimal | Number of pitches per inning pitched |
|
| Decimal | Number of pitches per start |
|
| Integer | Number of popouts |
|
| Integer | Number of quality starts (6 innings pitched & 3 or less earned runs allowed) |
|
| Integer | Number of times allowed to reached on error |
|
| Integer | Number of at bats ending in a reached by violation |
|
| Integer | Number of times caught stealing |
|
| Integer | Number of sacrifice flies |
|
| Integer | Number of sacrifice hits |
|
| Integer | Number of save opportunities |
|
| Integer | Number of saves |
|
| Integer | Number of shutouts |
|
| Integer | Number of singles allowed |
|
| Integer | Number of stolen bases allowed |
|
| Integer | Number of strikeouts looking |
|
| Decimal | Strikeouts per nine innings |
|
| Decimal | Strikeouts per walk ratio |
|
| Integer | Number of strikeouts swinging |
|
| Integer | Number of strikes looking |
|
| Integer | Number of strikes swinging |
|
| Integer | Total number of balls thrown |
|
| Integer | Number of total bases allowed |
|
| Integer | Total number of pitches thrown |
|
| Integer | Total number of runs allowed |
|
| Integer | Total number of strikeouts |
|
| Integer | Total number of strikes thrown |
|
| Integer | Total number of strikes thrown |
|
| Integer | Number of triples allowed |
|
| Integer | Number of unearned runs allowed |
|
| Integer | Number of walks allowed |
|
| Decimal | WHIP (Walks + Hits Per Inning Pitched) |
|
| Integer | Number of wild pitches thrown |
|
| Integer | Number of wins |
Series:
Attribute | Parent Element | Type | Description |
---|---|---|---|
ps_game | game | Integer | Game number in a series |
ps_round | game | String | Name of a series ex. ALDS |
Venue:
Attribute | Parent Element | Type | Description |
---|---|---|---|
address | venue | String | Address of a venue ex. 1000 Vin Scully Avenue |
capacity | venue | String | Capacity of a venue ex. 56000 |
city | venue | String | City of a venue ex. Los Angeles |
country | venue | String | Country of a venue ex. USA |
field_orientation | venue | String | Field orientation of a venue ex. NE |
id | venue | GUID | Unique ID of a venue ex. 66a19c3d-24fe-477d-bee7-c6ef1b98352f |
lat | location | Decimal | Latitude of a venue ex. 34.0745409 |
lng | location | Decimal | Longitude of a venue ex. -118.2408881 |
market | venue | String | Market of a venue ex. Los Angeles |
name | venue | String | Name of a venue ex. Dodger Stadium |
stadium_type | venue | String | Type of a venue ex. outdoor |
state | venue | String | State of a venue ex. CA |
surface | venue | String | Surface type of a venue ex. grass |
time_zone | venue | String | Time zone of a venue ex. US/Central |
zip | venue | Integer | ZIP code of a venue ex. 90012 |