get https://api.sportradar.com/usfl//v7//games//pbp.
USFL Play-by-Play provides a live play-by-play timeline, including possession and location information as well as all team and player statistics earned on each play.
Update Frequency
TTL / 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 |
decision | away | String | Away team coin toss decisionkick , receive , defer |
direction | away | String | Away team coin toss direction chosen |
outcome | away | String | Away team coin toss outcomewon , lost |
points | away | Integer | Away team points in a quarter |
remaining_challenges | away | Integer | Away team challenges remaining |
remaining_timeouts | away | Integer | Away team timeouts remaining |
used_challenges | away | Integer | Away team challenges used |
used_timeouts | away | Integer | Away team timeouts used |
points | away | Integer | Away team total points |
clock | game | String | Clock value of the game |
quarter | coin_toss | String | Coin toss within a period. A coin toss will occur at the start of the game, half (period 3), and overtime |
decision | home | String | Home team coin toss decisionkick , receive , defer |
direction | home | String | Home team coin toss direction chosen |
outcome | home | String | Home team coin toss outcomewon , lost |
points | home | Integer | Home team points in a quarter |
remaining_challenges | home | Integer | Home team challenges remaining |
remaining_timeouts | home | Integer | Home team timeouts remaining |
used_challenges | home | Integer | Home team challenges used |
used_timeouts | home | Integer | Home team timeouts used |
points | home | Integer | Home team total points |
id | overtime | GUID | Overtime unique ID |
number | overtime | Integer | Overtime number |
sequence | overtime | Integer | Period sequence number (The first overtime sequence would be 5 ) |
quarter | game | Integer | Quarter number of a game |
id | quarter | GUID | Quarter unique ID |
number | quarter | Integer | Quarter number |
sequence | quarter | Integer | Period sequence number |
Game:
Attribute | Parent Element | Type | Description |
---|---|---|---|
alias | away | String | Away team alias ex. NO (New Orleans) |
id | away | GUID | Unique ID of the away team ex. 51da96b0-9676-11ec-9ad0-d3ebe46bbb12 |
market | away | String | Away team market name ex. New Orleans |
name | away | String | Away team name ex. Breakers |
sr_id | away | String | Unique Sportradar ID of the away team ex. sr:competitor:882413 |
conference_game | game | Boolean | Signifies an in-Conference matchup |
duration | game | String | Duration of the game ex. 2:52 |
entry_mode | game | String | Type of data entry for the gameLDE (Live Data Entry) |
alias | home | String | Home team alias ex. PIT |
id | home | GUID | Unique ID of the home team ex. c8797380-9677-11ec-9193-6b32ce92fd29 |
market | home | String | Home team market name ex. Pittsburgh |
name | home | String | Home team name ex. Maulers |
sr_id | home | String | Unique Sportradar ID of the home team ex. sr:competitor:882423 |
id | game | GUID | Unique ID of a game ex. 03aa477c-de6a-4d7a-90f4-97eed05f2e89 |
scheduled | game | Date/Time | Scheduled date and time of a game ex. 2022-09-25T20:10:00+00:00 |
sr_id | game | String | Unique Sportradar ID of a game ex. sr:match:33623305 |
status | game | String | Game status scheduled , created , inprogress , halftime , complete , closed , cancelled , delayed , suspended , postponed , time-tbd See our USFL FAQ for game status descriptions |
condition | weather | String | Weather conditions for a game ex. Partly cloudy |
humidity | weather | Byte | Humid |
ty conditions for a game ex. 44 | |||
temp | weather | Byte | Temperature of a game in Fahrenheit ex. 57 |
direction | wind | String | Wind direction for a game ex. N |
speed | wind | Byte | Wind speed for a game in MPH |
League:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | season | GUID | Unique season ID ex. 234f28d6-b9d7-4881-a890-30b451c13aec |
name | season | String | Name of the seasonPRE , REG , PST |
type | season | String | Type of the seasonPRE , REG , PST |
year | season | Integer | Year of the season |
id | week | GUID | Unique week ID ex. eb5f5b92-6a4e-42a7-b590-3f0ce7cc4736 |
sequence | week | Integer | Week sequence number |
title | week | String | Week title |
Play-by-Play Details:
Attribute | Parent Element | Type | Description |
---|---|---|---|
category | detail | String | Play detail category ex. kick_off ,'kick_off_return','tackle' |
description | - | String | Text description of a play ex. M.Bethel-Thompson pass short right complete to PIT 42. Catch made by A.Jones at PIT 42. Gain of 3 yards. Tackled by K.Gipson, R.Foster at PIT 39. |
direction | detail | String | Direction of action for a play Rush: short left , short right , short middle , deep right , deep left , deep middle , left , right , middle Pass: backward pass , handoff , lateral , reverse , left tackle , left guard , up the middle , right guard , right tackle , right end , left end , kneels |
alias | end_location | String | Team alias of the location of the ball at the conclusion of a play ex. PIT (Pittsburgh) |
yardline | end_location | Integer | Yardline location of the ball at the conclusion of a play ex. 45 |
first_touch | detail | String | Indicates the yard line where the ball was first touched, after a fumble, but before the ball was recovered Will not appear for games with entry_mode="LDE" |
no_attempt | detail | String | Indicates a player should receive a statistical attempt for a play. Generally used on laterals Will not appear for games with entry_mode="LDE" |
onside | detail | String | Indicates an onside kick |
description | penalty | String | Text description of a penalty ex. Unsportsmanlike Conduct / Defense |
no_play | penalty | String | Signifies a nullified play due to a penalty |
result | penalty | String | Result of a penaltyaccepted , declined , offset |
safety | penalty | Boolean | Indicates a play ending in a safety |
yards | penalty | Integer | Number of yards penalized on the play |
reason_missed | detail | String | Type of missed field goal attemptBlocked , Hit Crossbar , Hit Left Upright , Hit Right Upright , Short , Wide Left , Wide Right Will not appear for games with entry_mode="LDE" |
result | detail | String | Result of the play |
sack_split | detail | String | Signifies a sack was split between two defendersWill not appear for games with entry_mode="LDE" |
sequence | detail | Integer | Sequence number of the play detail |
alias | start_location | String | Team alias of the location of the ball at the beginning of a play ex. PIT (Pittsburgh) |
yardline | start_location | Integer | Yardline location of the ball at the beginning of a play ex. 45 |
yards | detail | Integer | Yards gained or lost on the play |
Play-by-Play Drive:
Attribute | Parent Element | Type | Description |
---|---|---|---|
created_at | drive | Date/Time | Timestamp of the start of a drive ex. 2023-04-17T00:19:40+00:00 |
duration | drive | String | Duration of a drive in MM:SS formatex. 5:43 |
end_clock | drive | String | Game clock value at the end of a drive ex. 9:56 |
end_reason | drive | String | End result of a drive ex. Touchdown See our FAQ for a list of valid end reasons and their definitions |
first_downs | drive | Integer | Number of first downs in a drive |
first_drive_yardline | drive | Integer | Starting yardline of the first play of a drive (1-99 scale) |
gain | drive | Integer | Number of yards gained in a drive |
id | drive | GUID | Unique ID of a drive ex. 1d491536-8263-4f48-9368-0d2e831f6840 |
inside_20 | drive | Boolean | Signifies a drive which ends inside the opponent's 20 yardline |
last_drive_yardline | drive | Integer | Starting yardline of the last play of a drive (1-99 scale) |
net_yards | drive | Integer | Net yards for the offensive team on a drive (Yards gained minus penalty yards) |
pat_points_attempted | drive | Integer | Number of point after touchdown attempts on a drive |
pat_successful | drive | Boolean | Signifies a successful point after touchdown on a drive |
penalty_yards | drive | Integer | Number of penalty yards on a drive |
play_count | drive | Integer | Number of plays in a drive |
scoring_drive | drive | Boolean | Signifies a drive which ends in a score |
sequence | drive | Integer | Sequential number of the drive within a game |
start_clock | drive | String | Game clock value at the start of a drive ex. 4:32 |
start_reason | drive | String | Start reason of a drive ex. Field Goal See our FAQ for a list of valid start reasons and their definitions |
team_sequence | drive | Integer | Sequential number of the drive for the offensive team |
updated_at | drive | Date/Time | Timestamp of the last update of a drive |
id | drive - defensive_team | GUID | Unique ID of the defensive team for a drive ex. 1d491536-8263-4f48-9368-0d2e831f6840 |
points | drive - defensive_team | Integer | Number of points scored for the defensive team for a drive |
id | drive - offensive_team | GUID | Unique ID of the offensive team for a drive ex. 1d491536-8263-4f48-9368-0d2e831f6840 |
points | drive - offensive_team | Integer | Number of points scored for the offensive team for a drive |
Play-by-Play Ending Situation:
Attribute | Parent Element | Type | Description |
---|---|---|---|
clock | end_situation | String | Game clock value at the end of a play |
down | end_situation | Integer | Down at the end of a play |
alias | location | String | Team alias of the location of the ball at the end of a play ex. PIT (Pittsburgh) |
id | location | GUID | Unique team ID of the team with possession at the end of a play |
market | location | String | Team market name ex. Pittsburgh |
name | location | String | Team name ex. Maulers |
sr_id | location | GUID | Unique ID of a team ex. sr:competitor:882423 |
yardline | location | Integer | Yardline of the ball at the end of a play |
alias | possession | String | Team alias of the possession of the ball at the end of a play ex. PIT (Pittsburgh) |
id | possession | GUID | Unique team ID of the team with possession at the end of a play |
market | possession | String | Team market name ex. Pittsburgh |
name | possession | String | Team name ex. Maulers |
sr_id | possession | GUID | Unique ID of a team ex. sr:competitor:882423 |
yfd | end_situation | Integer | Yards to gain a first down at the end of a play |
Play-by-Play Event:
Attribute | Parent Element | Type | Description |
---|---|---|---|
clock | event | String | Clock value for an event ex. 12:37 |
created_at | event | Date/Time | Timestamp of the creation of an event ex. 2022-09-20T00:54:16+00:00 |
description | - | String | Text description of an event ex. TV Timeout |
id | event | String | Unique ID of an event ex. 34ced4e0-dca8-11ed-b2c7-9159d1dff79a |
sequence | event | Decimal | Sequence numer of events or plays. Used to sequence events properly ex. 1681685062673.0 |
type | event | String | Type of an eventsetup , timeout , tv_timeout , two_minute_warning , comment , period_end , game_over |
updated_at | event | Date/Time | Timestamp of the last update of an event ex. 2022-09-20T00:54:16+00:00 |
Play-by-Play Play:
Attribute | Parent Element | Type | Description |
---|---|---|---|
away_points | play | Integer | Away points at the end of a play |
clock | play | String | Clock value for a play ex. 12:37 |
created_at | play | Date/Time | Timestamp of the creation of a play ex. 2022-09-20T00:54:16+00:00 |
description | - | String | Text description of a play |
home_points | play | Integer | Home points at the end of a play |
id | play | GUID | Unique ID of a play |
play_direction | play | String | Direction of action for a play Rush: short left , short right , short middle , deep right , deep left , deep middle , left , right , middle Pass: backward pass , handoff , lateral , reverse , left tackle , left guard , up the middle , right guard , right tackle , right end , left end , kneels |
scoring_play | play | Boolean | Indicates whether a play resulted in a score |
sequence | play | Decimal | Sequence numer of events or plays. Used to sequence events properly ex. 1681685279136.0 |
type | play | String | Type of playpass , rush , faircatch_kick , extra_point , conversion , free_kick , kickoff , punt , field_goal , penalty |
updated_at | play | Date/Time | Timestamp of the last update of a play ex. 2022-09-20T00:54:16+00:00 |
wall_clock | play | Date/Time | Timestamp of the start of the play/event entry ex. 2022-10-09T17:12:08+00:00 |
Play-by-Play Points After:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | points-after-play | GUID | Unique ID of a point after attempt |
type | points-after-play | String | Type of a point after attemptextra_point , conversion , penalty |
sequence | points-after-play | Decimal | Sequence numer of events or plays. Used to sequence events properly |
Play-by-Play Quarter:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | quarter | GUID | Unique ID of a quarter |
number | quarter | Integer | Number of a quarter |
sequence | quarter | Integer | Sequential number of a quarter |
Play-by-Play Scoring:
Attribute | Parent Element | Type | Description |
---|---|---|---|
away_points | score | Integer | Number of away team points |
clock | score | Boolean | Clock value for a score ex. 12:37 |
home_points | score | Integer | Number of home team points |
points | score | Integer | Number of points for a score |
sequence | score | Integer | Sequence number of an event or play. Used to sequence events properly ex. 1665336878436.0 |
Play-by-Play Starting Situation:
Attribute | Parent Element | Type | Description |
---|---|---|---|
clock | start_situation | String | Clock value at the start of a play ex. 12:37 |
down | start_situation | Integer | Down at the start of a play |
alias | location | String | Team alias of the location of the ball at the start of a play ex. PIT (Pittsburgh) |
id | location | GUID | Unique team ID of the team with possession at the start of a play |
market | location | String | Team market name ex. Pittsburgh |
name | location | String | Team name ex. Maulers |
sr_id | location | GUID | Unique ID of a team ex. sr:competitor:882423 |
yardline | location | Integer | Yardline of the ball at the start of a play |
alias | possession | String | Team alias of the possession of the ball at the start of a play ex. PIT (Pittsburgh) |
id | possession | GUID | Unique team ID of the team with possession at the start of a play |
market | possession | String | Team market name ex. Pittsburgh |
name | possession | String | Team name ex. Maulers |
sr_id | possession | GUID | Unique ID of a team ex. sr:competitor:882423 |
yfd | end_situation | Integer | Yards to gain a first down at the start of a play |
Kick & Punt Block Play Statistics:
Attribute | Parent Element | Type | Description |
---|---|---|---|
block | block | Integer | Number kick blocks |
category | block | String | Type of blocked kickfield_goal , extra_point , punt |
Conversion Play Statistics:
Attribute | Parent Element | Type | Description |
---|---|---|---|
attempt | conversion | Integer | Number of conversion attempts |
category | conversion | String | Category of conversionpass , receive , rush , turnover |
complete | conversion | Integer | Number of conversion completions |
safety | conversion | Integer | Number of conversion safeties |
Defensive Play Statistics:
Attribute | Parent Element | Type | Description |
---|---|---|---|
ast_sack | defense | Integer | Number of assisted sacks |
ast_tackle | defense | Integer | Number of assisted tackles |
ast_tlost | defense | Integer | Number of assisted tackles for a loss |
block | defense | Integer | Number of blocked kicks/punts |
category | defense | String | Category of defensive statisticdefense , special_team , misc |
forced_fumble | defense | Integer | Number of forced fumbles |
interception | defense | Integer | Number of interceptions |
int_touchdown | defense | Integer | Number of interceptions for a touchdown |
int_yards | defense | Integer | Number of interception yards |
nullified | defense | Boolean | Nullified play flag |
pass_defended | defense | Integer | Number of passes defended |
primary | defense | Integer | Indicates whether the assist tackler was the primary tackler on a play *This stat is unsupported since 2021 |
qb_hit | defense | Integer | Number of hits on the quarterback |
sack | defense | Integer | Number of sacks |
sack_yards | defense | Integer | Number of sack yards |
safety | defense | Integer | Number of safeties |
tlost | defense | Integer | Number of tackles for a loss |
tlost_yards | defense | Integer | Number of tackles for a loss yardage |
tackle | defense | Integer | Number of tackles |
Defensive Conversion Play Statistics:
Attribute | Parent Element | Type | Description |
---|---|---|---|
attempt | defense_conversion | Integer | Number of defensive conversion attempts |
category | defense_conversion | String | Category of defensive conversionconversion , extra_point |
complete | defense_conversion | Integer | Number of defensive conversion completions |
Down Conversion Play Statistics:
Attribute | Parent Element | Type | Description |
---|---|---|---|
attempt | down_conversion | Integer | Number of down conversion attempts |
complete | down_conversion | String | Category of down conversionconversion , extra_point |
down | down_conversion | Integer | Number of the down at play start |
category | first_down | String | Type of first downpass , rush , penalty |
Extra Point Play Statistics:
Attribute | Parent Element | Type | Description |
---|---|---|---|
attempt | extra_point | Integer | Number of attempted extra points |
blocked | extra_point | Integer | Number of blocked extra points |
made | extra_point | Integer | Number of made extra points |
missed | extra_point | Integer | Number of missed extra points |
returned | extra_point | Integer | Number of returned extra points |
safety | extra_point | Integer | Number of extra point safeties |
Field Goal Play Statistics:
Attribute | Parent Element | Type | Description |
---|---|---|---|
attempt | field_goal | Integer | Number of attempted field goals |
att_yards | field_goal | Integer | Yardage of attempted field goal |
blocked | field_goal | Integer | Number of blocked field goals |
made | field_goal | Integer | Number of made field goals |
missed | field_goal | Integer | Number of missed field goals |
nullified | field_goal | Boolean | Signifies a nullified field goal attempt |
returned | field_goal | Integer | Number of returned field goals |
yards | field_goal | Integer | Yardage of made field goal |
Fumbles Play Statistics:
Attribute | Parent Element | Type | Description |
---|---|---|---|
forced | fumble | Integer | Number of forced fumbles |
fumble | fumble | Integer | Number of fumbles |
lost | fumble | Integer | Number of lost fumbles |
nullified | fumble | Boolean | Signifies a nullified play due to a penalty |
opp_rec | fumble | Integer | Number of opponent fumble recoveries |
opp_rec_td | fumble | Integer | Number of opponent fumble recovery touchdowns |
opp_rec_yards | fumble | Integer | Number of opponent fumble recovery yards |
out_of_bounds | fumble | Integer | Number of fumbles out of bounds |
own_rec | fumble | Integer | Number of own fumble recoveries |
own_rec_td | fumble | Integer | Number of own fumble recovery touchdowns |
own_rec_yards | fumble | Integer | Number of own fumble recovery yards |
play_category | fumble | String | Type of fumble ex. misc |
Kickoff Play Statistics:
Attribute | Parent Element | Type | Description |
---|---|---|---|
attempt | kick | Integer | Number of kickoff attempts |
endzone | kick | Integer | Number of kicks into the endzone |
inside_20 | kick | Integer | Number of kicks inside the 20 yardline |
net_yards | kick | Integer | Number of net yards on the kickoff |
nullified | kick | Boolean | Signifies a nullified play due to a penalty |
onside_attempt | kick | Boolean | Number of onside kickoff attempts |
onside_success | kick | Boolean | Number of onside kickoff successes |
own_rec | kick | Boolean | Number of own recoveries on a kickoff |
own_rec_td | kick | Boolean | Number of own recovery touchdowns on a kickoff |
touchback | kick | Boolean | Number of touchbacks |
yards | kick | Boolean | Number of kickoff yards |
Passing Play Statistics:
Attribute | Parent Element | Type | Description |
---|---|---|---|
attempt | pass | Integer | Number of pass attempts |
att_yards | pass | Integer | Number of pass attempt (air) yards, measured from the line of scrimmage to the yardline of the receiving target |
complete | pass | Integer | Number of pass completions |
firstdown | pass | Integer | Number of passing first downs |
goaltogo | pass | Integer | Number of plays in a goal-to-go situation |
inside_20 | pass | Integer | Number of passes inside the 20 yardline |
interception | pass | Integer | Number of interceptions thrown |
int_touchdown | pass | Integer | Number of interception touchdowns thrown |
nullified | pass | Boolean | Signifies a nullified play due to a penalty |
sack | pass | Integer | Number of sacks |
sack_yards | pass | Integer | Number of sack yards |
safety | pass | Integer | Number of safeties |
touchdown | pass | Integer | Number of touchdowns |
yards | pass | Integer | Number of passing yards |
Penalty Play Statistics:
Attribute | Parent Element | Type | Description |
---|---|---|---|
penalty | penalty | Integer | Number of penalties |
yards | penalty | Integer | Number of penalty yardage |
Punting Play Statistics:
Attribute | Parent Element | Type | Description |
---|---|---|---|
attempt | punt | Integer | Number of attempted punts |
blocked | punt | Integer | Number of blocked punts |
downed | punt | Integer | Number of downed punts |
endzone | punt | Integer | Number of punts into the endzone |
faircatch | punt | Integer | Number of fair catch punts |
inside_20 | punt | Integer | Number of punts inside the 20 yardline |
net_yards | punt | Integer | Net yardage of a punt |
nullified | punt | Boolean | Signifies a nullified play due to a penalty |
out_of_bounds | punt | Integer | Number of punts out of bounds |
touchback | punt | Integer | Number of touchback punts |
yards | punt | Integer | Yardage of punt |
Receiving Play Statistics:
Attribute | Parent Element | Type | Description |
---|---|---|---|
firstdown | receive | Integer | Number of receiving first downs |
goaltogo | receive | Integer | Number of receptions in goal-to-go |
inside_20 | receive | Integer | Number of receptions inside the 20 yardline |
nullified | receive | Boolean | Signifies a nullified play due to a penalty |
reception | receive | Integer | Number of receptions |
safety | receive | Integer | Number of receiving safeties |
targets | receive | Integer | Number of receiving targets |
touchdown | receive | Integer | Number of receiving touchdowns |
yards | receive | Integer | Number of receiving yards |
yards_after_catch | receive | Integer | Number of receiving yards after the catch |
Return Play Statistics:
Attribute | Parent Element | Type | Description |
---|---|---|---|
category | return | String | Type of returnpunt_return , kick_return |
downed | return | Integer | Number of returns downed |
faircatch | return | Integer | Number of return fair catches |
firstdown | return | Integer | Number of return first downs |
lateral | return | Integer | Number of return laterals |
nullified | return | Boolean | Signifies a nullified play due to a penalty |
out_of_bounds | return | Integer | Number of returns out of bounds |
play_category | return | String | Type of return playpunt_return , kick_return |
return | return | Integer | Number of returns |
touchback | return | Integer | Number of return touchbacks |
touchdown | return | Integer | Number of return touchdowns |
yards | return | Integer | Number of return yardage |
Rushing Play Statistics:
Attribute | Parent Element | Type | Description |
---|---|---|---|
attempt | rush | Integer | Number of rushing attempts |
firstdown | rush | Integer | Number of rushing first downs |
goaltogo | rush | Integer | Number of rushes in goal-to-go |
inside_20 | rush | Integer | Number of rushes inside the 20 yardline |
lateral | rush | Integer | Number of rushing laterals |
nullified | rush | Boolean | Signifies a nullified play due to a penalty |
safety | rush | Integer | Number of rushing safeties |
tlost | rush | Integer | Number of rushing tackles for a loss |
tlost_yards | rush | Integer | Number of rushing tackles for a loss yardage |
touchdown | rush | Integer | Number of rushing touchdowns |
yards | rush | Integer | Number of rushing yards |
Player:
Attribute | Parent Element | Type | Description |
---|---|---|---|
name | player | String | Full name of a player ex. Deon Cain |
id | player | GUID | Unique ID of a player ex. f99a57a0-bdb7-11ed-a9cf-659b88c64826 |
jersey | player | Integer | Jersey number of a player |
position | player | String | Position of a player See our FAQ for a list of valid positions |
role | player | String | Role of a player during a specific play ex. pass , receive , tackle , rush , defend , catch , ast_tackle , kick , return , penalty |
Standings:
Attribute | Parent Element | Type | Description |
---|---|---|---|
losses | record | Integer | Number of team losses year-to-date before the game. Record is updated post-game based on the game outcome |
ties | record | Integer | Number of team ties year-to-date before the game. Record is updated post-game based on the game outcome |
wins | record | Integer | Number of team wins year-to-date before the game. Record is updated post-game based on the game outcome |
Team:
Attribute | Parent Element | Type | Description |
---|---|---|---|
alias | team | String | Team alias ex. PIT |
id | team | GUID | Unique ID of a team ex. c8797380-9677-11ec-9193-6b32ce92fd29 |
market | team | String | Team market name ex. Pittsburgh |
name | team | String | Team name ex. Maulers |
sr_id | team | String | Unique Sportradar ID of a team ex. sr:competitor:882423 |
Venue:
Attribute | Parent Element | Type | Description |
---|---|---|---|
address | venue | String | Address of a venue ex. 1020 24th St N |
capacity | venue | Integer | Capacity of a venue ex. 47100 |
city | venue | String | City of a venue ex. Birmingham |
country | venue | String | Country of a venue ex. USA |
id | venue | GUID | Unique ID of a venue ex. b1f3fd20-90f4-11ec-bf38-efe8ff3d0b79 |
name | venue | String | Name of a venue ex. Protective Stadium |
roof_type | venue | String | Roof type of a venueoutdoor , dome , retractable_dome |
sr_id | venue | String | Unique Sportradar venue ID ex. sr:venue:58724 |
state | venue | String | State of a venue ex. AL |
surface | venue | String | Surface type of a venueturf , artificial |
zip | venue | Integer | ZIP code of a venue ex. 35203 |