Skip to main content

nba_leagueleaders

Endpoint URL#

https://stats.nba.com/stats/leagueleaders

Valid URL#

https://stats.nba.com/stats/leagueleaders?ActiveFlag=&LeagueID=00&PerMode=Totals&Scope=S&Season=2019-20&SeasonType=Regular+Season&StatCategory=PTS

Parameters#

API Parameter NameParameterPatternRequiredNullable
LeagueIDleague_id^\d{2}$Y
PerModeper_mode48^(Totals)\|(PerGame)\|(Per48)$Y
Scopescope^(RS)\|(S)\|(Rookies)$Y
SeasonseasonY
SeasonTypeseason_type_all_star^(Regular Season)\|(Playoffs)\|(All Star)\|(Pre Season)$Y
StatCategorystat_category_abbreviationY
ActiveFlagactive_flag_nullableY

Data Sets#

LeagueLeaders league_leaders#

['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