Skip to main content

nba_cumestatsplayergames

Endpoint URL#

https://stats.nba.com/stats/cumestatsplayergames

Valid URL#

https://stats.nba.com/stats/cumestatsplayergames?LeagueID=00&Location=&Outcome=&PlayerID=2544&Season=2019-20&SeasonType=Regular+Season&VsConference=&VsDivision=&VsTeamID=

Parameters#

API Parameter NameParameterPatternRequiredNullable
LeagueIDleague_idY
PlayerIDplayer_idY
SeasonseasonY
SeasonTypeseason_type_all_star^(Regular Season)\|(Pre Season)\|(Playoffs)\|(All Star)$Y
VsTeamIDvs_team_id_nullableY
VsDivisionvs_division_nullableY
VsConferencevs_conference_nullableY
Outcomeoutcome_nullableY
Locationlocation_nullableY

Data Sets#

CumeStatsPlayerGames cume_stats_player_games#

['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