nba_alltimeleadersgrids
#
Endpoint URL#
Valid URL#
ParametersAPI Parameter Name | Parameter | Pattern | Required | Nullable |
---|---|---|---|---|
LeagueID | league_id | Y | ||
PerMode | per_mode_simple | Y | ||
SeasonType | season_type | Y | ||
TopX | topx | Y |
#
Data Setsast_leaders
#
ASTLeaders ['PLAYER_ID', 'PLAYER_NAME', 'AST', 'AST_RANK']
blk_leaders
#
BLKLeaders ['PLAYER_ID', 'PLAYER_NAME', 'BLK', 'BLK_RANK']
dreb_leaders
#
DREBLeaders ['PLAYER_ID', 'PLAYER_NAME', 'DREB', 'DREB_RANK']
fg3_a_leaders
#
FG3ALeaders ['PLAYER_ID', 'PLAYER_NAME', 'FG3A', 'FG3A_RANK']
fg3_m_leaders
#
FG3MLeaders ['PLAYER_ID', 'PLAYER_NAME', 'FG3M', 'FG3M_RANK']
fg3_pct_leaders
#
FG3_PCTLeaders ['PLAYER_ID', 'PLAYER_NAME', 'FG3_PCT', 'FG3_PCT_RANK']
fga_leaders
#
FGALeaders ['PLAYER_ID', 'PLAYER_NAME', 'FGA', 'FGA_RANK']
fgm_leaders
#
FGMLeaders ['PLAYER_ID', 'PLAYER_NAME', 'FGM', 'FGM_RANK']
fg_pct_leaders
#
FG_PCTLeaders ['PLAYER_ID', 'PLAYER_NAME', 'FG_PCT', 'FG_PCT_RANK']
fta_leaders
#
FTALeaders ['PLAYER_ID', 'PLAYER_NAME', 'FTA', 'FTA_RANK']
ftm_leaders
#
FTMLeaders ['PLAYER_ID', 'PLAYER_NAME', 'FTM', 'FTM_RANK']
ft_pct_leaders
#
FT_PCTLeaders ['PLAYER_ID', 'PLAYER_NAME', 'FT_PCT', 'FT_PCT_RANK']
g_p_leaders
#
GPLeaders ['PLAYER_ID', 'PLAYER_NAME', 'GP', 'GP_RANK']
oreb_leaders
#
OREBLeaders ['PLAYER_ID', 'PLAYER_NAME', 'OREB', 'OREB_RANK']
pf_leaders
#
PFLeaders ['PLAYER_ID', 'PLAYER_NAME', 'PF', 'PF_RANK']
pts_leaders
#
PTSLeaders ['PLAYER_ID', 'PLAYER_NAME', 'PTS', 'PTS_RANK']
reb_leaders
#
REBLeaders ['PLAYER_ID', 'PLAYER_NAME', 'REB', 'REB_RANK']
stl_leaders
#
STLLeaders ['PLAYER_ID', 'PLAYER_NAME', 'STL', 'STL_RANK']
tov_leaders
#
TOVLeaders ['PLAYER_ID', 'PLAYER_NAME', 'TOV', 'TOV_RANK']
#
JSON{ "data_sets": { "ASTLeaders": [ "PLAYER_ID", "PLAYER_NAME", "AST", "AST_RANK" ], "BLKLeaders": [ "PLAYER_ID", "PLAYER_NAME", "BLK", "BLK_RANK" ], "DREBLeaders": [ "PLAYER_ID", "PLAYER_NAME", "DREB", "DREB_RANK" ], "FG3ALeaders": [ "PLAYER_ID", "PLAYER_NAME", "FG3A", "FG3A_RANK" ], "FG3MLeaders": [ "PLAYER_ID", "PLAYER_NAME", "FG3M", "FG3M_RANK" ], "FG3_PCTLeaders": [ "PLAYER_ID", "PLAYER_NAME", "FG3_PCT", "FG3_PCT_RANK" ], "FGALeaders": [ "PLAYER_ID", "PLAYER_NAME", "FGA", "FGA_RANK" ], "FGMLeaders": [ "PLAYER_ID", "PLAYER_NAME", "FGM", "FGM_RANK" ], "FG_PCTLeaders": [ "PLAYER_ID", "PLAYER_NAME", "FG_PCT", "FG_PCT_RANK" ], "FTALeaders": [ "PLAYER_ID", "PLAYER_NAME", "FTA", "FTA_RANK" ], "FTMLeaders": [ "PLAYER_ID", "PLAYER_NAME", "FTM", "FTM_RANK" ], "FT_PCTLeaders": [ "PLAYER_ID", "PLAYER_NAME", "FT_PCT", "FT_PCT_RANK" ], "GPLeaders": [ "PLAYER_ID", "PLAYER_NAME", "GP", "GP_RANK" ], "OREBLeaders": [ "PLAYER_ID", "PLAYER_NAME", "OREB", "OREB_RANK" ], "PFLeaders": [ "PLAYER_ID", "PLAYER_NAME", "PF", "PF_RANK" ], "PTSLeaders": [ "PLAYER_ID", "PLAYER_NAME", "PTS", "PTS_RANK" ], "REBLeaders": [ "PLAYER_ID", "PLAYER_NAME", "REB", "REB_RANK" ], "STLLeaders": [ "PLAYER_ID", "PLAYER_NAME", "STL", "STL_RANK" ], "TOVLeaders": [ "PLAYER_ID", "PLAYER_NAME", "TOV", "TOV_RANK" ] }, "endpoint": "AllTimeLeadersGrids", "last_validated_date": "2020-08-15", "nullable_parameters": [], "parameter_patterns": { "LeagueID": null, "PerMode": null, "SeasonType": null, "TopX": null }, "parameters": [ "LeagueID", "PerMode", "SeasonType", "TopX" ], "required_parameters": [ "LeagueID", "PerMode", "SeasonType", "TopX" ], "status": "success"}
Last validated 2020-08-16