nba_teamyearbyyearstats
#
Endpoint URL#
Valid URL#
ParametersAPI Parameter Name | Parameter | Pattern | Required | Nullable |
---|---|---|---|---|
LeagueID | league_id | ^\d{2}$ | Y | |
PerMode | per_mode_simple | ^(Totals)\|(PerGame)$ | Y | |
SeasonType | season_type_all_star | ^(Regular Season)\|(Pre Season)\|(Playoffs)\|(All Star)$ | Y | |
TeamID | team_id | Y |
#
Data Setsteam_stats
#
TeamStats ['TEAM_ID', 'TEAM_CITY', 'TEAM_NAME', 'YEAR', 'GP', 'WINS', 'LOSSES', 'WIN_PCT', 'CONF_RANK', 'DIV_RANK', 'PO_WINS', 'PO_LOSSES', 'CONF_COUNT', 'DIV_COUNT', 'NBA_FINALS_APPEARANCE', 'FGM', 'FGA', 'FG_PCT', 'FG3M', 'FG3A', 'FG3_PCT', 'FTM', 'FTA', 'FT_PCT', 'OREB', 'DREB', 'REB', 'AST', 'PF', 'STL', 'TOV', 'BLK', 'PTS', 'PTS_RANK']
#
JSON{ "data_sets": { "TeamStats": [ "TEAM_ID", "TEAM_CITY", "TEAM_NAME", "YEAR", "GP", "WINS", "LOSSES", "WIN_PCT", "CONF_RANK", "DIV_RANK", "PO_WINS", "PO_LOSSES", "CONF_COUNT", "DIV_COUNT", "NBA_FINALS_APPEARANCE", "FGM", "FGA", "FG_PCT", "FG3M", "FG3A", "FG3_PCT", "FTM", "FTA", "FT_PCT", "OREB", "DREB", "REB", "AST", "PF", "STL", "TOV", "BLK", "PTS", "PTS_RANK" ] }, "endpoint": "TeamYearByYearStats", "last_validated_date": "2020-08-15", "nullable_parameters": [], "parameter_patterns": { "LeagueID": "^\\d{2}$", "PerMode": "^(Totals)|(PerGame)$", "SeasonType": "^(Regular Season)|(Pre Season)|(Playoffs)|(All Star)$", "TeamID": null }, "parameters": [ "LeagueID", "PerMode", "SeasonType", "TeamID" ], "required_parameters": [ "LeagueID", "PerMode", "SeasonType", "TeamID" ], "status": "success"}
Last validated 2020-08-16