get https://api.sportradar.com/nfl/official//v7//seasons////depth_charts.
NFL Weekly Depth Charts provides depth chart information for each team for a given week.
Update Frequency
TTL / Cache: 120 seconds
Data Updates: Updated shortly before the game, but may be updated during or post game.
Data Points
Depth Chart:
Attribute | Parent Element | Type | Description |
---|---|---|---|
name | position | String | Depth chart position name ex. LWR (Left Wide Receiver), RCB (Right Corner Back) |
depth | position - player | Integer | Player's depth chart position (1 = starter) |
League:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | season | GUID | Unique ID of a season ex. 75749c10-56c1-4ae0-9d1e-2689708debdf |
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 ID of a week ex. 57b447ce-bc66-47f7-9760-89d328d3db9f |
sequence | week | Integer | Week sequence number |
title | week | String | Week title |
Player:
Attribute | Parent Element | Type | Description |
---|---|---|---|
name | player | String | Full name of a player ex. Patrick Mahomes |
id | player | GUID | Unique ID of a player ex. 11cad59d-90dd-449c-a839-dddaba4fe16c |
jersey | player | Integer | Jersey number of a player |
position | player | String | Position of a player See our FAQ for a list of valid positions |
sr_id | player | GUID | Unique Sportradar ID of a player ex. sr:player:1129537 |
Team:
Attribute | Parent Element | Type | Description |
---|---|---|---|
alias | team | String | Team alias ex. MIN (Minnesota) |
id | team | GUID | Unique ID of a team ex. 82d2d380-3834-4938-835f-aec541e5ece7 |
market | team | String | Team market name ex. Minnesota |
name | team | String | Team name ex. Vikings |
sr_id | team | String | Unique Sportradar ID of a team ex. sr:competitor:4324 |