Skip to main content

nba_leaderstiles

Endpoint URL#

https://stats.nba.com/stats/leaderstiles

Valid URL#

https://stats.nba.com/stats/leaderstiles?GameScope=Season&LeagueID=00&PlayerOrTeam=Team&PlayerScope=All+Players&Season=2019-20&SeasonType=Regular+Season&Stat=PTS

Parameters#

API Parameter NameParameterPatternRequiredNullable
GameScopegame_scope_detailed^(Season)\|(Last 10)\|(Yesterday)\|(Finals)$Y
LeagueIDleague_id^\d{2}$Y
PlayerOrTeamplayer_or_team^(Player)\|(Team)$Y
PlayerScopeplayer_scope^(All Players)\|(Rookies)$Y
SeasonseasonY
SeasonTypeseason_type_playoffs^(Regular Season)\|(Pre Season)\|(Playoffs)$Y
Statstat^(PTS)\|(REB)\|(AST)\|(FG_PCT)\|(FT_PCT)\|(FG3_PCT)\|(STL)\|(BLK)$Y

Data Sets#

AllTimeSeasonHigh all_time_season_high#

['TEAM_ID', 'TEAM_ABBREVIATION', 'TEAM_NAME', 'SEASON_YEAR', 'PTS']

LastSeasonHigh last_season_high#

['RANK', 'TEAM_ID', 'TEAM_ABBREVIATION', 'TEAM_NAME', 'PTS']

LeadersTiles leaders_tiles#

['RANK', 'TEAM_ID', 'TEAM_ABBREVIATION', 'TEAM_NAME', 'PTS']

LowSeasonHigh low_season_high#

['TEAM_ID', 'TEAM_ABBREVIATION', 'TEAM_NAME', 'SEASON_YEAR', 'PTS']

JSON#

{    "data_sets": {        "AllTimeSeasonHigh": [            "TEAM_ID",            "TEAM_ABBREVIATION",            "TEAM_NAME",            "SEASON_YEAR",            "PTS"        ],        "LastSeasonHigh": [            "RANK",            "TEAM_ID",            "TEAM_ABBREVIATION",            "TEAM_NAME",            "PTS"        ],        "LeadersTiles": [            "RANK",            "TEAM_ID",            "TEAM_ABBREVIATION",            "TEAM_NAME",            "PTS"        ],        "LowSeasonHigh": [            "TEAM_ID",            "TEAM_ABBREVIATION",            "TEAM_NAME",            "SEASON_YEAR",            "PTS"        ]    },    "endpoint": "LeadersTiles",    "last_validated_date": "2020-08-15",    "nullable_parameters": [],    "parameter_patterns": {        "GameScope": "^(Season)|(Last 10)|(Yesterday)|(Finals)$",        "LeagueID": "^\\d{2}$",        "PlayerOrTeam": "^(Player)|(Team)$",        "PlayerScope": "^(All Players)|(Rookies)$",        "Season": null,        "SeasonType": "^(Regular Season)|(Pre Season)|(Playoffs)$",        "Stat": "^(PTS)|(REB)|(AST)|(FG_PCT)|(FT_PCT)|(FG3_PCT)|(STL)|(BLK)$"    },    "parameters": [        "GameScope",        "LeagueID",        "PlayerOrTeam",        "PlayerScope",        "Season",        "SeasonType",        "Stat"    ],    "required_parameters": [        "GameScope",        "LeagueID",        "PlayerOrTeam",        "PlayerScope",        "Season",        "SeasonType",        "Stat"    ],    "status": "success"}

Last validated 2020-08-16