nba_fantasywidget
#
Endpoint URL#
Valid URL#
ParametersAPI Parameter Name | Parameter | Pattern | Required | Nullable |
---|---|---|---|---|
ActivePlayers | active_players | ^(Y)\|(N)$ | Y | |
LastNGames | last_n_games | Y | ||
LeagueID | league_id | ^\d{2}$ | Y | |
Season | season | Y | ||
SeasonType | season_type_all_star | ^(Regular Season)\|(Pre Season)\|(Playoffs)\|(All Star)$ | Y | |
TodaysOpponent | todays_opponent | Y | ||
TodaysPlayers | todays_players | ^(Y)\|(N)$ | Y | |
VsDivision | vs_division_nullable | ^((Atlantic)\|(Central)\|(Northwest)\|(Pacific)\|(Southeast)\|(Southwest)\|(East)\|(West))?$ | Y | |
VsConference | vs_conference_nullable | ^((East)\|(West))?$ | Y | |
TeamID | team_id_nullable | Y | ||
SeasonSegment | season_segment_nullable | ^((Post All-Star)\|(Pre All-Star))?$ | Y | |
Position | position_nullable | ^(Guard\|Forward\|Center)?$ | Y | |
PlayerID | player_id_nullable | Y | ||
PORound | po_round_nullable | Y | ||
OpponentTeamID | opponent_team_id_nullable | Y | ||
Month | month_nullable | Y | ||
Location | location_nullable | ^((Home)\|(Road))?$ | Y | |
DateTo | date_to_nullable | Y | ||
DateFrom | date_from_nullable | Y |
#
Data Setsfantasy_widget_result
#
FantasyWidgetResult ['PLAYER_ID', 'PLAYER_NAME', 'PLAYER_POSITION', 'TEAM_ID', 'TEAM_ABBREVIATION', 'GP', 'MIN', 'FAN_DUEL_PTS', 'NBA_FANTASY_PTS', 'PTS', 'REB', 'AST', 'BLK', 'STL', 'TOV', 'FG3M', 'FGA', 'FG_PCT', 'FTA', 'FT_PCT']
#
JSON{ "data_sets": { "FantasyWidgetResult": [ "PLAYER_ID", "PLAYER_NAME", "PLAYER_POSITION", "TEAM_ID", "TEAM_ABBREVIATION", "GP", "MIN", "FAN_DUEL_PTS", "NBA_FANTASY_PTS", "PTS", "REB", "AST", "BLK", "STL", "TOV", "FG3M", "FGA", "FG_PCT", "FTA", "FT_PCT" ] }, "endpoint": "FantasyWidget", "last_validated_date": "2020-08-15", "nullable_parameters": [ "DateFrom", "DateTo", "Location", "Month", "OpponentTeamID", "PORound", "PlayerID", "Position", "SeasonSegment", "TeamID", "VsConference", "VsDivision" ], "parameter_patterns": { "ActivePlayers": "^(Y)|(N)$", "DateFrom": null, "DateTo": null, "LastNGames": null, "LeagueID": "^\\d{2}$", "Location": "^((Home)|(Road))?$", "Month": null, "OpponentTeamID": null, "PORound": null, "PlayerID": null, "Position": "^(Guard|Forward|Center)?$", "Season": null, "SeasonSegment": "^((Post All-Star)|(Pre All-Star))?$", "SeasonType": "^(Regular Season)|(Pre Season)|(Playoffs)|(All Star)$", "TeamID": null, "TodaysOpponent": null, "TodaysPlayers": "^(Y)|(N)$", "VsConference": "^((East)|(West))?$", "VsDivision": "^((Atlantic)|(Central)|(Northwest)|(Pacific)|(Southeast)|(Southwest)|(East)|(West))?$" }, "parameters": [ "ActivePlayers", "DateFrom", "DateTo", "LastNGames", "LeagueID", "Location", "Month", "OpponentTeamID", "PORound", "PlayerID", "Position", "Season", "SeasonSegment", "SeasonType", "TeamID", "TodaysOpponent", "TodaysPlayers", "VsConference", "VsDivision" ], "required_parameters": [ "ActivePlayers", "LastNGames", "LeagueID", "Season", "SeasonType", "TodaysOpponent", "TodaysPlayers" ], "status": "success"}
Last validated 2020-08-16