NFL Tournament Schedule provides the date, time, location, and other event details for every matchup taking place in a given tournament.
Update FrequencyTTL / Cache: 2 seconds
Data Updates: Schedule info is updated in realtime as changes are made.
The initial playoff schedule (with TBD matchups) will be available shortly after the regular season schedule is released.
Teams will advance to the next round on a 2-minute timer after the previous game moves to
complete
status.
Data Points
Game:
Attribute | Parent Element | Type | Description |
---|---|---|---|
|
| String | Away team alias |
|
| Integer | Season game number for the away team |
|
| GUID | Unique ID of the away team |
|
| String | Away team full name |
|
| Boolean | Signifies an in-Conference matchup |
|
| String | Coverage level of a game |
|
| String | Type of data entry for the game |
|
| String | Type of game |
|
| String | Home team alias |
|
| Integer | Season game number for the home team |
|
| GUID | Unique ID of the home team |
|
| String | Home team full name |
|
| GUID | Unique ID of a game |
|
| GUID | Parent ID of a game |
|
| Date/Time | Scheduled date and time of a game |
|
| GUID | Unique ID of the away team |
|
| GUID | Unique ID of the home team |
|
| 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 description for a game |
League:
Attribute | Parent Element | Type | Description |
---|---|---|---|
alias | league | String | Alias of a league ex. NFL |
id | league | GUID | Unique ID of a league ex. 3c6d318a-6164-4290-9bbc-bf9bb21cc4b8 |
name | league | String | Name of a league ex. National Football League |
Game (Previous Round):
Attribute | Parent Element | Type | Description |
---|---|---|---|
name | game - away | String | Away team full name. Team name will populate after the source game has ended. Prior to this, the field will populate the source game title. ex. Minnesota Vikings or NFC Championship (win) (team unknown) |
alias | game - away | String | Away team alias. Team alias will populate after the source game has ended. Prior to this, the field will populate the source game title. ex. MIN or NFC Championship (win) (team unknown) |
name | game - home | String | Home team full name. Team name will populate after the source game has ended. Prior to this, the field will populate the source game title. ex. Minnesota Vikings or NFC Championship (win) (team unknown) |
alias | game - home | String | Home team alias. Team alias will populate after the source game has ended. Prior to this, the field will populate the source game title. ex. MIN or NFC Championship (win) (team unknown) |
coverage | game - away / home - source | String | Coverage level of a previous (source) playoff matchupfull |
game_type | game - away / home - source | String | Type of game of a previous (source) playoff matchupregular , playoff |
id | game - away / home - source | GUID | Unique game ID of the of a previous (source) playoff matchup ex. 11845229-fffb-4fb1-bab6-ec276fb56447 |
outcome | game - away / home - source | String | Outcome of a previous (source) playoff matchup ex. win |
scheduled | game - away / home - source | dateTime | Scheduled date and time of a previous (source) playoff matchup ex. 2023-03-21T23:00:00+00:00 |
status | game - away / home - source | String | Game status of a previous (source) playoff matchup ex. closed |
title | game - away / home - source | String | Game title of a previous (source) playoff matchup ex. NFC Championship |
Bracket & Round:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | round | GUID | Unique ID of a round ex. ea9de897-45d5-42f6-8d6b-98fab83c7a57 |
sequence | round | String | Sequential number of a round |
name | round | String | Name of a round ex. Wild Card Round or Conference Championship Round |
Tournament:
Attribute | Parent Element | Type | Description |
---|---|---|---|
status | tournament-schedule | String | Status of a tournament ex. scheduled , inprogress , closed |
id | tournament-schedule | GUID | Unique ID of a tournament ex. d128603c-516d-4814-83bf-b14085503e1a |
location | tournament-schedule | String | Location of a tournament ex. New Orleans, LA, USA |
name | tournament-schedule | String | Name of a tournament ex. NFL Playoffs |
Venue:
Attribute | Parent Element | Type | Description |
---|---|---|---|
address | venue | String | Address of a venue ex. 900 S 5th Street |
capacity | venue | Integer | Capacity of a venue ex. 72220 |
city | venue | String | City of a venue ex. Minneapolis |
country | venue | String | Country of a venue ex. USA |
id | venue | GUID | Unique ID of a venue ex. 6a72e5ca-33d0-40af-8e6b-b32a4d3d9346 |
lat | venue - location | Decimal | Latitude of a venue ex. 29.684735 |
lng | venue - location | Decimal | Longitude of a venue ex. -95.410725 |
name | venue | String | Name of a venue ex. U.S. Bank Stadium |
roof_type | venue | String | Roof type of a venueoutdoor , dome , retractable_dome |
sr_id | venue | String | Unique Sportradar venue ID ex. sr:venue:2402 |
state | venue | String | State of a venue ex. MN |
surface | venue | String | Surface type of a venueturf , artificial |
zip | venue | Integer | ZIP code of a venue ex. 77054 |