nba_matchupsrollup
#
Endpoint URL#
Valid URL#
ParametersAPI Parameter Name | Parameter | Pattern | Required | Nullable |
---|---|---|---|---|
LeagueID | league_id | ^\d{2}$ | Y | |
PerMode | per_mode_simple | Y | ||
Season | season | ^(\d{4}-\d{2})$ | Y | |
SeasonType | season_type_playoffs | ^(Regular Season)\|(Pre Season)\|(Playoffs)\|(Pre-Season)$ | Y | |
OffTeamID | off_team_id_nullable | Y | ||
OffPlayerID | off_player_id_nullable | Y | ||
DefTeamID | def_team_id_nullable | Y | ||
DefPlayerID | def_player_id_nullable | Y |
#
Data Setsmatchups_rollup
#
MatchupsRollup ['SEASON_ID', 'POSITION', 'PERCENT_OF_TIME', 'DEF_PLAYER_ID', 'DEF_PLAYER_NAME', 'GP', 'MATCHUP_MIN', 'PARTIAL_POSS', 'PLAYER_PTS', 'TEAM_PTS', 'MATCHUP_AST', 'MATCHUP_TOV', 'MATCHUP_BLK', 'MATCHUP_FGM', 'MATCHUP_FGA', 'MATCHUP_FG_PCT', 'MATCHUP_FG3M', 'MATCHUP_FG3A', 'MATCHUP_FG3_PCT', 'MATCHUP_FTM', 'MATCHUP_FTA', 'SFL']
#
JSON{ "data_sets": { "MatchupsRollup": [ "SEASON_ID", "POSITION", "PERCENT_OF_TIME", "DEF_PLAYER_ID", "DEF_PLAYER_NAME", "GP", "MATCHUP_MIN", "PARTIAL_POSS", "PLAYER_PTS", "TEAM_PTS", "MATCHUP_AST", "MATCHUP_TOV", "MATCHUP_BLK", "MATCHUP_FGM", "MATCHUP_FGA", "MATCHUP_FG_PCT", "MATCHUP_FG3M", "MATCHUP_FG3A", "MATCHUP_FG3_PCT", "MATCHUP_FTM", "MATCHUP_FTA", "SFL" ] }, "endpoint": "MatchupsRollup", "last_validated_date": "2020-08-15", "nullable_parameters": [ "DefPlayerID", "DefTeamID", "OffPlayerID", "OffTeamID" ], "parameter_patterns": { "DefPlayerID": null, "DefTeamID": null, "LeagueID": "^\\d{2}$", "OffPlayerID": null, "OffTeamID": null, "PerMode": null, "Season": "^(\\d{4}-\\d{2})$", "SeasonType": "^(Regular Season)|(Pre Season)|(Playoffs)|(Pre-Season)$" }, "parameters": [ "DefPlayerID", "DefTeamID", "LeagueID", "OffPlayerID", "OffTeamID", "PerMode", "Season", "SeasonType" ], "required_parameters": [ "LeagueID", "PerMode", "Season", "SeasonType" ], "status": "success"}
Last validated 2020-08-16