nba_leaguegamelog
#
Endpoint URL#
Valid URL#
ParametersAPI Parameter Name | Parameter | Pattern | Required | Nullable |
---|---|---|---|---|
Counter | counter | Y | ||
Direction | direction | ^(ASC)\|(DESC)$ | Y | |
LeagueID | league_id | Y | ||
PlayerOrTeam | player_or_team_abbreviation | ^(P)\|(T)$ | Y | |
Season | season | Y | ||
SeasonType | season_type_all_star | ^(Regular Season)\|(Pre Season)\|(Playoffs)\|(All Star)\|(All-Star)$ | Y | |
Sorter | sorter | ^((FGM)\|(FGA)\|(FG_PCT)\|(FG3M)\|(FG3A)\|(FG3_PCT)\|(FTM)\|(FTA)\|(FT_PCT)\|(OREB)\|(DREB)\|(AST)\|(STL)\|(BLK)\|(TOV)\|(REB)\|(PTS)\|(DATE))$ | Y | |
DateTo | date_to_nullable | Y | ||
DateFrom | date_from_nullable | Y |
#
Data Setsleague_game_log
#
LeagueGameLog ['SEASON_ID', 'TEAM_ID', 'TEAM_ABBREVIATION', 'TEAM_NAME', 'GAME_ID', 'GAME_DATE', 'MATCHUP', 'WL', 'MIN', 'FGM', 'FGA', 'FG_PCT', 'FG3M', 'FG3A', 'FG3_PCT', 'FTM', 'FTA', 'FT_PCT', 'OREB', 'DREB', 'REB', 'AST', 'STL', 'BLK', 'TOV', 'PF', 'PTS', 'PLUS_MINUS', 'VIDEO_AVAILABLE']
#
JSON{ "data_sets": { "LeagueGameLog": [ "SEASON_ID", "TEAM_ID", "TEAM_ABBREVIATION", "TEAM_NAME", "GAME_ID", "GAME_DATE", "MATCHUP", "WL", "MIN", "FGM", "FGA", "FG_PCT", "FG3M", "FG3A", "FG3_PCT", "FTM", "FTA", "FT_PCT", "OREB", "DREB", "REB", "AST", "STL", "BLK", "TOV", "PF", "PTS", "PLUS_MINUS", "VIDEO_AVAILABLE" ] }, "endpoint": "LeagueGameLog", "last_validated_date": "2020-08-15", "nullable_parameters": [ "DateFrom", "DateTo" ], "parameter_patterns": { "Counter": null, "DateFrom": null, "DateTo": null, "Direction": "^(ASC)|(DESC)$", "LeagueID": null, "PlayerOrTeam": "^(P)|(T)$", "Season": null, "SeasonType": "^(Regular Season)|(Pre Season)|(Playoffs)|(All Star)|(All-Star)$", "Sorter": "^((FGM)|(FGA)|(FG_PCT)|(FG3M)|(FG3A)|(FG3_PCT)|(FTM)|(FTA)|(FT_PCT)|(OREB)|(DREB)|(AST)|(STL)|(BLK)|(TOV)|(REB)|(PTS)|(DATE))$" }, "parameters": [ "Counter", "DateFrom", "DateTo", "Direction", "LeagueID", "PlayerOrTeam", "Season", "SeasonType", "Sorter" ], "required_parameters": [ "Counter", "Direction", "LeagueID", "PlayerOrTeam", "Season", "SeasonType", "Sorter" ], "status": "success"}
Last validated 2020-08-16