nba_teamgamelog
#
Endpoint URL#
Valid URL#
ParametersAPI Parameter Name | Parameter | Pattern | Required | Nullable |
---|---|---|---|---|
Season | season | Y | ||
SeasonType | season_type_all_star | ^(Regular Season)\|(Pre Season)\|(Playoffs)\|(All-Star)\|(All Star)\|(Preseason)$ | Y | |
TeamID | team_id | Y | ||
LeagueID | league_id_nullable | Y | ||
DateTo | date_to_nullable | Y | ||
DateFrom | date_from_nullable | Y |
#
Data Setsteam_game_log
#
TeamGameLog ['Team_ID', 'Game_ID', 'GAME_DATE', 'MATCHUP', 'WL', 'W', 'L', 'W_PCT', 'MIN', 'FGM', 'FGA', 'FG_PCT', 'FG3M', 'FG3A', 'FG3_PCT', 'FTM', 'FTA', 'FT_PCT', 'OREB', 'DREB', 'REB', 'AST', 'STL', 'BLK', 'TOV', 'PF', 'PTS']
#
JSON{ "data_sets": { "TeamGameLog": [ "Team_ID", "Game_ID", "GAME_DATE", "MATCHUP", "WL", "W", "L", "W_PCT", "MIN", "FGM", "FGA", "FG_PCT", "FG3M", "FG3A", "FG3_PCT", "FTM", "FTA", "FT_PCT", "OREB", "DREB", "REB", "AST", "STL", "BLK", "TOV", "PF", "PTS" ] }, "endpoint": "TeamGameLog", "last_validated_date": "2020-08-15", "nullable_parameters": [ "DateFrom", "DateTo", "LeagueID" ], "parameter_patterns": { "DateFrom": null, "DateTo": null, "LeagueID": null, "Season": null, "SeasonType": "^(Regular Season)|(Pre Season)|(Playoffs)|(All-Star)|(All Star)|(Preseason)$", "TeamID": null }, "parameters": [ "DateFrom", "DateTo", "LeagueID", "Season", "SeasonType", "TeamID" ], "required_parameters": [ "Season", "SeasonType", "TeamID" ], "status": "success"}
Last validated 2020-08-16