Fielding

Last updated February 12, 2016

Used by: MLB Box Score

Name Type Description
last_name string Player's last name
first_name string Player's legal first name. Keep in mind, some players are commonly known by their middle name, nickname, or shortened version of their first name
display_name string The full name of the player that is used in box scores, rosters, etc.
errors integer Number of errors for game
team_abbreviation string Player's team's abbreviation

Example Listing

{
  "last_name" : "Segura",
  "first_name" : "Jean",
  "display_name" : "Jean Segura",
  "errors" : 0,
  "team_abbreviation" : "MIL"
}