Get NBA Stats API Game Rotation
Get NBA Stats API Game Rotation
Value
Returns a named list of data frames: AwayTeam, HomeTeam
AwayTeam
| col_name | types | description |
| GAME_ID | character | Unique game identifier. |
| TEAM_ID | character | Unique team identifier. |
| TEAM_CITY | character | Team city or region (e.g. 'Las Vegas'). |
| TEAM_NAME | character | Full team display name (e.g. 'Las Vegas Aces'). |
| PERSON_ID | character | Unique player identifier (V3 endpoints). |
| PLAYER_FIRST | character | |
| PLAYER_LAST | character | |
| IN_TIME_REAL | character | |
| OUT_TIME_REAL | character | |
| PLAYER_PTS | character | |
| PT_DIFF | character | |
| USG_PCT | character | Usage percentage (0-1). |
HomeTeam
| col_name | types | description |
| GAME_ID | character | Unique game identifier. |
| TEAM_ID | character | Unique team identifier. |
| TEAM_CITY | character | Team city or region (e.g. 'Las Vegas'). |
| TEAM_NAME | character | Full team display name (e.g. 'Las Vegas Aces'). |
| PERSON_ID | character | Unique player identifier (V3 endpoints). |
| PLAYER_FIRST | character | |
| PLAYER_LAST | character | |
| IN_TIME_REAL | character | |
| OUT_TIME_REAL | character | |
| PLAYER_PTS | character | |
| PT_DIFF | character | |
| USG_PCT | character | Usage percentage (0-1). |
Details
nba_gamerotation(game_id = "0022200021")See also
Other NBA Boxscore Functions:
nba_boxscoreadvancedv2(),
nba_boxscoredefensive(),
nba_boxscorefourfactorsv2(),
nba_boxscorematchups(),
nba_boxscoremiscv2(),
nba_boxscoreplayertrackv2(),
nba_boxscorescoringv2(),
nba_boxscoresummaryv2(),
nba_boxscoretraditionalv2(),
nba_boxscoreusagev2(),
nba_hustlestatsboxscore(),
nba_live_boxscore()
Other NBA Lineup Functions:
nba_leaguedashlineups(),
nba_leaguelineupviz(),
nba_shotchartlineupdetail(),
nba_teamdashlineups()
