Skip to main content

nba_playergamelog

Endpoint URL#

https://stats.nba.com/stats/playergamelog

Valid URL#

https://stats.nba.com/stats/playergamelog?DateFrom=&DateTo=&LeagueID=&PlayerID=2544&Season=2019-20&SeasonType=Regular+Season

Parameters#

API Parameter NameParameterPatternRequiredNullable
PlayerIDplayer_idY
SeasonseasonY
SeasonTypeseason_type_all_star^(Regular Season)\|(Pre Season)\|(Playoffs)\|(All-Star)\|(All Star)$Y
LeagueIDleague_id_nullableY
DateTodate_to_nullableY
DateFromdate_from_nullableY

Data Sets#

PlayerGameLog player_game_log#

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