nba_cumestatsplayergames
#
Endpoint URL#
Valid URL#
ParametersAPI Parameter Name | Parameter | Pattern | Required | Nullable |
---|---|---|---|---|
LeagueID | league_id | Y | ||
PlayerID | player_id | Y | ||
Season | season | Y | ||
SeasonType | season_type_all_star | ^(Regular Season)\|(Pre Season)\|(Playoffs)\|(All Star)$ | Y | |
VsTeamID | vs_team_id_nullable | Y | ||
VsDivision | vs_division_nullable | Y | ||
VsConference | vs_conference_nullable | Y | ||
Outcome | outcome_nullable | Y | ||
Location | location_nullable | Y |
#
Data Setscume_stats_player_games
#
CumeStatsPlayerGames ['MATCHUP', 'GAME_ID']
#
JSON{ "data_sets": { "CumeStatsPlayerGames": [ "MATCHUP", "GAME_ID" ] }, "endpoint": "CumeStatsPlayerGames", "last_validated_date": "2020-08-15", "nullable_parameters": [ "Location", "Outcome", "VsConference", "VsDivision", "VsTeamID" ], "parameter_patterns": { "LeagueID": null, "Location": null, "Outcome": null, "PlayerID": null, "Season": null, "SeasonType": "^(Regular Season)|(Pre Season)|(Playoffs)|(All Star)$", "VsConference": null, "VsDivision": null, "VsTeamID": null }, "parameters": [ "LeagueID", "Location", "Outcome", "PlayerID", "Season", "SeasonType", "VsConference", "VsDivision", "VsTeamID" ], "required_parameters": [ "LeagueID", "PlayerID", "Season", "SeasonType" ], "status": "success"}
Last validated 2020-08-16