Get WNBA Stats API Homepage Leaders
Get WNBA Stats API Homepage Leaders
Usage
wnba_homepageleaders(
league_id = "10",
game_scope = "Season",
player_or_team = "Team",
player_scope = "All Players",
season = "2020",
season_type = "Regular Season",
stat_category = "Points",
...
)
Arguments
- league_id
League - default: '00'. Other options include '10': WWNBA, '20': G-League
- game_scope
Game Scope - Season, Last 10, ,Yesterday, Finals
- player_or_team
Player or Team
- player_scope
Player Scope - All Players, Rookies
- season
Season - format 2020-21
- season_type
Season Type - Regular Season, Playoffs
- stat_category
Stat Category: Points, Rebounds, Assists, Defense, Clutch, Playmaking, Efficiency, Fast Break, Scoring Breakdown
- ...
Additional arguments passed to an underlying function like httr.