Fantasy Data

NBA Data Dictionary


The FantasyData NBA API has a new home over at SportsDataIO Discovery Lab, a platform built to offer affordable sports data for students, hobbyists and personal projects.

If you're looking for a more extensive product to power your website or application, we encourage you to check out SportsDataIO's commercial NBA API.

Below you will find a list of all data points that are contained within each feed that we offer. If any of the information provided below is unclear, or if you have a specific question, please contact support.

Go to our developer portal for a full list of operations including deprecated, legacy and test endpoints.

All dates & times are in US Eastern Time.

Choose League:

Core

This table is used in the following endpoints:
Name Type Size Nullable Scrambled CSV Description
Status string 10 Yes No Yes Indicates the player's status of being on an active roster. Possible values include: Active, Inactive
Jersey integer 32 Yes No Yes The player's jersey number.
PositionCategory string 10 Yes No Yes The player's position category. Possible values: C, F, G
FirstName string 50 Yes No Yes The player's first name.
LastName string 50 Yes No Yes The player's last name.
Height integer 32 Yes No Yes The player's height in inches.
Weight integer 32 Yes No Yes The player's weight in pounds (lbs).
BirthDate datetime Yes No Yes The player's date of birth.
College string 50 Yes No Yes The college that the player attended.
PhotoUrl string 250 Yes No Yes This field is deprecated. Photos are no longer available through it. Headshots are now delivered through IMAGN. Please see our Headshots products for further information.
Experience integer 32 Yes No Yes The number of years experience the player has in the NBA.
FanDuelPlayerID integer 32 Yes No Yes The player's cross reference PlayerID to FanDuel.
DraftKingsPlayerID integer 32 Yes No Yes The player's cross reference PlayerID to DraftKings.
FanDuelName string 50 Yes No Yes The player's full name in FanDuel's daily fantasy sports platform.
DraftKingsName string 50 Yes No Yes The player's full name in DraftKings' daily fantasy sports platform.
This table is used in the following endpoints:
FantasyData NBA Fantasy API
Current Season
FantasyData NBA Odds API
Current Season
Name Type Size Nullable Scrambled CSV Description
StartYear integer 32 No No Yes The year in which the season started
EndYear integer 32 No No Yes The year in which the season ended
Description string 10 Yes No Yes The description of the season for display purposes (possible values include: 2017-18, 2018-19, etc)
RegularSeasonStartDate date Yes No Yes The start date of the regular season
PostSeasonStartDate date Yes No Yes The start date of the postseason
This table is used in the following endpoints:
FantasyData NBA Fantasy API
Standings
FantasyData NBA Odds API
Standings
Name Type Size Nullable Scrambled CSV Description
TeamID Integer 32 No No Yes The unique ID for the team
Division string 20 Yes No Yes The division of the team (e.g. Atlantic, Central, Southeast, etc.)
GlobalTeamID integer 32 Yes No No A globally unique ID for this team. This value is guaranteed to be unique across all sports/leagues.
This table is used in the following endpoints:
FantasyData NBA Fantasy API
Teams (Active)
FantasyData NBA Odds API
Teams (Active)
Name Type Size Nullable Scrambled CSV Description
Active boolean No No Yes Whether or not this team is active
City string 50 Yes No Yes The city/location of the team (e.g. Los Angeles, Philadelphia, Boston, Chicago, etc.)
Name string 50 Yes No Yes The mascot of the team (e.g. Lakers, 76ers, Celtics, Bulls, etc.)
LeagueID integer 32 Yes No Yes This is no longer used (deprecated)
StadiumID integer 32 Yes No Yes The unique ID of the team's current home stadium
Conference string 20 Yes No Yes The conference of the team (possible values: Eastern, Western)
Division string 20 Yes No Yes The division of the team (e.g. Atlantic, Central, Southeast, etc)
WikipediaLogoUrl string 250 Yes No Yes The link to the team's logo hosted on Wikipedia. (This is not licensed for public or commercial use)
WikipediaWordMarkUrl string 250 Yes No Yes The link to the team's wordmark logo hosted on Wikipedia. (This is not licensed for public or commercial use)

Fantasy

This table is used in the following endpoints:
FantasyData NBA Fantasy API
DFS Slates by Date
Name Type Size Nullable Scrambled CSV Description
SlateID integer 32 No No Yes Unique ID of a Slate (assigned by SportsDataIO).
Operator string 20 Yes No Yes The name of the operator who is running contests for this slate. Possible values: FanDuel, DraftKings, Yahoo, FantasyDraft, etc.
OperatorSlateID integer 32 Yes No Yes Unique ID of a slate (assigned by the operator).
OperatorName string 50 Yes No Yes The name of the slate (assigned by the operator). Possible values: Main, Express, Arcade, Late Night, etc.
OperatorDay date Yes No Yes The day (in EST/EDT) that the slate begins (assigned by the operator).
OperatorStartTime datetime Yes No Yes The date/time (in EST/EDT) that the slate begins (assigned by the operator).
NumberOfGames integer 32 Yes No Yes The number of actual games that this slate covers.
IsMultiDaySlate boolean Yes No Yes Whether this slate uses games that take place on different days.
RemovedByOperator boolean Yes No Yes Indicates whether this slate was removed/deleted by the operator.
OperatorGameType string 50 Yes No Yes The game type of the slate. Will often be null as most operators only have one game type.
DfsSlateGames DfsSlateGame[] Yes No Yes The games that are included in this slate
DfsSlatePlayers DfsSlatePlayer[] Yes No Yes The players that are included in this slate
SlateRosterSlots string[] Yes No Yes The positions that need to be filled for this particular slate
SalaryCap integer Yes No Yes The salary cap for the current slate (is null for slates with no salary cap such a Tiers gametypes)
This table is used in the following endpoints:
FantasyData NBA Fantasy API
Player Game Stats by Date
Name Type Size Nullable Scrambled CSV Description
StatID integer 32 No No Yes The unique ID of the stat
TeamID integer 32 Yes No Yes The unique ID of the team
Season integer 32 Yes No Yes The NBA season of the game
Position string 10 Yes No Yes The player's position associated with the given game or season. Possible values: C, F, FC, G, GF, PF, PG, SF, SG
GameID integer 32 Yes No Yes The unique ID of this game
OpponentID integer 32 Yes No Yes The unique ID of the team's opponent
Opponent string 10 Yes No Yes The name of the opponent 
Day date Yes No Yes The day of the game
DateTime datetime Yes No Yes The date and time of the game
HomeOrAway string 4 Yes No Yes Whether the team is home or away
Games integer 32 Yes No Yes The number of games played
FantasyPoints decimal 32 Yes Yes Yes Total fantasy points
Minutes integer 32 Yes Yes Yes Total number of minutes played
Seconds integer 32 Yes Yes Yes Total number of seconds played
FieldGoalsMade decimal 32 Yes Yes Yes Total number of field goals made
FieldGoalsAttempted decimal 32 Yes Yes Yes Total number of field goals attempted
FieldGoalsPercentage decimal 32 Yes Yes Yes Total field goal percentage
TwoPointersMade decimal 32 Yes Yes Yes Total two pointers made
TwoPointersAttempted decimal 32 Yes Yes Yes Total two pointers attempted
TwoPointersPercentage decimal 32 Yes Yes Yes Total two pointers percentage
ThreePointersMade decimal 32 Yes Yes Yes Total three pointers made
ThreePointersAttempted decimal 32 Yes Yes Yes Total three pointers attempted
ThreePointersPercentage decimal 32 Yes Yes Yes Total three pointers percentage
FreeThrowsMade decimal 32 Yes Yes Yes Total free throws made
FreeThrowsAttempted decimal 32 Yes Yes Yes Total free throws attempted
FreeThrowsPercentage decimal 32 Yes Yes Yes Total free throws percentage
OffensiveRebounds decimal 32 Yes Yes Yes Total offensive rebounds
DefensiveRebounds decimal 32 Yes Yes Yes Total defensive rebounds
Rebounds decimal 32 Yes Yes Yes Total rebounds
Assists decimal 32 Yes Yes Yes Total assists
Steals decimal 32 Yes Yes Yes Total steals
BlockedShots decimal 32 Yes Yes Yes Total blocked shots
Turnovers decimal 32 Yes Yes Yes Total turnovers
PersonalFouls decimal 32 Yes Yes Yes Total personal fouls
Points decimal 32 Yes Yes Yes Total points scored
FantasyPointsFanDuel decimal 32 Yes Yes Yes Total FanDuel daily fantasy points scored
FantasyPointsDraftKings decimal 32 Yes Yes Yes Total DraftKings daily fantasy points scored
PlusMinus decimal 32 Yes Yes Yes Total plus minus
DoubleDoubles decimal 32 Yes Yes Yes Total double-doubles scored
TripleDoubles decimal 32 Yes Yes Yes Total triple-doubles scored
This table is used in the following endpoints:
Name Type Size Nullable Scrambled CSV Description
StatID integer 32 No No Yes The unique ID of the stat
TeamID integer 32 Yes No Yes The unique ID of the team
Season integer 32 Yes No Yes The NBA season of the game
Position string 10 Yes No Yes The player's position associated with the given game or season. Possible values: C, F, FC, G, GF, PF, PG, SF, SG
GameID integer 32 Yes No Yes The unique ID of this game
OpponentID integer 32 Yes No Yes The unique ID of the team's opponent
Opponent string 10 Yes No Yes The name of the opponent 
Day date Yes No Yes The day of the game
DateTime datetime Yes No Yes The date and time of the game
HomeOrAway string 4 Yes No Yes Whether the team is home or away
Games integer 32 Yes No Yes The number of games played
FantasyPoints decimal 32 Yes Yes Yes Total fantasy points
Minutes integer 32 Yes Yes Yes Total number of minutes played
Seconds integer 32 Yes Yes Yes Total number of seconds played
FieldGoalsMade decimal 32 Yes Yes Yes Total number of field goals made
FieldGoalsAttempted decimal 32 Yes Yes Yes Total number of field goals attempted
FieldGoalsPercentage decimal 32 Yes Yes Yes Total field goal percentage
TwoPointersMade decimal 32 Yes Yes Yes Total two pointers made
TwoPointersAttempted decimal 32 Yes Yes Yes Total two pointers attempted
TwoPointersPercentage decimal 32 Yes Yes Yes Total two pointers percentage
ThreePointersMade decimal 32 Yes Yes Yes Total three pointers made
ThreePointersAttempted decimal 32 Yes Yes Yes Total three pointers attempted
ThreePointersPercentage decimal 32 Yes Yes Yes Total three pointers percentage
FreeThrowsMade decimal 32 Yes Yes Yes Total free throws made
FreeThrowsAttempted decimal 32 Yes Yes Yes Total free throws attempted
FreeThrowsPercentage decimal 32 Yes Yes Yes Total free throws percentage
OffensiveRebounds decimal 32 Yes Yes Yes Total offensive rebounds
DefensiveRebounds decimal 32 Yes Yes Yes Total defensive rebounds
Rebounds decimal 32 Yes Yes Yes Total rebounds
Assists decimal 32 Yes Yes Yes Total assists
Steals decimal 32 Yes Yes Yes Total steals
BlockedShots decimal 32 Yes Yes Yes Total blocked shots
Turnovers decimal 32 Yes Yes Yes Total turnovers
PersonalFouls decimal 32 Yes Yes Yes Total personal fouls
Points decimal 32 Yes Yes Yes Total points scored
FantasyPointsFanDuel decimal 32 Yes Yes Yes Total FanDuel daily fantasy points scored
FantasyPointsDraftKings decimal 32 Yes Yes Yes Total DraftKings daily fantasy points scored
PlusMinus decimal 32 Yes Yes Yes Total plus minus
DoubleDoubles decimal 32 Yes Yes Yes Total double-doubles scored
TripleDoubles decimal 32 Yes Yes Yes Total triple-doubles scored
This table is used in the following endpoints:
FantasyData NBA Fantasy API
Player Season Stats
Name Type Size Nullable Scrambled CSV Description
StatID integer 32 No No Yes The unique ID of the stat
TeamID integer 32 Yes No Yes The unique ID of the player's team
Games integer 32 Yes No Yes The number of games played
FantasyPoints decimal 32 Yes Yes Yes Total fantasy points
Minutes integer 32 Yes Yes Yes Total number of minutes played
Seconds integer 32 Yes Yes Yes Total number of seconds played
FieldGoalsMade decimal 32 Yes Yes Yes Total number of field goals made
FieldGoalsAttempted decimal 32 Yes Yes Yes Total number of field goals attempted
FieldGoalsPercentage decimal 32 Yes Yes Yes Total field goal percentage
TwoPointersMade decimal 32 Yes Yes Yes Total two pointers made
TwoPointersAttempted decimal 32 Yes Yes Yes Total two pointers attempted
TwoPointersPercentage decimal 32 Yes Yes Yes Total two pointers percentage
ThreePointersMade decimal 32 Yes Yes Yes Total three pointers made
ThreePointersAttempted decimal 32 Yes Yes Yes Total three pointers attempted
ThreePointersPercentage decimal 32 Yes Yes Yes Total three pointers percentage
FreeThrowsMade decimal 32 Yes Yes Yes Total free throws made
FreeThrowsAttempted decimal 32 Yes Yes Yes Total free throws attempted
FreeThrowsPercentage decimal 32 Yes Yes Yes Total free throws percentage
OffensiveRebounds decimal 32 Yes Yes Yes Total offensive rebounds
DefensiveRebounds decimal 32 Yes Yes Yes Total defensive rebounds
Rebounds decimal 32 Yes Yes Yes Total rebounds
Assists decimal 32 Yes Yes Yes Total assists
Steals decimal 32 Yes Yes Yes Total steals
BlockedShots decimal 32 Yes Yes Yes Total blocked shots
Turnovers decimal 32 Yes Yes Yes Total turnovers
PersonalFouls decimal 32 Yes Yes Yes Total personal fouls
Points decimal 32 Yes Yes Yes Total points scored
FantasyPointsFanDuel decimal 32 Yes Yes Yes Total FanDuel daily fantasy points scored
FantasyPointsDraftKings decimal 32 Yes Yes Yes Total DraftKings daily fantasy points scored
PlusMinus decimal 32 Yes Yes Yes Total plus minus
DoubleDoubles decimal 32 Yes Yes Yes Total double-doubles scored
TripleDoubles decimal 32 Yes Yes Yes Total triple-doubles scored
This table is used in the following endpoints:
FantasyData NBA Fantasy API
Projected Player Season Stats
Name Type Size Nullable Scrambled CSV Description
StatID integer 32 No No Yes The unique ID of the stat
TeamID integer 32 Yes No Yes The unique ID of the player's team
Games integer 32 Yes No Yes The number of games played
FantasyPoints decimal 32 Yes Yes Yes Total fantasy points
Minutes integer 32 Yes Yes Yes Total number of minutes played
Seconds integer 32 Yes Yes Yes Total number of seconds played
FieldGoalsMade decimal 32 Yes Yes Yes Total number of field goals made
FieldGoalsAttempted decimal 32 Yes Yes Yes Total number of field goals attempted
FieldGoalsPercentage decimal 32 Yes Yes Yes Total field goal percentage
TwoPointersMade decimal 32 Yes Yes Yes Total two pointers made
TwoPointersAttempted decimal 32 Yes Yes Yes Total two pointers attempted
TwoPointersPercentage decimal 32 Yes Yes Yes Total two pointers percentage
ThreePointersMade decimal 32 Yes Yes Yes Total three pointers made
ThreePointersAttempted decimal 32 Yes Yes Yes Total three pointers attempted
ThreePointersPercentage decimal 32 Yes Yes Yes Total three pointers percentage
FreeThrowsMade decimal 32 Yes Yes Yes Total free throws made
FreeThrowsAttempted decimal 32 Yes Yes Yes Total free throws attempted
FreeThrowsPercentage decimal 32 Yes Yes Yes Total free throws percentage
OffensiveRebounds decimal 32 Yes Yes Yes Total offensive rebounds
DefensiveRebounds decimal 32 Yes Yes Yes Total defensive rebounds
Rebounds decimal 32 Yes Yes Yes Total rebounds
Assists decimal 32 Yes Yes Yes Total assists
Steals decimal 32 Yes Yes Yes Total steals
BlockedShots decimal 32 Yes Yes Yes Total blocked shots
Turnovers decimal 32 Yes Yes Yes Total turnovers
PersonalFouls decimal 32 Yes Yes Yes Total personal fouls
Points decimal 32 Yes Yes Yes Total points scored
FantasyPointsFanDuel decimal 32 Yes Yes Yes Total FanDuel daily fantasy points scored
FantasyPointsDraftKings decimal 32 Yes Yes Yes Total DraftKings daily fantasy points scored
PlusMinus decimal 32 Yes Yes Yes Total plus minus
DoubleDoubles decimal 32 Yes Yes Yes Total double-doubles scored
TripleDoubles decimal 32 Yes Yes Yes Total triple-doubles scored

Odds

This table is used in the following endpoints:
FantasyData NBA Odds API
Games by Date, Schedules
Name Type Size Nullable Scrambled CSV Description
GameID integer 32 No No Yes The unique ID of this game
Season integer 32 No No Yes The NBA season of the game
Status string 20 Yes No Yes Indicates the game's status. Possible values include: Scheduled, InProgress, Final, F/OT, Suspended, Postponed, Delayed, Canceled, Forfeit, NotNecessary
Day date Yes No Yes The date of the game
DateTime datetime Yes No Yes The date and time of the game
AwayTeamID integer 32 No No Yes The unique ID of the away team
HomeTeamID integer 32 No No Yes The unique ID of the home team
StadiumID integer 32 Yes No Yes The unique ID of the stadium
Quarters Quarter[] No No Yes The details of the quarters (including overtime periods) for this game.
NeutralVenue
from 2020
boolean Yes No Yes Indicates whether this game is played in a neutral venue
This table is used in the following endpoints:
Name Type Size Nullable Scrambled CSV Description
GameId integer 32 No No Yes The unique ID of the game.
Status string 20 Yes No Yes Indicates the game's status. Possible values include: Scheduled, InProgress, Final, F/OT, Suspended, Postponed, Delayed, Canceled, Forfeit
PregameOdds GameOdd[] Yes No Yes List of Pregame GameOdds from different sportsbooks
HomeRotationNumber integer 32 Yes Yes Yes The Rotation number of the home team for this game
This table is used in the following endpoints:
FantasyData NBA Odds API
Games by Date, Schedules
Name Type Size Nullable Scrambled CSV Description
SeriesID integer 32 No No Yes The unique ID of this series
Name string 50 No No Yes The name of this series
This table is used in the following endpoints:
FantasyData NBA Odds API
Stadiums
Name Type Size Nullable Scrambled CSV Description
StadiumID integer 32 No No Yes The unique ID of the stadium
Active boolean No No Yes Whether or not this stadium is the home venue for an active team
Name string 50 No No Yes The full name of the stadium
Address string 50 Yes No Yes The address where the stadium is located
City string 50 Yes No Yes The city where the stadium is located
Zip string 10 Yes No Yes The zip code of the stadium
Country string 10 Yes No Yes The 2-digit country code where the stadium is located
Capacity integer 32 Yes No Yes The estimated seating capacity of the stadium
GeoLat decimal 32 Yes No Yes The geographic latitude coordinate of this venue.
GeoLong decimal 32 Yes No Yes The geographic longitude coordinate of this venue.
This table is used in the following endpoints:
FantasyData NBA Odds API
Team Game Stats by Date
Name Type Size Nullable Scrambled CSV Description
StatID integer 32 No No Yes The unique ID of the stat
TeamID integer 32 Yes No Yes The unique ID of the team
Season integer 32 Yes No Yes The NBA season of the game
Name string 50 Yes No Yes Team's name
Wins integer 32 Yes No Yes Total number of team wins
Losses integer 32 Yes No Yes Total number of team losses
GameID integer 32 Yes No Yes The unique ID of this game
OpponentID integer 32 Yes No Yes The unique ID of the team's opponent
Opponent string 10 Yes No Yes The name of the opponent 
Day date Yes No Yes The day of the game
DateTime datetime Yes No Yes The date and time of the game
HomeOrAway string 4 Yes No Yes Whether the team is home or away
Games integer 32 Yes No Yes The number of games played
FantasyPoints decimal 32 Yes Yes Yes Total fantasy points
Minutes integer 32 Yes Yes Yes Total number of minutes played
Seconds integer 32 Yes Yes Yes Total number of seconds played
FieldGoalsMade decimal 32 Yes Yes Yes Total number of field goals made
FieldGoalsAttempted decimal 32 Yes Yes Yes Total number of field goals attempted
FieldGoalsPercentage decimal 32 Yes Yes Yes Total field goal percentage
TwoPointersMade decimal 32 Yes Yes Yes Total two pointers made
TwoPointersAttempted decimal 32 Yes Yes Yes Total two pointers attempted
TwoPointersPercentage decimal 32 Yes Yes Yes Total two pointers percentage
ThreePointersMade decimal 32 Yes Yes Yes Total three pointers made
ThreePointersAttempted decimal 32 Yes Yes Yes Total three pointers attempted
ThreePointersPercentage decimal 32 Yes Yes Yes Total three pointers percentage
FreeThrowsMade decimal 32 Yes Yes Yes Total free throws made
FreeThrowsAttempted decimal 32 Yes Yes Yes Total free throws attempted
FreeThrowsPercentage decimal 32 Yes Yes Yes Total free throws percentage
OffensiveRebounds decimal 32 Yes Yes Yes Total offensive rebounds
DefensiveRebounds decimal 32 Yes Yes Yes Total defensive rebounds
Rebounds decimal 32 Yes Yes Yes Total rebounds
Assists decimal 32 Yes Yes Yes Total assists
Steals decimal 32 Yes Yes Yes Total steals
BlockedShots decimal 32 Yes Yes Yes Total blocked shots
Turnovers decimal 32 Yes Yes Yes Total turnovers
PersonalFouls decimal 32 Yes Yes Yes Total personal fouls
Points decimal 32 Yes Yes Yes Total points scored
FantasyPointsFanDuel decimal 32 Yes Yes Yes Total FanDuel daily fantasy points scored
FantasyPointsDraftKings decimal 32 Yes Yes Yes Total DraftKings daily fantasy points scored
PlusMinus decimal 32 Yes Yes Yes Total plus minus
DoubleDoubles decimal 32 Yes Yes Yes Total double-doubles scored
TripleDoubles decimal 32 Yes Yes Yes Total triple-doubles scored
This table is used in the following endpoints:
FantasyData NBA Odds API
Team Season Stats
Name Type Size Nullable Scrambled CSV Description
StatID integer 32 No No Yes The unique ID of the stat
TeamID integer 32 Yes No Yes The unique ID of the team
Games integer 32 Yes No Yes The number of games played
FantasyPoints decimal 32 Yes Yes Yes Total fantasy points
Minutes integer 32 Yes Yes Yes Total number of minutes played
Seconds integer 32 Yes Yes Yes Total number of seconds played
FieldGoalsMade decimal 32 Yes Yes Yes Total number of field goals made
FieldGoalsAttempted decimal 32 Yes Yes Yes Total number of field goals attempted
FieldGoalsPercentage decimal 32 Yes Yes Yes Total field goal percentage
TwoPointersMade decimal 32 Yes Yes Yes Total two pointers made
TwoPointersAttempted decimal 32 Yes Yes Yes Total two pointers attempted
TwoPointersPercentage decimal 32 Yes Yes Yes Total two pointers percentage
ThreePointersMade decimal 32 Yes Yes Yes Total three pointers made
ThreePointersAttempted decimal 32 Yes Yes Yes Total three pointers attempted
ThreePointersPercentage decimal 32 Yes Yes Yes Total three pointers percentage
FreeThrowsMade decimal 32 Yes Yes Yes Total free throws made
FreeThrowsAttempted decimal 32 Yes Yes Yes Total free throws attempted
FreeThrowsPercentage decimal 32 Yes Yes Yes Total free throws percentage
OffensiveRebounds decimal 32 Yes Yes Yes Total offensive rebounds
DefensiveRebounds decimal 32 Yes Yes Yes Total defensive rebounds
Rebounds decimal 32 Yes Yes Yes Total rebounds
Assists decimal 32 Yes Yes Yes Total assists
Steals decimal 32 Yes Yes Yes Total steals
BlockedShots decimal 32 Yes Yes Yes Total blocked shots
Turnovers decimal 32 Yes Yes Yes Total turnovers
PersonalFouls decimal 32 Yes Yes Yes Total personal fouls
Points decimal 32 Yes Yes Yes Total points scored
FantasyPointsFanDuel decimal 32 Yes Yes Yes Total FanDuel daily fantasy points scored
FantasyPointsDraftKings decimal 32 Yes Yes Yes Total DraftKings daily fantasy points scored
PlusMinus decimal 32 Yes Yes Yes Total plus minus
DoubleDoubles decimal 32 Yes Yes Yes Total double-doubles scored
TripleDoubles decimal 32 Yes Yes Yes Total triple-doubles scored