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.
Choose League:
- {{ category.Name }}
-
{{ note }}
Free
Driver
This table is used in the following endpoints:
Name | Type | Size | Nullable | Scrambled | CSV | Description |
---|---|---|---|---|---|---|
DriverID | integer | 32 | No | No | Yes | The unique ID of this driver (assigned by FantasyData) |
FirstName | string | 50 | No | No | Yes | The driver's first name |
LastName | string | 50 | No | No | Yes | The driver's last name |
Number | integer | 32 | Yes | No | Yes | The driver's car number |
NumberDisplay | string | 10 | Yes | No | Yes | The driver's car number for display purposes (with leading zeros when necessary) |
Team | string | 100 | Yes | No | Yes | The driver's team name |
BirthDate | date | Yes | No | Yes | The driver's birth date | |
BirthPlace | string | 100 | Yes | No | Yes | The driver's birth place |
Gender | string | 10 | Yes | No | Yes | The driver's gender |
Height | integer | 32 | Yes | No | Yes | The driver's height |
Weight | integer | 32 | Yes | No | Yes | The driver's weight |
Manufacturer | string | 50 | Yes | No | Yes | The manufacturer of the driver's car |
Engine | string | 50 | Yes | No | Yes | The engine type of the driver's car |
Chassis | string | 50 | Yes | No | Yes | The chassis of the driver's car |
Sponsors | string | 100 | Yes | No | Yes | The names of the sponsor(s) of the driver |
CrewChief | string | 50 | Yes | No | Yes | The name of the crew chief for the driver |
PhotoUrl | string | 250 | Yes | No | Yes | The photo URL of the driver |
Updated | datetime | Yes | No | Yes | The date/time when this driver was last updated | |
Created | datetime | Yes | No | Yes | The date/time when this driver was created |
Series
This table is used in the following endpoints:
NASCAR v2
Series
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 |
Tier 1: Scores
Race
This table is used in the following endpoints:
NASCAR v2
Races / Schedule
Name | Type | Size | Nullable | Scrambled | CSV | Description |
---|---|---|---|---|---|---|
RaceID | integer | 32 | No | No | Yes | The unique ID of this race |
SeriesID | integer | 32 | No | No | Yes | The unique ID of the series that this race is associated with |
SeriesName | string | 50 | No | No | Yes | The name of the series that this race is associated with |
Season | integer | 32 | No | No | Yes | The season that this race is associated with |
Name | string | 100 | No | No | Yes | The name of this race |
Day | date | No | No | Yes | The day of this race | |
DateTime | datetime | Yes | No | Yes | The date/time of this race | |
Track | string | 100 | Yes | No | Yes | The name of the track for this race |
Broadcast | string | 50 | Yes | No | Yes | The station broadcasting this race |
WinnerID | integer | 32 | Yes | No | Yes | The unique ID of the driver who won this race |
PoleWinnerID | integer | 32 | Yes | No | Yes | The unique ID of the driver who won the qualifying pole |
IsInProgress | boolean | No | No | Yes | Indicates whether this race is currently in progress | |
IsOver | boolean | No | No | Yes | Indicates whether this race is over | |
Updated | datetime | Yes | No | Yes | The date/time when this race was last updated | |
Created | datetime | Yes | No | Yes | The date/time when this race was created | |
RescheduledDay | date | No | No | Yes | The day that this is race is rescheduled for (if race was postponed) | |
RescheduledDateTime | datetime | Yes | No | Yes | The date/time that this is race is rescheduled for (if race was postponed) | |
Canceled | boolean | No | No | Yes | Indicates whether this race has been canceled |
Tier 2: Player Stats
DriverRace
This table is used in the following endpoints:
NASCAR v2
Race Results
Name | Type | Size | Nullable | Scrambled | CSV | Description |
---|---|---|---|---|---|---|
StatID | integer | 32 | No | No | Yes | The unique ID of this stat record |
DriverID | integer | 32 | No | No | Yes | The unique ID of this driver |
Season | integer | 32 | No | No | Yes | The season that this race is associated with |
Name | string | 50 | Yes | No | Yes | The driver's name |
Number | integer | 32 | Yes | No | Yes | The driver's car number |
NumberDisplay | string | 10 | Yes | No | Yes | The driver's car number for display purposes (with leading zeros when necessary) |
Manufacturer | string | 50 | Yes | No | Yes | The manufacturer of the driver's car |
DraftKingsSalary | integer | 32 | Yes | Yes | Yes | The DraftKings salary of the driver for this race |
RaceID | integer | 32 | Yes | No | Yes | The unique ID of this race |
Day | date | No | No | Yes | The day of this race | |
DateTime | datetime | Yes | No | Yes | The date/time of this race | |
Updated | datetime | Yes | No | Yes | The date/time when this record was last updated | |
Created | datetime | Yes | No | Yes | The date/time when this record was created | |
FantasyPoints | decimal | 32 | Yes | Yes | Yes | The fantasy points scored by this driver |
FantasyPointsDraftKings | decimal | 32 | Yes | Yes | Yes | The fantasy points scored by this driver, according to the DraftKings scoring system |
QualifyingSpeed | decimal | 32 | Yes | Yes | Yes | The speed of this driver's car during the qualifying race |
PoleFinalPosition | decimal | 32 | Yes | Yes | Yes | The final position this driver finished in the qualifying race (pole) |
StartPosition | decimal | 32 | Yes | Yes | Yes | The driver's starting position for the race (typically the same as the PoleFinalPosition) |
FinalPosition | decimal | 32 | Yes | Yes | Yes | The driver's final position for the race |
PositionDifferential | decimal | 32 | Yes | Yes | Yes | The driver's differential between the final position and the starting position |
Laps | decimal | 32 | Yes | Yes | Yes | The total number of laps completed by the driver |
LapsLed | decimal | 32 | Yes | Yes | Yes | The total number of laps that this driver finished in first place |
FastestLaps | decimal | 32 | Yes | Yes | Yes | The total number of laps that this driver finished fastest |
Points | decimal | 32 | Yes | Yes | Yes | The total points scored by this driver |
Bonus | decimal | 32 | Yes | Yes | Yes | The total bonus points scored by this driver |
Penalty | decimal | 32 | Yes | Yes | Yes | The total penalty points applied to this driver |
Wins | decimal | 32 | Yes | Yes | Yes | Indicates whether this driver won the race |
Poles | decimal | 32 | Yes | Yes | Yes | Indicates whether this driver won the qualifying race (pole) |
Race
This table is used in the following endpoints:
NASCAR v2
Race Results
Name | Type | Size | Nullable | Scrambled | CSV | Description |
---|---|---|---|---|---|---|
RaceID | integer | 32 | No | No | Yes | The unique ID of this race |
SeriesID | integer | 32 | No | No | Yes | The unique ID of the series that this race is associated with |
SeriesName | string | 50 | No | No | Yes | The name of the series that this race is associated with |
Season | integer | 32 | No | No | Yes | The season that this race is associated with |
Name | string | 100 | No | No | Yes | The name of this race |
Day | date | No | No | Yes | The day of this race | |
DateTime | datetime | Yes | No | Yes | The date/time of this race | |
Track | string | 100 | Yes | No | Yes | The name of the track for this race |
Broadcast | string | 50 | Yes | No | Yes | The station broadcasting this race |
WinnerID | integer | 32 | Yes | No | Yes | The unique ID of the driver who won this race |
PoleWinnerID | integer | 32 | Yes | No | Yes | The unique ID of the driver who won the qualifying pole |
IsInProgress | boolean | No | No | Yes | Indicates whether this race is currently in progress | |
IsOver | boolean | No | No | Yes | Indicates whether this race is over | |
Updated | datetime | Yes | No | Yes | The date/time when this race was last updated | |
Created | datetime | Yes | No | Yes | The date/time when this race was created | |
RescheduledDay | date | No | No | Yes | The day that this is race is rescheduled for (if race was postponed) | |
RescheduledDateTime | datetime | Yes | No | Yes | The date/time that this is race is rescheduled for (if race was postponed) | |
Canceled | boolean | No | No | Yes | Indicates whether this race has been canceled |
RaceResult
This table is used in the following endpoints:
NASCAR v2
Race Results
Name | Type | Size | Nullable | Scrambled | CSV | Description |
---|---|---|---|---|---|---|
Race | Race | Yes | No | Yes | The details of the race | |
DriverRaces | DriverRace[] | Yes | No | Yes | The details of the drivers in this race |
Fantasy
DriverRaceProjection
This table is used in the following endpoints:
NASCAR v2
Driver Race Projections (Entry List)
Name | Type | Size | Nullable | Scrambled | CSV | Description |
---|---|---|---|---|---|---|
StatID | integer | 32 | No | No | Yes | The unique ID of this stat record |
DriverID | integer | 32 | No | No | Yes | The unique ID of this driver |
Season | integer | 32 | No | No | Yes | The season that this race is associated with |
Name | string | 50 | Yes | No | Yes | The driver's name |
Number | integer | 32 | Yes | No | Yes | The driver's car number |
NumberDisplay | string | 10 | Yes | No | Yes | The driver's car number for display purposes (with leading zeros when necessary) |
Manufacturer | string | 50 | Yes | No | Yes | The manufacturer of the driver's car |
DraftKingsSalary | integer | 32 | Yes | Yes | Yes | The DraftKings salary of the driver for this race |
RaceID | integer | 32 | Yes | No | Yes | The unique ID of this race |
Day | date | No | No | Yes | The day of this race | |
DateTime | datetime | Yes | No | Yes | The date/time of this race | |
Updated | datetime | Yes | No | Yes | The date/time when this record was last updated | |
Created | datetime | Yes | No | Yes | The date/time when this record was created | |
FantasyPoints | decimal | 32 | Yes | Yes | Yes | The fantasy points scored by this driver |
FantasyPointsDraftKings | decimal | 32 | Yes | Yes | Yes | The fantasy points scored by this driver, according to the DraftKings scoring system |
QualifyingSpeed | decimal | 32 | Yes | Yes | Yes | The speed of this driver's car during the qualifying race |
PoleFinalPosition | decimal | 32 | Yes | Yes | Yes | The final position this driver finished in the qualifying race (pole) |
StartPosition | decimal | 32 | Yes | Yes | Yes | The driver's starting position for the race (typically the same as the PoleFinalPosition) |
FinalPosition | decimal | 32 | Yes | Yes | Yes | The driver's final position for the race |
PositionDifferential | decimal | 32 | Yes | Yes | Yes | The driver's differential between the final position and the starting position |
Laps | decimal | 32 | Yes | Yes | Yes | The total number of laps completed by the driver |
LapsLed | decimal | 32 | Yes | Yes | Yes | The total number of laps that this driver finished in first place |
FastestLaps | decimal | 32 | Yes | Yes | Yes | The total number of laps that this driver finished fastest |
Points | decimal | 32 | Yes | Yes | Yes | The total points scored by this driver |
Bonus | decimal | 32 | Yes | Yes | Yes | The total bonus points scored by this driver |
Penalty | decimal | 32 | Yes | Yes | Yes | The total penalty points applied to this driver |
Wins | decimal | 32 | Yes | Yes | Yes | Indicates whether this driver won the race |
Poles | decimal | 32 | Yes | Yes | Yes | Indicates whether this driver won the qualifying race (pole) |
Odds
RaceOdds
This table is used in the following endpoints:
Name | Type | Size | Nullable | Scrambled | CSV | Description |
---|---|---|---|---|---|---|
RaceID
from 2020 |
integer | 32 | No | No | Yes | The unique ID of this race |
SeriesID
from 2020 |
integer | 32 | No | No | Yes | The unique ID of the series that this race is associated with |
SeriesName
from 2020 |
string | 50 | No | No | Yes | The name of the series that this race is associated with |
Season
from 2020 |
integer | 5 | No | No | Yes | The season that this race is associated with |
Name
from 2020 |
string | 50 | Yes | No | Yes | The name of this race |
Day
from 2020 |
datetime | Yes | No | Yes | The day of this race | |
DateTime
from 2020 |
datetime | Yes | No | Yes | The date/time of this race | |
Track
from 2020 |
string | 50 | Yes | No | Yes | The name of the track for this race |
IsInProgress
from 2020 |
bool | Yes | No | Yes | Indicates whether this race is currently in progress | |
IsOver
from 2020 |
bool | Yes | No | Yes | Indicates whether this race is over | |
PreGameOdds
from 2020 |
DriverRaceOdd[] | Yes | No | Yes | List of the odds leading up to the start of the race |