nbagl_live_boxscore: *Get NBA G-League Stats API Live Boxscore*

View source: R/nbagl_pbp.R

nbagl_live_boxscoreR Documentation

Get NBA G-League Stats API Live Boxscore

Description

Get NBA G-League Stats API Live Boxscore

Get NBA G-League Stats API Live Boxscore

Usage

nbagl_live_boxscore(game_id, ...)

Arguments

game_id

Game ID

...

Additional arguments passed to an underlying function like httr.

Details

 nbagl_live_boxscore(game_id = "2052500034")

Value

Returns a named list of data frames: game_details, arena, officials, home_team_boxscore, away_team_boxscore, home_team_player_boxscore, away_team_player_boxscore, home_team_linescores, away_team_linescores

game_details

Columns as documented in the shared nba_live_boxscore_game_details_schema table.

arena

Columns as documented in the shared nba_live_boxscore_arena_schema table.

officials

Columns as documented in the shared nba_live_boxscore_officials_schema table.

home_team_boxscore

Columns as documented in the shared nba_live_boxscore_home_team_boxscore_schema table.

away_team_boxscore

Columns as documented in the shared nba_live_boxscore_home_team_boxscore_schema table.

home_team_player_boxscore

Columns as documented in the shared nba_live_boxscore_home_team_player_boxscore_schema table.

away_team_player_boxscore

Columns as documented in the shared nba_live_boxscore_home_team_player_boxscore_schema table.

home_team_linescores

col_name types description
period integer Period of the game (1-4 quarters; 5+ for OT).
period_type character Period type.
score integer Final score.

away_team_linescores

col_name types description
period integer Period of the game (1-4 quarters; 5+ for OT).
period_type character Period type.
score integer Final score.

Author(s)

Saiem Gilani

See Also

Other NBA G-League Functions: nbagl_live_pbp(), nbagl_pbp(), nbagl_players(), nbagl_schedule(), nbagl_standings()


hoopR documentation built on Aug. 25, 2026, 9:07 a.m.