Data Dictionary

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.

Filter by a Subfeed...
Download CSV
This table is used in the following endpoints:
Name Type Size Nullable Scrambled CSV Description
RecordId integer 32 No No Yes The id of the record. Unique only within the same entity type (i.e. BettingMarketType Ids overlap with BettingBetType Ids)
Name string 100 No No No Denotes the name of the *Type (e.g. Betting Market Type, Betting Event Type, Betting Period Type)
Active bool Yes No No Whether or not this market is currently is use
This table is used in the following endpoints:
Name Type Size Nullable Scrambled CSV Description
BettingBetTypes BettingEntityMetadata[] 32 Yes No No The list of the bet types that can be found within a market
BettingMarketTypes BettingEntityMetadata[] 32 Yes No No A list of the possible Market Types within a Betting Event (e.g. Game Line, Team prop, Player Future, etc.)
BettingPeriodTypes BettingEntityMetadata[] 32 Yes No Yes A list of the possible BettingPeriodTypes (e.g. Full Game, Regulation Time, 1st Half)
BettingEventTypes BettingEntityMetadata[] 32 Yes No Yes A list of the possible BettingEventTypes (e.g. Game, Future)
BettingOutcomeTypes BettingEntityMetadata[] 32 Yes No No A list of the possible BettingOutcomeTypes (e.g. Home; Away; Under; Over)
ResultedMarketMetaData BettingResultingMetadata[] 32 Yes No No A list of the combinations of MarketType, BetType, & PeriodType which we willl provide automated resulting for
BettingResultTypes BettingEntityMetadata[] 32 Yes No No A list of the possible BettingResultTypes (e.g. Win; Loss; Push; Not Resulted; Incomplete)
Name Type Size Nullable Scrambled CSV Description
BettingEventID
from 2025
int 32 No No No The unique ID assocated with the betting event
Name
from 2025
string 32 Yes No No The name of this betting event
Season
from 2025
int 32 Yes No No The WNBA season of the game tied to the betting event
BettingEventTypeID
from 2025
int 32 No No No The ID associated with the type of betting event
BettingEventType
from 2025
string 32 No No No Indicates the type of betting event - Game or Future
StartDate
from 2025
datetime Yes No No The furthest forward time any sportsbook has a market set to close for this betting event
Created
from 2025
datetime Yes No No The date and time when this betting event was created in US Eastern Time.
Updated
from 2025
datetime Yes No No The timestamp of the last time this betting event was updated (in US Eastern Time)
GameID
from 2025
int 32 Yes No No The unique ID of this game
GlobalGameID
from 2025
int 32 Yes No No A globally unique ID for the game tied to this event. This value is guaranteed to be unique across all sports/leagues.
GameStatus
from 2025
string 32 Yes Yes No The status of the game in tied to this event. A list of WNBA game statuses can be found here
Quarter
from 2025
string 32 Yes Yes No The current quarter in the game. Possible values include: 1; 2; 3; 4; Half; OT; NULL
AwayTeam
from 2025
string 32 Yes No No The abbreviation [Key] of the away team tied to the event
HomeTeam
from 2025
string 32 Yes No No The abbreviation [Key] of the home team
AwayTeamID
from 2025
int 32 Yes No No The unique ID of the away team tied to the event
HomeTeamID
from 2025
int 32 Yes No No The unique ID of the home team
GlobalAwayTeamID
from 2025
int 32 Yes No No A globally unique ID for the away team. This value is guaranteed to be unique across all sports/leagues
GlobalHomeTeamID
from 2025
int 32 Yes No No A globally unique ID for the home team. This value is guaranteed to be unique across all sports/leagues
AwayTeamScore
from 2025
int 32 Yes Yes No Total number of points the away team scored in the game tied to the event (post-game)
HomeTeamScore
from 2025
int 32 Yes Yes No Total points scored by the home team in the game (post-game)
TotalScore
from 2025
int 32 Yes Yes No The total amount of points scored in the game by both teams. Updated after the game ends to allow for resulting bets
AwayRotationNumber
from 2025
int 32 Yes No No Rotation number of away team for this game
HomeRotationNumber
from 2025
int 32 Yes No No The rotation number of the home team for this game
BettingMarkets
from 2025
BettingMarket[] 32 Yes No No The list of betting markets for this event
GameStartTime
from 2025
datetime 32 Yes No No The date and time that the game started (US Eastern Time)
Name Type Size Nullable Scrambled CSV Description
BettingMarketID
from 2025
int 32 No No No The unique ID associated with the betting market
BettingEventID
from 2025
int 32 No No No The unique ID assocated with the betting event
BettingMarketTypeID
from 2025
int 32 Yes Yes No ID that distinguishes the different types of Market Types
BettingMarketType
from 2025
string 32 Yes Yes No The name of the market type (e.g. Player Prop, Team Prop, Game Prop, etc.)
BettingBetTypeID
from 2025
int 32 Yes Yes No The ID associated with the name of the bet type within a market
BettingBetType
from 2025
string 32 Yes Yes No The name of the bet type within a market (e.g. Total Points, Moneyline, Spread, etc.)
BettingPeriodTypeID
from 2025
int 32 Yes Yes No The BettingPeriodTypeID of this type of market which we can result
BettingPeriodType
from 2025
string 32 Yes Yes No The BettingPeriodType of this market (e.g. Full Game; 1st Half; 2nd Quarter; Regular Season)
Name
from 2025
string 32 Yes No No The generic name of this market
TeamID
from 2025
int 32 Yes Yes No The unique ID of the team tied the betting market
TeamKey
from 2025
string 32 Yes Yes No The abbreviation [Key] of the team associcated with this market (if applicable)
PlayerID
from 2025
int 32 Yes Yes No The player's unique PlayerID as assigned by SportsDataIO. Note: this ID will stay with the player throughout their entire career
PlayerName
from 2025
string 32 Yes Yes No The name of the player tied to this market (if applicable)
Created
from 2025
datetime 32 Yes No No The date and time when this betting market was created in US Eastern Time.
Updated
from 2025
datetime 32 Yes No No The timestamp of the last time this betting market was updated (in US Eastern Time)
AvailableSportsbooks
from 2025
Sportsbook[] 32 Yes No No A list of sportsbooks that have odds available in a given market
AnyBetsAvailable
from 2025
bool 32 Yes No No A field that returns "Yes" if there are any available bets to make within the market in question. If there are no bets available to make, the field returns "No"
BettingOutcomes
from 2025
BettingOutcome[] 32 Yes No No The list of betting outcomes from each sportsbook in this market
ConsensusOutcomes
from 2025
ConsensusOutcome[] 32 Yes No No The single set of consensus outcomes of this market
IsArchived
from 2025
bool No No No Indicates whether a BettingOutcome has been archived or not. If Archived, that outcome is no longer available
ArchiveLocation
from 2025
string No No No Indicates the URL that can be used to retrieve archived BettingOutcomes. An API Key and Sportsbook Grouping will be required to retrieve this information
Name Type Size Nullable Scrambled CSV Description
BettingOutcomeID
from 2025
int 32 Yes No No The unique ID associated with this specific outcome
BettingMarketID
from 2025
int 32 Yes No No The unique ID associated with the betting market
SportsBook
from 2025
Sportsbook 32 Yes No No The sportsbook offering this outcome for betting
BettingOutcomeTypeID
from 2025
int 32 Yes Yes No The BettingOutcomeTypeID of this outcome
BettingOutcomeType
from 2025
string 32 Yes Yes No The name of betting outcome type (e.g. Home; Away; Under; Over)
PayoutAmerican
from 2025
int 32 Yes Yes No The american odds payout
PayoutDecimal
from 2025
decimal 32 Yes Yes No The decimal odds payout
Value
from 2025
decimal 32 Yes Yes No The number associated with the outcome of a market (e.g. the spread, game total, etc.)
Participant
from 2025
string 32 Yes No No The name of the participant (typically team or player) associated with the outcome. NOTE: This is provided by the sportsbook. In the case of player odds; we highly recommend using PlayerID as names of players can be inconsistent between sportsbooks.
IsAvailable
from 2025
bool 32 Yes No No Indicates whether a BettingOutcome is available for betting or not
IsAlternate
from 2025
bool 32 Yes No No Is this an alternate value or the core value
Created
from 2025
datetime 32 Yes No No The date and time when this betting outcome was created in US Eastern Time.
Updated
from 2025
datetime 32 Yes No No The timestamp of the last time this betting outcome was updated (in US Eastern Time)
Unlisted
from 2025
datetime 32 Yes No No The timestamp of when these odds were first made unavailable to be bet on any further (in US Eastern Time)
TeamID
from 2025
int 32 Yes Yes No The unique ID of the team tied the betting outcome
PlayerID
from 2025
int 32 Yes Yes No The player's unique PlayerID as assigned by SportsDataIO. Note: this ID will stay with the player throughout their entire career
GlobalTeamID
from 2025
int 32 Yes Yes No A globally unique ID for the team. This value is guaranteed to be unique across all sports/leagues.
SportsbookUrl
from 2025
string 500 Yes Yes No The URL for sportsbook event
IsInPlay
from 2025
bool 1 Yes No No Was this outcome created after the start time of the game (only applies when the betting event is of type game)
SportsbookMarketID
from 2025
string 100 Yes Yes No The market ID on the given sportsbook for deeplinking (when available)
SportsbookOutcomeID
from 2025
string 100 Yes Yes No The outcome ID on the given sportsbook for deeplinking (when available)
Name Type Size Nullable Scrambled CSV Description
Game Game Yes No No Returns the game details for a given game's box score
Quarters Quarter[] Yes No No The details of the quarters (including overtime periods) for this game.
TeamGames TeamGame[] Yes No Yes The team game stats associated with this box score
PlayerGames PlayerGame[] Yes No Yes The player game stats associated with this box score
Name Type Size Nullable Scrambled CSV Description
NumberOfSportsbooks int 32 No No No The number of sportsbook odds that went into creating this consensus outcome
BettingOutcomeID
from 2025
int 32 Yes No No The unique ID associated with this specific outcome
BettingMarketID
from 2025
int 32 Yes No No The unique ID associated with the betting market
SportsBook
from 2025
Sportsbook 32 Yes No No The sportsbook offering this outcome for betting
BettingOutcomeTypeID
from 2025
int 32 Yes Yes No The BettingOutcomeTypeID of this outcome
BettingOutcomeType
from 2025
string 32 Yes Yes No The name of betting outcome type (e.g. Home; Away; Under; Over)
PayoutAmerican
from 2025
int 32 Yes Yes No The american odds payout
PayoutDecimal
from 2025
decimal 32 Yes Yes No The decimal odds payout
Value
from 2025
decimal 32 Yes Yes No The number associated with the outcome of a market (e.g. the spread, game total, etc.)
Participant
from 2025
string 32 Yes No No The name of the participant (typically team or player) associated with the outcome. NOTE: This is provided by the sportsbook. In the case of player odds; we highly recommend using PlayerID as names of players can be inconsistent between sportsbooks.
IsAvailable
from 2025
bool 32 Yes No No Indicates whether a ConsensusOutcome is available for betting or not
IsAlternate
from 2025
bool 32 Yes No No Is this an alternate value or the core value
Created
from 2025
datetime 32 Yes No No The date and time when this consensus outcome was created in US Eastern Time.
Updated
from 2025
datetime 32 Yes No No The timestamp of the last time this Consensus outcome was updated (in US Eastern Time)
Unlisted
from 2025
datetime 32 Yes No No The timestamp of when these odds were first made unavailable to be bet on any further (in US Eastern Time)
TeamID
from 2025
int 32 Yes Yes No The unique ID of the team tied the consensus outcome
PlayerID
from 2025
int 32 Yes Yes No The player's unique PlayerID as assigned by SportsDataIO. Note: this ID will stay with the player throughout their entire career
GlobalTeamID
from 2025
int 32 Yes Yes No A globally unique ID for the team. This value is guaranteed to be unique across all sports/leagues.
SportsbookUrl
from 2025
string 500 Yes Yes No The URL for sportsbook event
IsInPlay
from 2025
bool 1 Yes No No Denotes whether the betting outcome is a live line (i.e. the outcome was created after the start of the game)
SportsbookMarketID
from 2025
string 100 Yes Yes No The market ID on the given sportsbook for deeplinking (when available)
SportsbookOutcomeID
from 2025
string 100 Yes Yes No The outcome ID on the given sportsbook for deeplinking (when available)
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 WNBA season of the game
SeasonType integer 32 No No No The type of season that this record corresponds to (1=Regular Season; 2=Preseason; 3=Postseason; 4=Offseason; 5=AllStar; 6=Exhibition).
Status string 20 Yes No No Indicates the game's status. Possible values include: Scheduled; InProgress; Final; F/OT; Suspended; Postponed; Delayed; Canceled; Forfeit; NotNecessary
Day date Yes No No The day that the game is scheduled to be played (US Eastern Time)
DateTime datetime Yes No No The date and time of the game (US Eastern Time)
AwayTeam string 10 No No No The abbreviation [Key] of the away team
HomeTeam string 10 No No No The abbreviation [Key] of the home team
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
AwayTeamScore integer 32 Yes Yes No Total number of points the away team scored in the game
HomeTeamScore integer 32 Yes Yes No Total number of points the home team scored in the game
Updated datetime Yes No No The timestamp of when this record was last updated (in US Eastern time)
Quarter string 10 Yes No Yes The current quarter in the game. Possible values include: 1, 2, 3, 4, Half, OT, NULL
TimeRemainingMinutes integer 32 Yes No Yes Number of minutes remaining in the quarter
TimeRemainingSeconds integer 32 Yes No Yes Number of seconds remaining in the quarter
GlobalGameID integer 32 No No No A globally unique ID for the game. This value is guaranteed to be unique across all sports/leagues.
GlobalAwayTeamID integer 32 No No No A globally unique ID for the away team. This value is guaranteed to be unique across all sports/leagues.
GlobalHomeTeamID integer 32 No No No A globally unique ID for the home team. This value is guaranteed to be unique across all sports/leagues.
Quarters Quarter[] No No Yes The details of the quarters (including overtime periods) for this game.
HomeTeamMoneyLine int 32 Yes Yes No Money line from the perspective of the home team
AwayTeamMoneyLine int 32 Yes Yes No Money line from the perspective of the away team
PointSpread decimal Yes Yes No The point spread (as listed for the home team)
PointSpreadHomeTeamPayout int 32 Yes Yes No The payout for the home team beating the spread
PointSpreadAwayTeamPayout int 32 Yes Yes No The payout for the away team beating the spread
OverUnder decimal Yes Yes No The sportsbook's total points scored over or under for the game. Note: this is also known as the Total for the game.
OverPayout int 32 Yes Yes No The sportsbook's payout for the over
UnderPayout int 32 Yes Yes No The sportsbook's payout for the under
IsClosed boolean No No No Indicates whether the game is over and the final score has been verified and closed out.
GameEndDateTime datetime Yes No No The date and time that the game ended (US Eastern Time)
Name Type Size Nullable Scrambled CSV Description
GameID int 32 No No No The unique ID of this game
Season int 32 No No No The WNBA season of the game
SeasonType int 32 No No No The type of season that this record corresponds to (1=Regular Season; 2=Preseason; 3=Postseason; 4=Offseason; 5=AllStar; 6=Exhibition).
Day date Yes No No The day that the game is scheduled to be played (US Eastern Time)
DateTime datetime Yes No No The date and time of the game (US Eastern Time)
Status string 20 No No No Indicates the game's status. Possible values include: Scheduled; InProgress; Final; F/OT; Suspended; Postponed; Delayed; Canceled; Forfeit; NotNecessary
AwayTeamID int 32 Yes No No The unique ID of the away team
HomeTeamID int 32 Yes No No The unique ID of the home team
AwayTeamName string 50 Yes No No The full name of the away team (Ex. Indiana Fever, Phoenix Mercruy, New York Liberty)
HomeTeamName string 50 Yes No No The full name of the home team (Ex. Indiana Fever, Phoenix Mercruy, New York Liberty)
GlobalGameID int 32 No No No A globally unique ID for the game. This value is guaranteed to be unique across all sports/leagues.
GlobalAwayTeamID int 32 Yes No No A globally unique ID for the away team. This value is guaranteed to be unique across all sports/leagues.
GlobalHomeTeamID int 32 Yes No No A globally unique ID for the home team. This value is guaranteed to be unique across all sports/leagues.
PregameOdds GameOdd[] No No No List of most recent Pregame odds from different sportsbooks
HomeTeamScore int 32 Yes No No Total number of points the home team scored in the game (updated after game ends to allow for resolving bets)
AwayTeamScore int 32 Yes No No Total number of points the away team scored in the game (updated after game ends to allow for resolving bets)
TotalScore int 32 Yes No No Total scored points in the game (updated after game ends to allow for resolving bets)
Name Type Size Nullable Scrambled CSV Description
GameOddID int 32 No No No The unique ID of this odd
Sportsbook string 25 No No No Name of sportsbook
SportsbookID int 32 No No No Unique ID of the Sportsbook
GameID int 32 No No No The unique ID of this game
OddType string 10 Yes No No The market type of the odd (ex: live, pregame, 1st-half, 2nd-quarter)
Created datetime Yes No No The timestamp of when these odds were first created in US Eastern Time
Updated datetime Yes No No The timestamp of when this record was last updated (in US Eastern time)
SportsbookUrl string 500 Yes No No The URL for the sportsbook event
HomeMoneyLine int 32 Yes No No The sportsbook's money line for the home team
AwayMoneyLine int 32 Yes No No The sportsbook's money line for the away team
HomePointSpread decimal 32 Yes No No The sportsbook's point spread for the home team
AwayPointSpread decimal 32 Yes No No The sportsbook's point spread for the away team
HomePointSpreadPayout int 32 Yes No No The sportsbook's point spread payout for the home team
AwayPointSpreadPayout int 32 Yes No No The sportsbook's point spread payout for the away team
OverUnder decimal 32 Yes No No The sportsbook's total points scored over or under for the game. Note: this is also known as the Total for the game.
OverPayout int 32 Yes No No The sportsbook's payout for the over
UnderPayout int 32 Yes No No The sportsbook's payout for the under
Name Type Size Nullable Scrambled CSV Description
PlayerID integer 32 No No No The player's unique PlayerID as assigned by SportsDataIO. Note: this ID will stay with the player through their career
FirstName string 50 Yes No Yes The player's first name.
LastName string 50 Yes No Yes The player's last name.
Status string 10 Yes No No Indicates the player's status of being on an active roster. Possible values include: Active; Inactive; Suspended; Maternity; Bereavement
Updated datetime Yes No No The timestamp of when this record was last updated (in US Eastern time)
Available boolean Yes No No Designates whether or not the player is available (returns true/false)
TeamID integer 32 Yes No No The unique ID of the player's team
Team string 10 Yes No No The abbreviation [Key] of the team
Jersey integer 32 Yes No No The jersey number of the player
Position string 10 Yes No No The player's primary position. Possible values: PG; SG; SF; PF; C
Height integer 32 Yes No No The height of the player in inches
Weight integer 32 Yes No No The weight of the player in pounds (lbs.)
BirthDate datetime Yes No No The date (MM/DD/YYYY) the player was born
BirthCity string 50 Yes No No The city in which the player was born
BirthState string 50 Yes No No The state in which the player was born (2-letter abbreviation). Note: If the player was born outside of North America or Australia, this field will be blank
BirthCountry string 50 Yes No No The country in which the player was born
College string 50 Yes No No The last college attened by the player. Note: If the player did not attend a college, this field will be "None"
InjuryStatus string 50 Yes No No Injury status used to project availability Statuses: Probable; Questionable; Doubtful; Out. If a player has a NULL injury status, they are healthy/available to play
InjuryBodyPart string 50 Yes No No The player's body part(s) that are injured (e.g. Knee; Groin; Calf; Hamstring; etc.) Note: if a player has multiple injured body parts they will appear as such - Hamstring/Ankle
InjuryNotes string 250 Yes No No Short description of injury involving injured body part(s), game status, player name, team name, and other extra news necessary. Notes are custom and can be unique
InjuryStartDate date Yes No No The date that the injury occurred, was first discovered, or was freshly updated
Name Type Size Nullable Scrambled CSV Description
StatID
from 2025
integer 32 No No No The unique ID of the stat
TeamID
from 2025
integer 32 Yes No No The unique ID of the player's team
PlayerID
from 2025
integer 32 Yes No No The player's unique PlayerID as assigned by SportsDataIO. Note: this ID will stay with the player throughout their entire career
SeasonType
from 2025
integer 32 Yes No No The type of season that this record corresponds to (1=Regular Season; 2=Preseason; 3=Postseason; 4=Offseason; 5=AllStar; 6=Exhibition).
Season
from 2025
integer 32 Yes No No The WNBA season of the game
Name
from 2025
string 50 Yes No No Player's full name
Team
from 2025
string 10 Yes No No The abbreviation [Key] of the team
Position
from 2025
string 10 Yes No No The player's primary position. Possible values: PG; SG; SF; PF; C
Started
from 2025
integer 32 Yes No No Whether the player started in the game
InjuryStatus
from 2025
string 50 Yes Yes No Injury status used to project availability. Statuses: Probable; Questionable; Doubtful; Out. If a player has a NULL injury status, they are healthy/available to play.
InjuryBodyPart
from 2025
string 50 Yes Yes No "The player's body part(s) that are injured (e.g. Knee; Groin; Calf; Hamstring; etc.) Note: if a player has multiple injured body parts they will appear as such - Hamstring/Ankle"
InjuryStartDate
from 2025
date Yes No No The date that the injury occurred, was first discovered, or was freshly updated
InjuryNotes
from 2025
string 250 Yes Yes No Short description of injury involving injured body part(s), game status, player name, team name, and other extra news necessary. Notes are custom and can be unique.
GlobalTeamID
from 2025
integer 32 Yes No No A globally unique ID for this team. This value is guaranteed to be unique across all sports/leagues.
GameID
from 2025
integer 32 Yes No No The unique ID of this game
Day
from 2025
date Yes No No The day that the game is scheduled to be played (US Eastern Time)
DateTime
from 2025
datetime Yes No No The date and time of the game (US Eastern Time)
HomeOrAway
from 2025
string 4 Yes No No Whether the team is home or away
IsGameOver
from 2025
boolean No No No Whether the game is over (true/false)
GlobalGameID
from 2025
integer 32 Yes No No A globally unique ID for this game. This value is guaranteed to be unique across all sports/leagues.
Updated datetime Yes No Yes The timestamp of when this record was last updated (in US Eastern time)
Games integer 32 Yes No Yes The number of games played by the player. Note: this field will be one or zero for single game feeds.
Minutes integer 32 Yes Yes Yes Total number of minutes played by the player in the game
Seconds integer 32 Yes Yes Yes Total number of seconds played by the player in the game
FieldGoalsMade decimal 32 Yes Yes Yes Total number of field goals made by the player in the game
FieldGoalsAttempted decimal 32 Yes Yes No Total number of field goals attempted by the player in the game
FieldGoalsPercentage decimal 32 Yes Yes Yes Total field goals percentage (FG%) by the player in the game
EffectiveFieldGoalsPercentage decimal 32 Yes Yes Yes The player's effective field goal percentage (eFG%) for the game. Click here for the formula.
TwoPointersMade decimal 32 Yes Yes Yes Total two-pointers made by the player in the game
TwoPointersAttempted decimal 32 Yes Yes Yes Total two-pointers attempted by the player in the game
TwoPointersPercentage decimal 32 Yes Yes Yes Total two-pointer percentage (2P%) by the player in the game
ThreePointersMade decimal 32 Yes Yes Yes Total three pointers made by the player in the game
ThreePointersAttempted decimal 32 Yes Yes Yes Total three pointers attempted by the player in the game
ThreePointersPercentage decimal 32 Yes Yes Yes Total three pointers percentage (3P%) by the player in the game
FreeThrowsMade decimal 32 Yes Yes Yes Total number of free throws made by the player in the game
FreeThrowsAttempted decimal 32 Yes Yes Yes Total number of free throws attempted by the player in the game
FreeThrowsPercentage decimal 32 Yes No Yes Total free throw percentage (FT%) by the player in the game
OffensiveRebounds decimal 32 Yes Yes Yes Total offensive rebounds by the player in the game
DefensiveRebounds decimal 32 Yes Yes Yes Total defensive rebounds by the player in the game
Rebounds decimal 32 Yes Yes Yes Total rebounds by the player in the game
Assists decimal 32 Yes Yes Yes Total assists by the player in the game
Steals decimal 32 Yes Yes Yes Total steals by the player in the game
BlockedShots decimal 32 Yes Yes Yes Total blocked shots by the player in the game
Turnovers decimal 32 Yes Yes Yes Total turnovers by the player in the game
PersonalFouls decimal 32 Yes Yes Yes Total personal fouls by the player in the game
Points decimal 32 Yes Yes Yes Total points scored by the player in the game
TrueShootingAttempts decimal 32 Yes Yes Yes The player's true shooting attempts (TSA) in the game. Formula = FGA + 0.44 * FTA.
TrueShootingPercentage decimal 32 Yes Yes Yes The player's true shooting attempts (TS%) in the game. Click here for the formula.
PlusMinus decimal 32 Yes Yes Yes Total plus minus by the player in the game
DoubleDoubles decimal 32 Yes Yes Yes Total double-doubles by the player in the game
TripleDoubles decimal 32 Yes Yes Yes Total triple-doubles scored by the player in the game
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
PlayerID integer 32 Yes No No The player's unique PlayerID as assigned by SportsDataIO. Note: this ID will stay with the player through their career
SeasonType integer 32 Yes No No The type of season that this record corresponds to (1=Regular Season; 2=Preseason; 3=Postseason; 4=Offseason; 5=AllStar; 6=Exhibition).
Season integer 32 Yes No No The WNBA season for which these totals apply
Name string 50 Yes No No Player's full name
Team string 10 Yes No No The abbreviation [Key] of the team
Position string 10 Yes No No The player's primary position. Possible values: PG; SG; SF; PF; C
Started integer 32 Yes No No Number of games started by the player in the season
GlobalTeamID integer 32 Yes No No A globally unique ID for the team. This value is guaranteed to be unique across all sports/leagues.
Updated datetime Yes No Yes The timestamp of when this record was last updated (in US Eastern time)
Games integer 32 Yes No Yes The total number of games played by the player in the season
Minutes integer 32 Yes Yes Yes Total number of minutes played by the player in the season
Seconds integer 32 Yes Yes Yes Total number of seconds played by the player in the season
FieldGoalsMade decimal 32 Yes Yes Yes Total number of field goals made by the player in the season
FieldGoalsAttempted decimal 32 Yes Yes No Total number of field goals attempted by the player in the season
FieldGoalsPercentage decimal 32 Yes Yes Yes Total field goals percentage (FG%) by the player in the season
EffectiveFieldGoalsPercentage decimal 32 Yes Yes Yes The player's effective field goal percentage (eFG%) for the season. Click here for the formula.
TwoPointersMade decimal 32 Yes Yes Yes Total two-pointers made by the player in the season
TwoPointersAttempted decimal 32 Yes Yes Yes Total two-pointers attempted by the player in the season
TwoPointersPercentage decimal 32 Yes Yes Yes Total two-pointer percentage (2P%) by the player in the season
ThreePointersMade decimal 32 Yes Yes Yes Total three pointers made by the player in the season
ThreePointersAttempted decimal 32 Yes Yes Yes Total three pointers attempted by the player in the season
ThreePointersPercentage decimal 32 Yes Yes Yes Total three pointers percentage (3P%) by the player in the season
FreeThrowsMade decimal 32 Yes Yes Yes Total number of free throws made by the player in the season
FreeThrowsAttempted decimal 32 Yes Yes Yes Total number of free throws attempted by the player in the season
FreeThrowsPercentage decimal 32 Yes No Yes Total free throw percentage (FT%) by the player in the season
OffensiveRebounds decimal 32 Yes Yes Yes Total offensive rebounds by the player in the season
DefensiveRebounds decimal 32 Yes Yes Yes Total defensive rebounds by the player in the season
Rebounds decimal 32 Yes Yes Yes Total rebounds by the player in the season
Assists decimal 32 Yes Yes Yes Total assists by the player in the season
Steals decimal 32 Yes Yes Yes Total steals by the player in the season
BlockedShots decimal 32 Yes Yes Yes Total blocked shots by the player in the season
Turnovers decimal 32 Yes Yes Yes Total turnovers by the player in the season
PersonalFouls decimal 32 Yes Yes Yes Total personal fouls by the player in the season
Points decimal 32 Yes Yes Yes Total points scored by the player in the season
TrueShootingAttempts decimal 32 Yes Yes Yes The player's true shooting attempts (TSA) in the season. Formula = FGA + 0.44 * FTA.
TrueShootingPercentage decimal 32 Yes Yes Yes The player's true shooting attempts (TS%) in the season. Click here for the formula.
PlusMinus decimal 32 Yes Yes Yes Total plus minus by the player in the season
DoubleDoubles decimal 32 Yes Yes Yes Total double-doubles by the player in the season
TripleDoubles decimal 32 Yes Yes Yes Total triple-doubles scored by the player in the season
Name Type Size Nullable Scrambled CSV Description
QuarterID integer 32 No No No Unique ID for the quarter.
GameID integer 32 No No No The unique ID of this game
Number integer 32 No No Yes The Number (Order) of the Quarter in the scope of the Game.
Name string 10 No No Yes The Name of the Quarter (possible values: 1, 2, 3, 4, OT, OT2, OT3, etc)
AwayScore integer 32 Yes Yes No The total points scored by the away team in the given period only
HomeScore integer 32 Yes Yes No The total points scored by the home team in the given period only
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 this game
Season integer 32 No No Yes The WNBA season of the game
SeasonType integer 32 No No No The type of season that this record corresponds to (1=Regular Season; 2=Preseason; 3=Postseason; 4=Offseason; 5=AllStar; 6=Exhibition).
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 No The day that the game is scheduled to be played (US Eastern Time)
DateTime datetime Yes No No The date and time of the game (US Eastern Time)
AwayTeam string 10 No No No The abbreviation [Key] of the away team
HomeTeam string 10 No No No The abbreviation [Key] of the home team
AwayTeamID integer 32 No No Yes The unique ID of the away team
HomeTeamID integer 32 Yes No Yes The unique ID of the home team
StadiumID integer 32 Yes No Yes The unique ID of the stadium
AwayTeamScore integer 32 Yes No No Total number of points the away team scored in the game
HomeTeamScore integer 32 Yes No No Total number of points the home team scored in the game
Updated datetime Yes No No The timestamp of when this record was last updated (in US Eastern time)
GlobalGameID integer 32 No No No A globally unique ID for the game. This value is guaranteed to be unique across all sports/leagues.
GlobalAwayTeamID integer 32 No No No A globally unique ID for the away team. This value is guaranteed to be unique across all sports/leagues.
GlobalHomeTeamID integer 32 No No No A globally unique ID for the home team. This value is guaranteed to be unique across all sports/leagues.
IsClosed boolean No No No Indicates whether the game is over and the final score has been verified and closed out. Note: it is recommend for bet resulting to use IsClosed = True rather than simply Final game status
NeutralVenue boolean Yes No Yes Indicates whether this game is played in a neutral venue
DateTimeUTC datetime Yes No Yes The date and time of the game in UTC
Name Type Size Nullable Scrambled CSV Description
GameEndDateTime datetime Yes No No The date and time that the game ended (US Eastern Time)
SeriesInfo Series 32 Yes No Yes Contains relevant series data for playoff series only - HomeTeamWins, AwayTeamWins, GameNumber, and MaxLength
AwayTeamScore2 integer 32 Yes Yes No Total number of points the away team scored in the game
HomeTeamScore2 integer 32 Yes Yes No Total number of points the home team scored in the game
GameID integer 32 No No Yes The unique ID of this game
Season integer 32 No No Yes The WNBA season of the game
SeasonType integer 32 No No No The type of season that this record corresponds to (1=Regular Season; 2=Preseason; 3=Postseason; 4=Offseason; 5=AllStar; 6=Exhibition).
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 No The day that the game is scheduled to be played (US Eastern Time)
DateTime datetime Yes No No The date and time of the game (US Eastern Time)
AwayTeam string 10 No No No The abbreviation [Key] of the away team
HomeTeam string 10 No No No The abbreviation [Key] of the home team
AwayTeamID integer 32 No No Yes The unique ID of the away team
HomeTeamID integer 32 Yes No Yes The unique ID of the home team
StadiumID integer 32 Yes No Yes The unique ID of the stadium
AwayTeamScore integer 32 Yes No No Total number of points the away team scored in the game
HomeTeamScore integer 32 Yes No No Total number of points the home team scored in the game
Updated datetime Yes No No The timestamp of when this record was last updated in US Eastern time
GlobalGameID integer 32 No No No A globally unique ID for the game. This value is guaranteed to be unique across all sports/leagues.
GlobalAwayTeamID integer 32 No No No A globally unique ID for the away team. This value is guaranteed to be unique across all sports/leagues.
GlobalHomeTeamID integer 32 No No No A globally unique ID for the home team. This value is guaranteed to be unique across all sports/leagues.
IsClosed boolean No No No Indicates whether the game is over and the final score has been verified and closed out. Note: it is recommended for bet resulting to use IsClosed = True rather than Status = Final
NeutralVenue boolean Yes No Yes Indicates whether this game is played in a neutral venue
DateTimeUTC datetime Yes No Yes The date and time of the game in UTC
This table is used in the following endpoints:
Name Type Size Nullable Scrambled CSV Description
Year integer 32 No No No The WNBA season for which these totals apply
PreseasonStartDate date 32 No No No The start date of the preseason
RegularSeasonStartDate date Yes No Yes The start date of the regular season
PostSeasonStartDate date Yes No Yes The start date of the postseason
CurrentSeasonType string 10 Yes No No The type of season that this record corresponds to (1=Regular Season; 2=Preseason; 3=Postseason; 4=Offseason; 5=AllStar)
ApiSeason string 10 Yes No No The string to pass into subsequent API calls in the season parameter (e.g. 2025REG, 2025POST, etc.).
This table is used in the following endpoints:
Name Type Size Nullable Scrambled CSV Description
StadiumID integer 32 No No Yes The unique ID of the stadium
Active boolean No No No Whether or not this team is active. Note: Active = True & Inactive = False
Name string 50 No No Yes The full name of the stadium
City string 50 Yes No No The city in which the stadium is located
State string 10 Yes No No The state where the stadium is located (only US and Canadian stadiums will have values)
Country string 10 Yes No Yes The 2-digit country code where the stadium is located
This table is used in the following endpoints:
Name Type Size Nullable Scrambled CSV Description
TeamID integer 32 No No No The unique ID of the team
[Key] string 10 No No No A unique abbreviation of the team (e.g. LA; PHX; NY; etc.). Note: Due to being selected for uniqueness; these are not always matching broadcaster abbreviations. For that use case; use ShortDisplayName.
Active boolean No No No Whether or not this team is active. Note: Active = True & Inactive = False
City string 50 Yes No No The city in which the team is located in (e.g. Los Angeles, Phoenix, New York, etc.)
Name string 50 Yes No Yes The mascot of the team (e.g. Sparks, Suns, Dream, etc.)
Conference string 20 Yes No No The conference of a given team (possible values: Eastern; Western)
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)
GlobalTeamID integer 32 No No No A globally unique ID for the team. This value is guaranteed to be unique across all sports/leagues.
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
SeasonType integer 32 Yes No No The type of season that this record corresponds to. (1=Regular Season; 2=Preseason; 3=Postseason; 4=Offseason; 5=AllStar; 6=Exhibition).
Season integer 32 Yes No No The WNBA season of the game
Name string 50 Yes No No The mascot of the team (e.g. Sparks; Suns; Dream; etc.)
Team string 10 Yes No No The abbreviation [Key] of the team
Wins integer 32 Yes No No The total number of wins by the team in the game. Note: this field will be zero or one for single game feeds
Losses integer 32 Yes No Yes Total number of team losses
GlobalTeamID integer 32 Yes No No A globally unique ID for this team. This value is guaranteed to be unique across all sports/leagues.
GameID
from 2025
integer 32 Yes No No The unique ID of this game
Day
from 2025
date Yes No No The day that the game is scheduled to be played (in US Eastern Time)
DateTime
from 2025
datetime Yes No No The date and time of the game (in US Eastern Time)
HomeOrAway
from 2025
string 4 Yes No No Whether the team is home or away
IsGameOver
from 2025
boolean No No No Whether the game is over (true/false)
GlobalGameID
from 2025
integer 32 Yes No No A globally unique ID for the game. This value is guaranteed to be unique across all sports/leagues.
Updated datetime Yes No Yes The timestamp of when this record was last updated (in US Eastern time)
Games integer 32 Yes No Yes The number of games played by the team. Note: this field will be one or zero for single game feeds
Minutes integer 32 Yes Yes Yes Total number of minutes played by the team in the game
Seconds integer 32 Yes Yes Yes Total number of seconds played by the team in the game
FieldGoalsMade decimal 32 Yes Yes Yes Total number of field goals made by the team in the game
FieldGoalsAttempted decimal 32 Yes Yes No Total number of field goals attempted by the team in the game
FieldGoalsPercentage decimal 32 Yes Yes Yes Total field goals percentage (FG%) by the team in the game
EffectiveFieldGoalsPercentage decimal 32 Yes Yes Yes "The team's effective field goal percentage (eFG%) for the game Click here for the formula"
TwoPointersMade decimal 32 Yes Yes Yes Total two-pointers made by the team in the game
TwoPointersAttempted decimal 32 Yes Yes Yes Total two-pointers attempted by the team in the game
TwoPointersPercentage decimal 32 Yes Yes Yes Total two-pointer percentage (2P%) by the team in the game
ThreePointersMade decimal 32 Yes Yes Yes Total three pointers made by the team in the game
ThreePointersAttempted decimal 32 Yes Yes Yes Total three pointers attempted by the team in the game
ThreePointersPercentage decimal 32 Yes Yes Yes Total three pointers percentage (3P%) by the team in the game
FreeThrowsMade decimal 32 Yes Yes Yes Total number of free throws made by the team in the game
FreeThrowsAttempted decimal 32 Yes Yes Yes Total number of free throws attempted by the team in the game
FreeThrowsPercentage decimal 32 Yes No Yes Total free throw percentage (FT%) by the team in the game
OffensiveRebounds decimal 32 Yes Yes Yes Total offensive rebounds by the team in the game
DefensiveRebounds decimal 32 Yes Yes Yes Total defensive rebounds by the team in the game
Rebounds decimal 32 Yes Yes Yes Total rebounds by the team in the game
Assists decimal 32 Yes Yes Yes Total assists by the team in the game
Steals decimal 32 Yes Yes Yes Total steals by the team in the game
BlockedShots decimal 32 Yes Yes Yes Total blocked shots by the team in the game
Turnovers decimal 32 Yes Yes Yes Total turnovers by the team in the game
PersonalFouls decimal 32 Yes Yes Yes Total personal fouls by the team in the game
Points decimal 32 Yes Yes Yes Total points scored by the team in the game
TrueShootingAttempts decimal 32 Yes Yes Yes The team's true shooting attempts (TSA) in the game. Formula = FGA + 0.44 * FTA.
TrueShootingPercentage decimal 32 Yes Yes Yes The team's true shooting attempts (TS%) in the game. Click here for the formula
PlusMinus decimal 32 Yes Yes Yes Total plus minus by the team in the game
DoubleDoubles decimal 32 Yes Yes Yes Total double-doubles by the team in the game
TripleDoubles decimal 32 Yes Yes Yes Total triple-doubles scored by the team in the game
This table is used in the following endpoints:
Name Type Size Nullable Scrambled CSV Description
StatID
from 2025
integer 32 No No No The unique ID of the stat
TeamID
from 2025
integer 32 Yes No No The unique ID of the team
SeasonType
from 2025
integer 32 Yes No No The type of season that this record corresponds to (1=Regular Season; 2=Preseason; 3=Postseason; 4=Offseason; 5=AllStar; 6=Exhibition).
Season
from 2025
integer 32 Yes No No The WNBA season for which these totals apply
Name
from 2025
string 50 Yes No No The mascot of the team (e.g. Sparks; Suns; Dream; etc.)
Team
from 2025
string 10 Yes No No The abbreviation [Key] of the team
Wins
from 2025
integer 32 Yes No No The total number of wins by the team in the season
Losses
from 2025
integer 32 Yes No No Total number of team losses
GlobalTeamID
from 2025
integer 32 Yes No No A globally unique ID for the team. This value is guaranteed to be unique across all sports/leagues.
Updated datetime Yes No Yes The timestamp of when this record was last updated (in US Eastern time)
Games integer 32 Yes No Yes The total number of games played by the team in the season
Minutes integer 32 Yes Yes Yes Total number of minutes played by the team in the season
Seconds integer 32 Yes Yes Yes Total number of seconds played by the team in the season
FieldGoalsMade decimal 32 Yes Yes Yes Total number of field goals made by the team in the season
FieldGoalsAttempted decimal 32 Yes Yes No Total number of field goals attempted by the team in the season
FieldGoalsPercentage decimal 32 Yes Yes Yes Total field goals percentage (FG%) by the team in the season
EffectiveFieldGoalsPercentage decimal 32 Yes Yes Yes The team's effective field goal percentage (eFG%) for the season. Click here for the formula.
TwoPointersMade decimal 32 Yes Yes Yes Total two-pointers made by the team in the season
TwoPointersAttempted decimal 32 Yes Yes Yes Total two-pointers attempted by the team in the season
TwoPointersPercentage decimal 32 Yes Yes Yes Total two-pointer percentage (2P%) by the team in the season
ThreePointersMade decimal 32 Yes Yes Yes Total three pointers made by the team in the season
ThreePointersAttempted decimal 32 Yes Yes Yes Total three pointers attempted by the team in the season
ThreePointersPercentage decimal 32 Yes Yes Yes Total three pointers percentage (3P%) by the team in the season
FreeThrowsMade decimal 32 Yes Yes Yes Total number of free throws made by the team in the season
FreeThrowsAttempted decimal 32 Yes Yes Yes Total number of free throws attempted by the team in the season
FreeThrowsPercentage decimal 32 Yes No Yes Total free throw percentage (FT%) by the team in the season
OffensiveRebounds decimal 32 Yes Yes Yes Total offensive rebounds by the team in the season
DefensiveRebounds decimal 32 Yes Yes Yes Total defensive rebounds by the team in the season
Rebounds decimal 32 Yes Yes Yes Total rebounds by the team in the season
Assists decimal 32 Yes Yes Yes Total assists by the team in the season
Steals decimal 32 Yes Yes Yes Total steals by the team in the season
BlockedShots decimal 32 Yes Yes Yes Total blocked shots by the team in the season
Turnovers decimal 32 Yes Yes Yes Total turnovers by the team in the season
PersonalFouls decimal 32 Yes Yes Yes Total personal fouls by the team in the season
Points decimal 32 Yes Yes Yes Total points scored by the team in the season
TrueShootingAttempts decimal 32 Yes Yes Yes The team's true shooting attempts (TSA) in the season. Formula = FGA + 0.44 * FTA.
TrueShootingPercentage decimal 32 Yes Yes Yes The team's true shooting attempts (TS%) in the season. Click here for the formula.
PlusMinus decimal 32 Yes Yes Yes Total plus minus by the team in the season
DoubleDoubles decimal 32 Yes Yes Yes Total double-doubles by the team in the season
TripleDoubles decimal 32 Yes Yes Yes Total triple-doubles scored by the team in the season
Contact Us