NCAAFB Game Roster provides complete game roster information for each team, including game status and player profile data.
Update FrequencyTTL / Cache: This endpoint will update to a 2s TTL (time to live) upon a game moving to inprogress. Upon closed, it will transfer to 120s.
Data Updates: Realtime
Data Points
Boxscore:
Attribute | Parent Element | Type | Description |
---|---|---|---|
attendance | game | Integer | Attendance of a game ex. 73242 |
remaining_challenges | away | Integer | Away team challenges remaining |
used_challenges | away | Integer | Away team challenges used |
clock | game | String | Clock value of the game ex. 12:37 |
remaining_challenges | home | Integer | Home team challenges remaining |
used_challenges | home | Integer | Home team challenges used |
quarter | game | Integer | Quarter number of the game |
Game:
Attribute | Parent Element | Type | Description |
---|---|---|---|
|
| String | Away team alias |
|
| GUID | Unique ID of the away team |
|
| String | Away team market name |
|
| String | Away team name |
|
| String | Number of a game's broadcast cable station |
|
| String | Name of a game's internet stream |
|
| String | Name of a game's broadcast network |
|
| String | Name of a game's radio station |
|
| String | Name of a game's broadcast satellite station |
|
| Boolean | Signifies an in-Conference matchup |
|
| String | Coverage level of a game |
|
| String | Duration of a game |
|
| String | Type of data entry for the game |
|
| Integer | The time in seconds a game is expected to be behind real-time play on the field, with possible values of 2, 10, 25, and 50. For example, a value of |
|
| String | Type of game |
|
| String | Home team alias |
|
| GUID | Unique ID of the home team |
|
| String | Home team market name |
|
| String | Home team name |
|
| GUID | Unique ID of a game |
|
| Boolean | Signifies a game is held at a neutral site |
|
| String | Name of a playoff game type |
|
| GUID | Standard parent ID of a game. Use this ID to group events (like bowl games) across seasons. |
|
| Date/Time | Scheduled date and time of a game |
|
| String | Unique Sportradar ID of a game |
|
| String | Game status |
|
| String | Game title |
|
| String | Time zone of the away team |
|
| String | Time zone of the home team |
|
| String | Time zone of the venue |
|
| String | Weather condition for a game |
|
| Byte | Humidity conditions for a game |
|
| Byte | Temperature of a game in Fahrenheit |
|
| String | Wind direction for a game |
|
| Byte | Wind speed for a game in MPH |
League:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | season | GUID | Unique season ID ex. ff53e5e4-10ef-4842-a0b7-b489956fa07e |
name | season | String | Name of the seasonREG |
type | season | String | Type of the seasonREG |
year | season | Integer | Year of the season |
id | week | GUID | Unique week ID ex. c5b272b0-388f-496d-ab6f-0a341b0a116b |
sequence | week | Integer | Week sequence number |
title | week | String | Week title ex. 10 |
Player:
Attribute | Parent Element | Type | Description |
---|---|---|---|
|
| String | Abbreviated name of a player |
|
| String | Birthplace of a player |
|
| String | Eligibility status of a player |
|
| String | First name of a player |
|
| Integer | Height in inches |
|
| GUID | Unique ID of a player |
|
| String | In-game status of a player updated in real-time |
|
| Integer | Jersey number of a player |
|
| String | Last name of a player |
|
| String | Full name of a player |
|
| String | Suffix of a player |
|
| String | Position of a player |
|
| String | Game status of a player |
|
| Decimal | Weight in lbs |
Coaches:
Attribute | Parent Element | Type | Description |
---|---|---|---|
first_name | home /away - coach | String | First name of a coach ex. Kirby |
full_name | home /away - coach | String | Full name of a coach ex. Kirby Smart |
id | home /away - coach | GUID | Unique ID of a coach ex. 9c34ca07-cd05-48dc-ba4e-45b9df6078eb |
last_name | home /away - coach | String | Last name of a coach ex. Smart |
name_suffix | home /away - coach | String | Suffix of a coach ex. Jr. |
position | home /away - coach | String | Type of coach ex. Head Coach or Offensive Coordinator |
Standings:
Team win-loss-tie data is added after a game moves to
complete
status. It is not present prior to or during a game.
Attribute | Parent Element | Type | Description |
---|---|---|---|
losses | record | Integer | Number of team losses year-to-date after a game |
ties | record | Integer | Number of team ties year-to-date after a game |
wins | record | Integer | Number of team wins year-to-date after a game |
Team:
Attribute | Parent Element | Type | Description |
---|---|---|---|
alias | home /away | String | Team alias ex. IOW (University of Iowa) |
id | home /away | GUID | Unique ID of a team ex. a2ee495d-37c7-45ac-ac3d-d3a492a219c1 |
market | home /away | String | Team market name ex. Iowa |
name | home /away | String | Team name ex. Hawkeyes |
Venue:
Attribute | Parent Element | Type | Description |
---|---|---|---|
address | venue | String | Address of a venue ex. 886 Stadium Drive |
capacity | venue | Integer | Capacity of a venue ex. 69250 |
city | venue | String | City of a venue ex. Iowa City |
country | venue | String | Country of a venue ex. USA |
id | venue | GUID | Unique ID of a venue ex. 967ef86b-d0de-49b7-8984-61f95104d30d |
lat | venue - location | Decimal | Latitude of a venue ex. 41.6587 |
lng | venue - location | Decimal | Longitude of a venue ex. -91.5511 |
name | venue | String | Name of a venue ex. Kinnick Stadium |
roof_type | venue | String | Roof type of a venueoutdoor , dome , retractable_dome |
state | venue | String | State of a venue ex. IA |
surface | venue | String | Surface type of a venueturf , artificial , outdoor |
zip | venue | Integer | ZIP code of a venue ex. 52242 |