Skip to content

Latest commit

 

History

History
189 lines (182 loc) · 9.28 KB

playergamelogs.md

File metadata and controls

189 lines (182 loc) · 9.28 KB

PlayerGameLogs

Endpoint URL

https://stats.nba.com/stats/playergamelogs

Valid URL

https://stats.nba.com/stats/playergamelogs?DateFrom=&DateTo=&GameSegment=&LastNGames=&LeagueID=&Location=&MeasureType=&Month=&OpposingTeamID=&Outcome=&PORound=&PerMode=&Period=&PlayerID=&Season=&SeasonSegment=&SeasonType=&ShotClockRange=&TeamID=&VsConference=&VsDivision=

Parameters

API Parameter Name Python Parameter Variable Pattern Required Nullable
VsDivision vs_division_nullable Y
VsConference vs_conference_nullable Y
TeamID team_id_nullable Y
ShotClockRange shot_clock_range_nullable Y
SeasonType season_type_nullable Y
SeasonSegment season_segment_nullable Y
Season season_nullable Y
PlayerID player_id_nullable Y
Period period_nullable Y
PerMode per_mode_simple_nullable Y
PORound po_round_nullable Y
Outcome outcome_nullable Y
OpposingTeamID opp_team_id_nullable Y
Month month_nullable Y
MeasureType measure_type_player_game_logs_nullable Y
Location location_nullable Y
LeagueID league_id_nullable Y
LastNGames last_n_games_nullable Y
GameSegment game_segment_nullable Y
DateTo date_to_nullable Y
DateFrom date_from_nullable Y

Data Sets

PlayerGameLogs player_game_logs

['SEASON_YEAR', 'PLAYER_ID', 'PLAYER_NAME', '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', 'TOV', 'STL', 'BLK', 'BLKA', 'PF', 'PFD', 'PTS', 'PLUS_MINUS', 'NBA_FANTASY_PTS', 'DD2', 'TD3', 'GP_RANK', 'W_RANK', 'L_RANK', 'W_PCT_RANK', 'MIN_RANK', 'FGM_RANK', 'FGA_RANK', 'FG_PCT_RANK', 'FG3M_RANK', 'FG3A_RANK', 'FG3_PCT_RANK', 'FTM_RANK', 'FTA_RANK', 'FT_PCT_RANK', 'OREB_RANK', 'DREB_RANK', 'REB_RANK', 'AST_RANK', 'TOV_RANK', 'STL_RANK', 'BLK_RANK', 'BLKA_RANK', 'PF_RANK', 'PFD_RANK', 'PTS_RANK', 'PLUS_MINUS_RANK', 'NBA_FANTASY_PTS_RANK', 'DD2_RANK', 'TD3_RANK']

JSON

{
    "data_sets": {
        "PlayerGameLogs": [
            "SEASON_YEAR",
            "PLAYER_ID",
            "PLAYER_NAME",
            "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",
            "TOV",
            "STL",
            "BLK",
            "BLKA",
            "PF",
            "PFD",
            "PTS",
            "PLUS_MINUS",
            "NBA_FANTASY_PTS",
            "DD2",
            "TD3",
            "GP_RANK",
            "W_RANK",
            "L_RANK",
            "W_PCT_RANK",
            "MIN_RANK",
            "FGM_RANK",
            "FGA_RANK",
            "FG_PCT_RANK",
            "FG3M_RANK",
            "FG3A_RANK",
            "FG3_PCT_RANK",
            "FTM_RANK",
            "FTA_RANK",
            "FT_PCT_RANK",
            "OREB_RANK",
            "DREB_RANK",
            "REB_RANK",
            "AST_RANK",
            "TOV_RANK",
            "STL_RANK",
            "BLK_RANK",
            "BLKA_RANK",
            "PF_RANK",
            "PFD_RANK",
            "PTS_RANK",
            "PLUS_MINUS_RANK",
            "NBA_FANTASY_PTS_RANK",
            "DD2_RANK",
            "TD3_RANK"
        ]
    },
    "endpoint": "PlayerGameLogs",
    "last_validated_date": "2020-08-15",
    "nullable_parameters": [
        "DateFrom",
        "DateTo",
        "GameSegment",
        "LastNGames",
        "LeagueID",
        "Location",
        "MeasureType",
        "Month",
        "OppTeamID",
        "Outcome",
        "PORound",
        "PerMode",
        "Period",
        "PlayerID",
        "Season",
        "SeasonSegment",
        "SeasonType",
        "ShotClockRange",
        "TeamID",
        "VsConference",
        "VsDivision"
    ],
    "parameter_patterns": {
        "DateFrom": null,
        "DateTo": null,
        "GameSegment": null,
        "LastNGames": null,
        "LeagueID": null,
        "Location": null,
        "MeasureType": null,
        "Month": null,
        "OppTeamID": null,
        "Outcome": null,
        "PORound": null,
        "PerMode": null,
        "Period": null,
        "PlayerID": null,
        "Season": null,
        "SeasonSegment": null,
        "SeasonType": null,
        "ShotClockRange": null,
        "TeamID": null,
        "VsConference": null,
        "VsDivision": null
    },
    "parameters": [
        "DateFrom",
        "DateTo",
        "GameSegment",
        "LastNGames",
        "LeagueID",
        "Location",
        "MeasureType",
        "Month",
        "OppTeamID",
        "Outcome",
        "PORound",
        "PerMode",
        "Period",
        "PlayerID",
        "Season",
        "SeasonSegment",
        "SeasonType",
        "ShotClockRange",
        "TeamID",
        "VsConference",
        "VsDivision"
    ],
    "required_parameters": [],
    "status": "success"
}

Last validated 2020-08-16