nba_playergamelog
#
Endpoint URL#
Valid URL#
ParametersAPI Parameter Name | Parameter | Pattern | Required | Nullable |
---|---|---|---|---|
PlayerID | player_id | Y | ||
Season | season | Y | ||
SeasonType | season_type_all_star | ^(Regular Season)\|(Pre Season)\|(Playoffs)\|(All-Star)\|(All Star)$ | Y | |
LeagueID | league_id_nullable | Y | ||
DateTo | date_to_nullable | Y | ||
DateFrom | date_from_nullable | Y |
#
Data Setsplayer_game_log
#
PlayerGameLog ['SEASON_ID', 'Player_ID', '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": { "PlayerGameLog": [ "SEASON_ID", "Player_ID", "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": "PlayerGameLog", "last_validated_date": "2020-08-15", "nullable_parameters": [ "DateFrom", "DateTo", "LeagueID" ], "parameter_patterns": { "DateFrom": null, "DateTo": null, "LeagueID": null, "PlayerID": null, "Season": null, "SeasonType": "^(Regular Season)|(Pre Season)|(Playoffs)|(All-Star)|(All Star)$" }, "parameters": [ "DateFrom", "DateTo", "LeagueID", "PlayerID", "Season", "SeasonType" ], "required_parameters": [ "PlayerID", "Season", "SeasonType" ], "status": "success"}
Last validated 2020-08-16