Skip to main content

nba_teamdashptpass

Endpoint URL#

https://stats.nba.com/stats/teamdashptpass

Valid URL#

https://stats.nba.com/stats/teamdashptpass?DateFrom=&DateTo=&LastNGames=0&LeagueID=00&Location=&Month=0&OpponentTeamID=0&Outcome=&PerMode=Totals&Season=2019-20&SeasonSegment=&SeasonType=Regular+Season&TeamID=1610612739&VsConference=&VsDivision=

Parameters#

API Parameter NameParameterPatternRequiredNullable
LastNGameslast_n_gamesY
LeagueIDleague_idY
MonthmonthY
OpponentTeamIDopponent_team_idY
PerModeper_mode_simple^(Totals)\|(PerGame)$Y
SeasonseasonY
SeasonTypeseason_type_all_star^(Regular Season)\|(Pre Season)\|(Playoffs)\|(All Star)$Y
TeamIDteam_idY
VsDivisionvs_division_nullable^((Atlantic)\|(Central)\|(Northwest)\|(Pacific)\|(Southeast)\|(Southwest)\|(East)\|(West))?$YY
VsConferencevs_conference_nullable^((East)\|(West))?$YY
SeasonSegmentseason_segment_nullable^((Post All-Star)\|(Pre All-Star))?$YY
Outcomeoutcome_nullable^((W)\|(L))?$YY
Locationlocation_nullable^((Home)\|(Road))?$YY
DateTodate_to_nullableYY
DateFromdate_from_nullableYY

Data Sets#

PassesMade passes_made#

['TEAM_ID', 'TEAM_NAME', 'PASS_TYPE', 'G', 'PASS_FROM', 'PASS_TEAMMATE_PLAYER_ID', 'FREQUENCY', 'PASS', 'AST', 'FGM', 'FGA', 'FG_PCT', 'FG2M', 'FG2A', 'FG2_PCT', 'FG3M', 'FG3A', 'FG3_PCT']

PassesReceived passes_received#

['TEAM_ID', 'TEAM_NAME', 'PASS_TYPE', 'G', 'PASS_TO', 'PASS_TEAMMATE_PLAYER_ID', 'FREQUENCY', 'PASS', 'AST', 'FGM', 'FGA', 'FG_PCT', 'FG2M', 'FG2A', 'FG2_PCT', 'FG3M', 'FG3A', 'FG3_PCT']

JSON#

{    "data_sets": {        "PassesMade": [            "TEAM_ID",            "TEAM_NAME",            "PASS_TYPE",            "G",            "PASS_FROM",            "PASS_TEAMMATE_PLAYER_ID",            "FREQUENCY",            "PASS",            "AST",            "FGM",            "FGA",            "FG_PCT",            "FG2M",            "FG2A",            "FG2_PCT",            "FG3M",            "FG3A",            "FG3_PCT"        ],        "PassesReceived": [            "TEAM_ID",            "TEAM_NAME",            "PASS_TYPE",            "G",            "PASS_TO",            "PASS_TEAMMATE_PLAYER_ID",            "FREQUENCY",            "PASS",            "AST",            "FGM",            "FGA",            "FG_PCT",            "FG2M",            "FG2A",            "FG2_PCT",            "FG3M",            "FG3A",            "FG3_PCT"        ]    },    "endpoint": "TeamDashPtPass",    "last_validated_date": "2020-08-15",    "nullable_parameters": [        "DateFrom",        "DateTo",        "Location",        "Outcome",        "SeasonSegment",        "VsConference",        "VsDivision"    ],    "parameter_patterns": {        "DateFrom": null,        "DateTo": null,        "LastNGames": null,        "LeagueID": null,        "Location": "^((Home)|(Road))?$",        "Month": null,        "OpponentTeamID": null,        "Outcome": "^((W)|(L))?$",        "PerMode": "^(Totals)|(PerGame)$",        "Season": null,        "SeasonSegment": "^((Post All-Star)|(Pre All-Star))?$",        "SeasonType": "^(Regular Season)|(Pre Season)|(Playoffs)|(All Star)$",        "TeamID": null,        "VsConference": "^((East)|(West))?$",        "VsDivision": "^((Atlantic)|(Central)|(Northwest)|(Pacific)|(Southeast)|(Southwest)|(East)|(West))?$"    },    "parameters": [        "DateFrom",        "DateTo",        "LastNGames",        "LeagueID",        "Location",        "Month",        "OpponentTeamID",        "Outcome",        "PerMode",        "Season",        "SeasonSegment",        "SeasonType",        "TeamID",        "VsConference",        "VsDivision"    ],    "required_parameters": [        "DateFrom",        "DateTo",        "LastNGames",        "LeagueID",        "Location",        "Month",        "OpponentTeamID",        "Outcome",        "PerMode",        "Season",        "SeasonSegment",        "SeasonType",        "TeamID",        "VsConference",        "VsDivision"    ],    "status": "success"}

Last validated 2020-08-16