nba_leagueleaders
#
Endpoint URL#
Valid URL#
ParametersAPI Parameter Name | Parameter | Pattern | Required | Nullable |
---|---|---|---|---|
LeagueID | league_id | ^\d{2}$ | Y | |
PerMode | per_mode48 | ^(Totals)\|(PerGame)\|(Per48)$ | Y | |
Scope | scope | ^(RS)\|(S)\|(Rookies)$ | Y | |
Season | season | Y | ||
SeasonType | season_type_all_star | ^(Regular Season)\|(Playoffs)\|(All Star)\|(Pre Season)$ | Y | |
StatCategory | stat_category_abbreviation | Y | ||
ActiveFlag | active_flag_nullable | Y |
#
Data Setsleague_leaders
#
LeagueLeaders ['PLAYER_ID', 'RANK', 'PLAYER', 'TEAM', 'GP', 'MIN', 'FGM', 'FGA', 'FG_PCT', 'FG3M', 'FG3A', 'FG3_PCT', 'FTM', 'FTA', 'FT_PCT', 'OREB', 'DREB', 'REB', 'AST', 'STL', 'BLK', 'TOV', 'PF', 'PTS', 'EFF', 'AST_TOV', 'STL_TOV']
#
JSON{ "data_sets": { "LeagueLeaders": [ "PLAYER_ID", "RANK", "PLAYER", "TEAM", "GP", "MIN", "FGM", "FGA", "FG_PCT", "FG3M", "FG3A", "FG3_PCT", "FTM", "FTA", "FT_PCT", "OREB", "DREB", "REB", "AST", "STL", "BLK", "TOV", "PF", "PTS", "EFF", "AST_TOV", "STL_TOV" ] }, "endpoint": "LeagueLeaders", "last_validated_date": "2020-08-15", "nullable_parameters": [ "ActiveFlag" ], "parameter_patterns": { "ActiveFlag": null, "LeagueID": "^\\d{2}$", "PerMode": "^(Totals)|(PerGame)|(Per48)$", "Scope": "^(RS)|(S)|(Rookies)$", "Season": null, "SeasonType": "^(Regular Season)|(Playoffs)|(All Star)|(Pre Season)$", "StatCategory": null }, "parameters": [ "ActiveFlag", "LeagueID", "PerMode", "Scope", "Season", "SeasonType", "StatCategory" ], "required_parameters": [ "LeagueID", "PerMode", "Scope", "Season", "SeasonType", "StatCategory" ], "status": "success"}
Last validated 2020-08-16