Skip to main content

nba_teamgamelogs

Endpoint URL#

https://stats.nba.com/stats/teamgamelogs

Valid URL#

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

Parameters#

API Parameter NameParameterPatternRequiredNullable
VsDivisionvs_division_nullableY
VsConferencevs_conference_nullableY
TeamIDteam_id_nullableY
ShotClockRangeshot_clock_range_nullableY
SeasonTypeseason_type_nullableY
SeasonSegmentseason_segment_nullableY
Seasonseason_nullableY
PlayerIDplayer_id_nullableY
Periodperiod_nullableY
PerModeper_mode_simple_nullableY
PORoundpo_round_nullableY
Outcomeoutcome_nullableY
OppTeamIDopp_team_id_nullableY
Monthmonth_nullableY
MeasureTypemeasure_type_player_game_logs_nullableY
Locationlocation_nullableY
LeagueIDleague_id_nullableY
LastNGameslast_n_games_nullableY
GameSegmentgame_segment_nullableY
DateTodate_to_nullableY
DateFromdate_from_nullableY

Data Sets#

TeamGameLogs team_game_logs#

['SEASON_YEAR', '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', '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']

JSON#

{    "data_sets": {        "TeamGameLogs": [            "SEASON_YEAR",            "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",            "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"        ]    },    "endpoint": "TeamGameLogs",    "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