nba_leaderstiles
#
Endpoint URL#
Valid URL#
ParametersAPI Parameter Name | Parameter | Pattern | Required | Nullable |
---|---|---|---|---|
GameScope | game_scope_detailed | ^(Season)\|(Last 10)\|(Yesterday)\|(Finals)$ | Y | |
LeagueID | league_id | ^\d{2}$ | Y | |
PlayerOrTeam | player_or_team | ^(Player)\|(Team)$ | Y | |
PlayerScope | player_scope | ^(All Players)\|(Rookies)$ | Y | |
Season | season | Y | ||
SeasonType | season_type_playoffs | ^(Regular Season)\|(Pre Season)\|(Playoffs)$ | Y | |
Stat | stat | ^(PTS)\|(REB)\|(AST)\|(FG_PCT)\|(FT_PCT)\|(FG3_PCT)\|(STL)\|(BLK)$ | Y |
#
Data Setsall_time_season_high
#
AllTimeSeasonHigh ['TEAM_ID', 'TEAM_ABBREVIATION', 'TEAM_NAME', 'SEASON_YEAR', 'PTS']
last_season_high
#
LastSeasonHigh ['RANK', 'TEAM_ID', 'TEAM_ABBREVIATION', 'TEAM_NAME', 'PTS']
leaders_tiles
#
LeadersTiles ['RANK', 'TEAM_ID', 'TEAM_ABBREVIATION', 'TEAM_NAME', 'PTS']
low_season_high
#
LowSeasonHigh ['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