Get WNBA Stats API Game Rotation
Get WNBA 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
wnba_gamerotation(game_id = "1022200034")See also
Other WNBA Boxscore Functions:
wnba_boxscoreadvancedv2(),
wnba_boxscorefourfactorsv2(),
wnba_boxscoremiscv2(),
wnba_boxscoreplayertrackv2(),
wnba_boxscorescoringv2(),
wnba_boxscoresummaryv2(),
wnba_boxscoretraditionalv2(),
wnba_boxscoreusagev2(),
wnba_hustlestatsboxscore()
Other WNBA Lineup Functions:
wnba_leaguedashlineups(),
wnba_leaguelineupviz(),
wnba_possession_lineups(),
wnba_rapm(),
wnba_shot_zones(),
wnba_shotchartlineupdetail(),
wnba_teamdashlineups()
