Skip to contents

Get NBA Stats API Boxscore Summary V2

Get NBA Stats API Boxscore Summary V2

Usage

nba_boxscoresummaryv2(game_id, ...)

Arguments

game_id

Game ID

...

Additional arguments passed to an underlying function like httr.

Value

Returns a named list of data frames: AvailableVideo, GameInfo, GameSummary, InactivePlayers, LastMeeting, LineScore, Officials, OtherStats, SeasonSeries

GameSummary

col_nametypesdescription
GAME_DATE_ESTcharacterGame date est.
GAME_SEQUENCEcharacterGame sequence.
GAME_IDcharacterUnique game identifier.
GAME_STATUS_IDcharacterNumeric game status identifier.
GAME_STATUS_TEXTcharacterGame status display text (e.g. 'Final', '4:32 - 4th').
GAMECODEcharacter
HOME_TEAM_IDcharacterUnique identifier for the home team.
VISITOR_TEAM_IDcharacter
SEASONcharacterSeason identifier (4-digit year or 'YYYY-YY' string).
LIVE_PERIODcharacter
LIVE_PC_TIMEcharacter
NATL_TV_BROADCASTER_ABBREVIATIONcharacter
LIVE_PERIOD_TIME_BCASTcharacter
WH_STATUScharacterWh status.

OtherStats

col_nametypesdescription
LEAGUE_IDcharacterLeague identifier ('10' = WNBA).
TEAM_IDcharacterUnique team identifier.
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
TEAM_CITYcharacterTeam city or region (e.g. 'Las Vegas').
PTS_PAINTcharacterPoints scored in the paint.
PTS_2ND_CHANCEcharacter
PTS_FBcharacter
LARGEST_LEADcharacterLargest lead during the game.
LEAD_CHANGEScharacterLead changes.
TIMES_TIEDcharacterTimes tied.
TEAM_TURNOVERScharacterTeam turnovers (turnovers credited to the team rather than a player).
TOTAL_TURNOVERScharacterTotal turnovers (player + team).
TEAM_REBOUNDScharacterTeam rebounds (rebounds credited to the team rather than a player).
PTS_OFF_TOcharacter

Officials

col_nametypesdescription
OFFICIAL_IDcharacterUnique official / referee identifier.
FIRST_NAMEcharacterPlayer's first name.
LAST_NAMEcharacterPlayer's last name.
JERSEY_NUMcharacterJersey number worn by the player.

InactivePlayers

col_nametypesdescription
PLAYER_IDcharacterUnique player identifier.
FIRST_NAMEcharacterPlayer's first name.
LAST_NAMEcharacterPlayer's last name.
JERSEY_NUMcharacterJersey number worn by the player.
TEAM_IDcharacterUnique team identifier.
TEAM_CITYcharacterTeam city or region (e.g. 'Las Vegas').
TEAM_NAMEcharacterFull team display name (e.g. 'Las Vegas Aces').
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').

GameInfo

col_nametypesdescription
GAME_DATEcharacterGame date (YYYY-MM-DD).
ATTENDANCEcharacterReported attendance.
GAME_TIMEcharacterGame start time.

LineScore

col_nametypesdescription
GAME_DATE_ESTcharacterGame date est.
GAME_SEQUENCEcharacterGame sequence.
GAME_IDcharacterUnique game identifier.
TEAM_IDcharacterUnique team identifier.
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
TEAM_CITY_NAMEcharacter
TEAM_NICKNAMEcharacterTeam nickname.
TEAM_WINS_LOSSEScharacter
PTS_QTR1character
PTS_QTR2character
PTS_QTR3character
PTS_QTR4character
PTS_OT1character
PTS_OT2character
PTS_OT3character
PTS_OT4character
PTS_OT5character
PTS_OT6character
PTS_OT7character
PTS_OT8character
PTS_OT9character
PTS_OT10character
PTScharacterPoints scored.

LastMeeting

col_nametypesdescription
GAME_IDcharacterUnique game identifier.
LAST_GAME_IDcharacter
LAST_GAME_DATE_ESTcharacter
LAST_GAME_HOME_TEAM_IDcharacter
LAST_GAME_HOME_TEAM_CITYcharacter
LAST_GAME_HOME_TEAM_NAMEcharacter
LAST_GAME_HOME_TEAM_ABBREVIATIONcharacter
LAST_GAME_HOME_TEAM_POINTScharacter
LAST_GAME_VISITOR_TEAM_IDcharacter
LAST_GAME_VISITOR_TEAM_CITYcharacter
LAST_GAME_VISITOR_TEAM_NAMEcharacter
LAST_GAME_VISITOR_TEAM_CITY1character
LAST_GAME_VISITOR_TEAM_POINTScharacter

SeasonSeries

col_nametypesdescription
GAME_IDcharacterUnique game identifier.
HOME_TEAM_IDcharacterUnique identifier for the home team.
VISITOR_TEAM_IDcharacter
GAME_DATE_ESTcharacterGame date est.
HOME_TEAM_WINScharacterHome team's team wins.
HOME_TEAM_LOSSEScharacterHome team's team losses.
SERIES_LEADERcharacter

AvailableVideo

col_nametypesdescription
GAME_IDcharacterUnique game identifier.
VIDEO_AVAILABLE_FLAGcharacterVideo available flag.
PT_AVAILABLEcharacterPt available.
PT_XYZ_AVAILABLEcharacterPt xyz available.
WH_STATUScharacterWh status.
HUSTLE_STATUScharacterHustle status.
HISTORICAL_STATUScharacterHistorical status.

Details

 nba_boxscoresummaryv2(game_id = "0022200021")

Author

Saiem Gilani