SportsDataIO wins Best Data Product at the 2022 SBC Awards Learn More
Winner 2022 Best Data Product! Learn More

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.

Download CSV
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 Yes The type of season that this record corresponds to (1=Regular Season, 2=Preseason, 3=Playoffs).
Status string 20 Yes No Yes Indicates the game's status. Possible values include: Scheduled, InProgress, Final, F/OT, Suspended, Postponed, Canceled
Day date Yes No Yes The date of the game
DateTime datetime Yes No Yes The date and time of the game
AwayTeam string 10 No No Yes The abbreviation of the Away Team
HomeTeam string 10 No No Yes The abbreviation 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 Yes Number of points the away scored in this game
HomeTeamScore integer 32 Yes Yes Yes Number of points the home scored in this game
Updated datetime Yes No Yes The timestamp of when the record was last updated (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 this 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.
This table is used in the following endpoints:
Name Type Size Nullable Scrambled CSV Description
QuarterID integer 32 No No Yes Unique identifier for each Quarter.
GameID integer 32 No No Yes The unique ID for 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 Yes The total points scored by the away team in this Quarter.
HomeScore integer 32 Yes Yes Yes The total points scored by the home team in this Quarter.
This table is used in the following endpoints:
WNBA v3 Scores
Current Season
Name Type Size Nullable Scrambled CSV Description
Year integer 32 No No Yes The WNBA regular season for which these totals apply
PreseasonStartDate date 32 No No Yes The year in which the season started
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 Yes 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 Yes The string to pass into subsequent API calls in the season parameter
This table is used in the following endpoints:
WNBA v3 Scores
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
City string 50 Yes No Yes The city where the stadium is located
State string 10 Yes No Yes The US state where the stadium is located (if Stadium is outside US, this value is NULL)
Country string 10 Yes No Yes The 2-digit country code where the stadium is located
This table is used in the following endpoints:
WNBA v3 Scores
Teams
Name Type Size Nullable Scrambled CSV Description
TeamID integer 32 No No Yes The auto-generated unique ID of the Team
[Key] string 10 No No Yes Abbreviation of the team (e.g. LA, PHX, NY etc.)
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, 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 Yes The conference of the 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 this team. This value is guaranteed to be unique across all sports/leagues.