SportsDataIO · Schema
PlayerSeasonThirdDown
Sports DataStatisticsLive ScoresFantasy SportsOddsNFLNBAMLBNHLSoccer
Properties
| Name | Type | Description |
|---|---|---|
| PlayerID | integernull | The unique PlayerID of the player as assigned by SportsDataIO. Note: this ID will stay with the player throughout their entire career |
| SeasonType | integer | The type of season that this player corresponds to (1=Regular Season; 2=Preseason; 3=Postseason; 4=Offseason; 5=All-Star) |
| Season | integer | The NFL season for which these totals apply |
| Team | stringnull | The abbreviation [Key] of the team that the player is on. Note: If this player is a free agent; this field is NULL |
| Number | integer | Player's jersey number |
| Name | stringnull | Player's full name |
| Position | stringnull | The primary position of the player. Possible Values: C; CB; DB; DE; DL; DT; FB; FS; G; ILB; K; KR; LB; LS; NT; OL; OLB; OT; P; QB; RB; S; SS; T; TE; WR |
| PositionCategory | stringnull | The category of the player's position (OFF; DEF; ST) |
| Activated | integer | The total number of games that the player was active for in the season |
| Played | integer | The total number of games played by the the player in the season |
| Started | integer | Total games started (on offense or defense) by the player in the season |
| PassingAttempts | number | Total passes thrown by the player in the season |
| PassingCompletions | number | Total passes completed by the player in the season |
| PassingYards | number | Total passing yards by the player in the season |
| PassingCompletionPercentage | number | The percentage of passes completed by the player in the season |
| PassingYardsPerAttempt | number | Total average passing yards per attempt by the player in the season |
| PassingYardsPerCompletion | number | Total average passing yards per completion by the player in the season |
| PassingTouchdowns | number | Total passing touchdowns by the player in the season |
| PassingInterceptions | number | Total interceptions thrown by the player in the season |
| PassingRating | number | The passer rating of the player in the season |
| PassingLong | number | Total yards of longest completion by the player in the season |
| PassingSacks | number | The total number of times the player was sacked in the season |
| PassingSackYards | number | Total yards lost by the player in the season as a result of being sacked |
| RushingAttempts | number | Total rushing attempts by the player in the season |
| RushingYards | number | Total rushing yards by the player in the season |
| RushingYardsPerAttempt | number | Total rushing yards per attempt by the player in the season |
| RushingTouchdowns | number | Total rushing touchdowns by the player in the season |
| RushingLong | number | The longest rush by the player in the season |
| ReceivingTargets | numbernull | Total receiving targets by the player in the season |
| Receptions | number | Total receptions by the player in the season |
| ReceivingYards | number | Total receiving yards by the player in the season |
| ReceivingYardsPerReception | number | Average receiving yards per reception by the player in the season |
| ReceivingTouchdowns | number | Total receiving touchdowns by the player in the season |
| ReceivingLong | number | The longest reception by the player in the season |
| Fumbles | number | Total fumbles by the player in the season |
| FumblesLost | numbernull | Total fumbles lost by the player in the season |
| PuntReturns | number | Total punt returns by the player in the season |
| PuntReturnYards | number | Total punt return yards by the player in the season |
| PuntReturnYardsPerAttempt | number | Total average yards gained per punt return by the player in the season |
| PuntReturnTouchdowns | number | Total punt return touchdowns by the player in the season |
| PuntReturnLong | number | The longest punt return by the player in the season |
| KickReturns | number | Total kickoff returns by the player in the season |
| KickReturnYards | number | Total kickoff return yards by the player in the season |
| KickReturnYardsPerAttempt | number | Average yards gained per kick return by the player in the season |
| KickReturnTouchdowns | number | Total kickoff return touchdowns by the player in the season |
| KickReturnLong | number | Longest kick return by the player in the season |
| SoloTackles | number | Total defensive solo (unassisted) tackles by the player in the season |
| AssistedTackles | number | Total defensive assisted tackles by the player in the season |
| TacklesForLoss | numbernull | Total tackles for loss by the player in the season. Note: these are tackles behind the line of scrimmage for loss of yards (including sacks) |
| Sacks | number | Total defensive sacks by the player in the season |
| SackYards | number | Total defensive safeties scored by the player in the season |
| QuarterbackHits | numbernull | Total quarterback hits by the player in the season. Note: This is a defensive stat that includes sacks |
| PassesDefended | number | Total passes defended by the player in the season |
| FumblesForced | number | Total fumbles forced on defense by the player in the season |
| FumblesRecovered | number | Total defensive fumble recoveries by the player in the season |
| FumbleReturnYards | number | Total fumble return yards by the player in the season |
| FumbleReturnTouchdowns | number | Total fumble return touchdowns by the player in the season |
| Interceptions | number | Total defensive interceptions by the player in the season |
| InterceptionReturnYards | number | Total defensive interception return yards by the player in the season |
| InterceptionReturnTouchdowns | number | Total defensive interception return touchdowns by the player in the season |
| BlockedKicks | number | Total blocked kicks by the player in the season. Note: BlockedKicks include Field Goals and Punts but NOT Extra Points |
| SpecialTeamsSoloTackles | number | This field is deprecated |
| SpecialTeamsAssistedTackles | number | This field is deprecated |
| MiscSoloTackles | number | This field is deprecated |
| MiscAssistedTackles | number | This field is deprecated |
| Punts | number | Total number of punts by the player in the season |
| PuntYards | number | Total punt yards by the player in the season |
| PuntAverage | number | The average number of yards per punt by the player in the season |
| FieldGoalsAttempted | number | Total field goals attempted by the player in the season |
| FieldGoalsMade | number | Total field goals made by the player in season |
| FieldGoalsLongestMade | number | Longest field goal made by the player in the season |
| ExtraPointsMade | number | Total extra points made by the player in the season |
| TwoPointConversionPasses | number | Total successful two point conversion passes by the player in the season |
| TwoPointConversionRuns | number | Total successful two point conversion rushes by the player in the season |
| TwoPointConversionReceptions | number | Total successful two point conversion receptions by the player in the season |
| FantasyPoints | number | Fantasy points scored based on basic fantasy scoring system by the player in the season |
| FantasyPointsPPR | number | Fantasy points scored based on basic PPR fantasy scoring system by the player in the season |
| ReceptionPercentage | number | Total percentage of receiving targets that were receptions by the player in the season |
| ReceivingYardsPerTarget | number | Average receiving yards per target by the player in the season |
| Tackles | number | Total tackles (solo & assisted) by the player in the season |
| OffensiveTouchdowns | number | Total offensive touchdowns scored by the player in the season |
| DefensiveTouchdowns | number | Total defensive touchdowns scored by the player in the season |
| SpecialTeamsTouchdowns | number | Total special teams touchdowns scored by the player in the season |
| Touchdowns | number | Total touchdowns scored by the player in the season |
| FantasyPosition | stringnull | The player's fantasy football position. Possible values: QB, RB, WR, TE, DL, LB, DB, K, P, OL |
| FieldGoalPercentage | number | Total field goal attempts made by the player in the season |
| PlayerSeasonID | integer | Unique ID of PlayerSeason record (subject to change, although it very rarely does). For a static ID, use a combination of SeasonType, Season and PlayerID. |
| FumblesOwnRecoveries | numbernull | Total own fumble recoveries by the player in the season. Note: this fumble doesn't result in a turnover - the fumbling team recovers the fumble |
| FumblesOutOfBounds | numbernull | This field is deprecated |
| KickReturnFairCatches | numbernull | This field is deprecated |
| PuntReturnFairCatches | numbernull | This field is deprecated. |
| PuntTouchbacks | numbernull | Total punts that resulted in touchbacks by the player in the season |
| PuntInside20 | numbernull | Total punts downed inside the 20 yard line by the player in the season |
| PuntNetAverage | numbernull | The average net yards per punt by the player in the season |
| ExtraPointsAttempted | numbernull | Total extra point kicks attempted by the player in the season |
| BlockedKickReturnTouchdowns | numbernull | Total blocked kick recovery return touchdowns for the player in the season |
| FieldGoalReturnTouchdowns | numbernull | Total field goal return touchdowns by the player in the season. Note: This field excludes blocked field goals |
| Safeties | numbernull | Defensive safeties (sacks in end zone, solo tackles in end zone, blocked kicks that went out of bounds in the end zone) |
| FieldGoalsHadBlocked | numbernull | Total field goals by the player that were blocked in the season |
| PuntsHadBlocked | numbernull | Total punts by the player that were blocked in the season |
| ExtraPointsHadBlocked | numbernull | Total extra point kick attempts by the player that were blocked in the season |
| PuntLong | numbernull | The longest punt by the player in the season |
| BlockedKickReturnYards | numbernull | Total blocked kick recovery return yards for the player in the season |
| FieldGoalReturnYards | numbernull | Total field goal return yards by the player in the season. Note: This field excludes blocked field goals |
| PuntNetYards | numbernull | The net yards of the punts by the player in the season |
| SpecialTeamsFumblesForced | numbernull | This field is deprecated |
| SpecialTeamsFumblesRecovered | numbernull | This field is deprecated |
| MiscFumblesForced | numbernull | This field is deprecated |
| MiscFumblesRecovered | numbernull | This field is deprecated |
| ShortName | stringnull | The first initial and last name of the player (J. Doe) |
| SafetiesAllowed | numbernull | This field is deprecated |
| Temperature | integernull | Temperature at game start (Fahrenheit) |
| Humidity | integernull | The humidity percentage at the start of the game |
| WindSpeed | integernull | The wind speed at the start of the game (in MPH) |
| OffensiveSnapsPlayed | integernull | Total snaps this player played on offensive in the season. Note: Snap counts are available the morning after the game. |
| DefensiveSnapsPlayed | integernull | Total snaps this player played on defense in the season. Note: Snap counts are available the morning after the game. |
| SpecialTeamsSnapsPlayed | integernull | Total snaps this player played on special teams in the season. Note: Snap counts are available the morning after the game. |
| OffensiveTeamSnaps | integernull | Total offensive snaps this player's team played in the season. Note: Snap counts are available the morning after the game. |
| DefensiveTeamSnaps | integernull | Total defensive snaps this player's team played in the season. Note: Snap counts are available the morning after the game. |
| SpecialTeamsTeamSnaps | integernull | Total special teams snaps this player's team played in the season. Note: Snap counts are available the morning after the game. |
| AuctionValue | numbernull | Player's dollar value in a $200 salary cap auction draft. |
| AuctionValuePPR | numbernull | Player's dollar value in a $200 salary cap PPR auction draft. |
| TwoPointConversionReturns | numbernull | Total successful two point conversion returns by the player in the season |
| FantasyPointsFanDuel | numbernull | Fantasy points based on FanDuel's scoring system by the player in the season |
| FieldGoalsMade0to19 | numbernull | Total field goals of 0 to 19 yards made by the player in season |
| FieldGoalsMade20to29 | numbernull | Total field goals of 20 to 29 yards made by the player in season |
| FieldGoalsMade30to39 | numbernull | Total field goals of 30 to 39 yards made by the player in season |
| FieldGoalsMade40to49 | numbernull | Total field goals of 40 to 49 yards made by the player in season |
| FieldGoalsMade50Plus | numbernull | Total field goals of 50+ yards made by the player in season |
| FantasyPointsDraftKings | numbernull | Fantasy points based on DraftKings' scoring system by the player in the season |
| FantasyPointsYahoo | numbernull | Fantasy points based on Yahoo's daily fantasy scoring system by the player in the season |
| AverageDraftPosition | numbernull | The average draft position of the player in re-draft leagues |
| AverageDraftPositionPPR | numbernull | The average draft position of this player in Points Per Reception (PPR) leagues. |
| TeamID | integernull | The unique ID of the team that the player is on. Note: If the player is a free agent; this field is NULL |
| GlobalTeamID | integernull | A globally unique ID for this team. This value is guaranteed to be unique across all sports/leagues |
| FantasyPointsFantasyDraft | numbernull | Fantasy points based on FantasyDraft's scoring system by the player in the season |
| ScoringDetails | array | The details of the scoring plays this player recorded in the season |
| AverageDraftPositionRookie | numbernull | The average draft position of this rookie in Points Per Reception (PPR) leagues. |
| AverageDraftPositionDynasty | numbernull | The average draft position of this player in dynasty drafts leagues |
| AverageDraftPosition2QB | numbernull | The average draft position of this player in 2 Quarterback leagues |
| OffensiveFumbleRecoveryTouchdowns | integernull | This field is deprecated |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PlayerSeasonThirdDown",
"title": "PlayerSeasonThirdDown",
"properties": {
"PlayerID": {
"type": [
"integer",
"null"
],
"description": "The unique PlayerID of the player as assigned by SportsDataIO. Note: this ID will stay with the player throughout their entire career"
},
"SeasonType": {
"type": "integer",
"description": "The type of season that this player corresponds to (1=Regular Season; 2=Preseason; 3=Postseason; 4=Offseason; 5=All-Star)"
},
"Season": {
"type": "integer",
"description": "The NFL season for which these totals apply"
},
"Team": {
"type": [
"string",
"null"
],
"description": "The abbreviation [Key] of the team that the player is on. Note: If this player is a free agent; this field is NULL"
},
"Number": {
"type": "integer",
"description": "Player's jersey number"
},
"Name": {
"type": [
"string",
"null"
],
"description": "Player's full name"
},
"Position": {
"type": [
"string",
"null"
],
"description": "The primary position of the player. Possible Values: C; CB; DB; DE; DL; DT; FB; FS; G; ILB; K; KR; LB; LS; NT; OL; OLB; OT; P; QB; RB; S; SS; T; TE; WR"
},
"PositionCategory": {
"type": [
"string",
"null"
],
"description": "The category of the player's position (OFF; DEF; ST)"
},
"Activated": {
"type": "integer",
"description": "The total number of games that the player was active for in the season"
},
"Played": {
"type": "integer",
"description": "The total number of games played by the the player in the season"
},
"Started": {
"type": "integer",
"description": "Total games started (on offense or defense) by the player in the season"
},
"PassingAttempts": {
"type": "number",
"description": "Total passes thrown by the player in the season"
},
"PassingCompletions": {
"type": "number",
"description": "Total passes completed by the player in the season"
},
"PassingYards": {
"type": "number",
"description": "Total passing yards by the player in the season"
},
"PassingCompletionPercentage": {
"type": "number",
"description": "The percentage of passes completed by the player in the season"
},
"PassingYardsPerAttempt": {
"type": "number",
"description": "Total average passing yards per attempt by the player in the season"
},
"PassingYardsPerCompletion": {
"type": "number",
"description": "Total average passing yards per completion by the player in the season"
},
"PassingTouchdowns": {
"type": "number",
"description": "Total passing touchdowns by the player in the season"
},
"PassingInterceptions": {
"type": "number",
"description": "Total interceptions thrown by the player in the season"
},
"PassingRating": {
"type": "number",
"description": "The passer rating of the player in the season"
},
"PassingLong": {
"type": "number",
"description": "Total yards of longest completion by the player in the season"
},
"PassingSacks": {
"type": "number",
"description": "The total number of times the player was sacked in the season"
},
"PassingSackYards": {
"type": "number",
"description": "Total yards lost by the player in the season as a result of being sacked"
},
"RushingAttempts": {
"type": "number",
"description": "Total rushing attempts by the player in the season"
},
"RushingYards": {
"type": "number",
"description": "Total rushing yards by the player in the season"
},
"RushingYardsPerAttempt": {
"type": "number",
"description": "Total rushing yards per attempt by the player in the season"
},
"RushingTouchdowns": {
"type": "number",
"description": "Total rushing touchdowns by the player in the season"
},
"RushingLong": {
"type": "number",
"description": "The longest rush by the player in the season"
},
"ReceivingTargets": {
"type": [
"number",
"null"
],
"description": "Total receiving targets by the player in the season"
},
"Receptions": {
"type": "number",
"description": "Total receptions by the player in the season"
},
"ReceivingYards": {
"type": "number",
"description": "Total receiving yards by the player in the season"
},
"ReceivingYardsPerReception": {
"type": "number",
"description": "Average receiving yards per reception by the player in the season"
},
"ReceivingTouchdowns": {
"type": "number",
"description": "Total receiving touchdowns by the player in the season"
},
"ReceivingLong": {
"type": "number",
"description": "The longest reception by the player in the season"
},
"Fumbles": {
"type": "number",
"description": "Total fumbles by the player in the season"
},
"FumblesLost": {
"type": [
"number",
"null"
],
"description": "Total fumbles lost by the player in the season"
},
"PuntReturns": {
"type": "number",
"description": "Total punt returns by the player in the season"
},
"PuntReturnYards": {
"type": "number",
"description": "Total punt return yards by the player in the season"
},
"PuntReturnYardsPerAttempt": {
"type": "number",
"description": "Total average yards gained per punt return by the player in the season"
},
"PuntReturnTouchdowns": {
"type": "number",
"description": "Total punt return touchdowns by the player in the season"
},
"PuntReturnLong": {
"type": "number",
"description": "The longest punt return by the player in the season"
},
"KickReturns": {
"type": "number",
"description": "Total kickoff returns by the player in the season"
},
"KickReturnYards": {
"type": "number",
"description": "Total kickoff return yards by the player in the season"
},
"KickReturnYardsPerAttempt": {
"type": "number",
"description": "Average yards gained per kick return by the player in the season"
},
"KickReturnTouchdowns": {
"type": "number",
"description": "Total kickoff return touchdowns by the player in the season"
},
"KickReturnLong": {
"type": "number",
"description": "Longest kick return by the player in the season"
},
"SoloTackles": {
"type": "number",
"description": "Total defensive solo (unassisted) tackles by the player in the season"
},
"AssistedTackles": {
"type": "number",
"description": "Total defensive assisted tackles by the player in the season"
},
"TacklesForLoss": {
"type": [
"number",
"null"
],
"description": "Total tackles for loss by the player in the season. Note: these are tackles behind the line of scrimmage for loss of yards (including sacks)"
},
"Sacks": {
"type": "number",
"description": "Total defensive sacks by the player in the season"
},
"SackYards": {
"type": "number",
"description": "Total defensive safeties scored by the player in the season"
},
"QuarterbackHits": {
"type": [
"number",
"null"
],
"description": "Total quarterback hits by the player in the season. Note: This is a defensive stat that includes sacks"
},
"PassesDefended": {
"type": "number",
"description": "Total passes defended by the player in the season"
},
"FumblesForced": {
"type": "number",
"description": "Total fumbles forced on defense by the player in the season"
},
"FumblesRecovered": {
"type": "number",
"description": "Total defensive fumble recoveries by the player in the season"
},
"FumbleReturnYards": {
"type": "number",
"description": "Total fumble return yards by the player in the season"
},
"FumbleReturnTouchdowns": {
"type": "number",
"description": "Total fumble return touchdowns by the player in the season"
},
"Interceptions": {
"type": "number",
"description": "Total defensive interceptions by the player in the season"
},
"InterceptionReturnYards": {
"type": "number",
"description": "Total defensive interception return yards by the player in the season"
},
"InterceptionReturnTouchdowns": {
"type": "number",
"description": "Total defensive interception return touchdowns by the player in the season"
},
"BlockedKicks": {
"type": "number",
"description": "Total blocked kicks by the player in the season. Note: BlockedKicks include Field Goals and Punts but NOT Extra Points"
},
"SpecialTeamsSoloTackles": {
"type": "number",
"description": "This field is deprecated"
},
"SpecialTeamsAssistedTackles": {
"type": "number",
"description": "This field is deprecated"
},
"MiscSoloTackles": {
"type": "number",
"description": "This field is deprecated"
},
"MiscAssistedTackles": {
"type": "number",
"description": "This field is deprecated"
},
"Punts": {
"type": "number",
"description": "Total number of punts by the player in the season"
},
"PuntYards": {
"type": "number",
"description": "Total punt yards by the player in the season"
},
"PuntAverage": {
"type": "number",
"description": "The average number of yards per punt by the player in the season"
},
"FieldGoalsAttempted": {
"type": "number",
"description": "Total field goals attempted by the player in the season"
},
"FieldGoalsMade": {
"type": "number",
"description": "Total field goals made by the player in season"
},
"FieldGoalsLongestMade": {
"type": "number",
"description": "Longest field goal made by the player in the season"
},
"ExtraPointsMade": {
"type": "number",
"description": "Total extra points made by the player in the season"
},
"TwoPointConversionPasses": {
"type": "number",
"description": "Total successful two point conversion passes by the player in the season"
},
"TwoPointConversionRuns": {
"type": "number",
"description": "Total successful two point conversion rushes by the player in the season"
},
"TwoPointConversionReceptions": {
"type": "number",
"description": "Total successful two point conversion receptions by the player in the season"
},
"FantasyPoints": {
"type": "number",
"description": "Fantasy points scored based on basic fantasy scoring system by the player in the season"
},
"FantasyPointsPPR": {
"type": "number",
"description": "Fantasy points scored based on basic PPR fantasy scoring system by the player in the season"
},
"ReceptionPercentage": {
"type": "number",
"description": "Total percentage of receiving targets that were receptions by the player in the season"
},
"ReceivingYardsPerTarget": {
"type": "number",
"description": "Average receiving yards per target by the player in the season"
},
"Tackles": {
"type": "number",
"description": "Total tackles (solo & assisted) by the player in the season"
},
"OffensiveTouchdowns": {
"type": "number",
"description": "Total offensive touchdowns scored by the player in the season"
},
"DefensiveTouchdowns": {
"type": "number",
"description": "Total defensive touchdowns scored by the player in the season"
},
"SpecialTeamsTouchdowns": {
"type": "number",
"description": "Total special teams touchdowns scored by the player in the season"
},
"Touchdowns": {
"type": "number",
"description": "Total touchdowns scored by the player in the season"
},
"FantasyPosition": {
"type": [
"string",
"null"
],
"description": "The player's fantasy football position. Possible values: QB, RB, WR, TE, DL, LB, DB, K, P, OL"
},
"FieldGoalPercentage": {
"type": "number",
"description": "Total field goal attempts made by the player in the season"
},
"PlayerSeasonID": {
"type": "integer",
"description": "Unique ID of PlayerSeason record (subject to change, although it very rarely does). For a static ID, use a combination of SeasonType, Season and PlayerID."
},
"FumblesOwnRecoveries": {
"type": [
"number",
"null"
],
"description": "Total own fumble recoveries by the player in the season. Note: this fumble doesn't result in a turnover - the fumbling team recovers the fumble"
},
"FumblesOutOfBounds": {
"type": [
"number",
"null"
],
"description": "This field is deprecated"
},
"KickReturnFairCatches": {
"type": [
"number",
"null"
],
"description": "This field is deprecated"
},
"PuntReturnFairCatches": {
"type": [
"number",
"null"
],
"description": "This field is deprecated."
},
"PuntTouchbacks": {
"type": [
"number",
"null"
],
"description": "Total punts that resulted in touchbacks by the player in the season"
},
"PuntInside20": {
"type": [
"number",
"null"
],
"description": "Total punts downed inside the 20 yard line by the player in the season"
},
"PuntNetAverage": {
"type": [
"number",
"null"
],
"description": "The average net yards per punt by the player in the season"
},
"ExtraPointsAttempted": {
"type": [
"number",
"null"
],
"description": "Total extra point kicks attempted by the player in the season"
},
"BlockedKickReturnTouchdowns": {
"type": [
"number",
"null"
],
"description": "Total blocked kick recovery return touchdowns for the player in the season"
},
"FieldGoalReturnTouchdowns": {
"type": [
"number",
"null"
],
"description": "Total field goal return touchdowns by the player in the season. Note: This field excludes blocked field goals"
},
"Safeties": {
"type": [
"number",
"null"
],
"description": "Defensive safeties (sacks in end zone, solo tackles in end zone, blocked kicks that went out of bounds in the end zone)"
},
"FieldGoalsHadBlocked": {
"type": [
"number",
"null"
],
"description": "Total field goals by the player that were blocked in the season"
},
"PuntsHadBlocked": {
"type": [
"number",
"null"
],
"description": "Total punts by the player that were blocked in the season"
},
"ExtraPointsHadBlocked": {
"type": [
"number",
"null"
],
"description": "Total extra point kick attempts by the player that were blocked in the season"
},
"PuntLong": {
"type": [
"number",
"null"
],
"description": "The longest punt by the player in the season"
},
"BlockedKickReturnYards": {
"type": [
"number",
"null"
],
"description": "Total blocked kick recovery return yards for the player in the season"
},
"FieldGoalReturnYards": {
"type": [
"number",
"null"
],
"description": "Total field goal return yards by the player in the season. Note: This field excludes blocked field goals"
},
"PuntNetYards": {
"type": [
"number",
"null"
],
"description": "The net yards of the punts by the player in the season"
},
"SpecialTeamsFumblesForced": {
"type": [
"number",
"null"
],
"description": "This field is deprecated"
},
"SpecialTeamsFumblesRecovered": {
"type": [
"number",
"null"
],
"description": "This field is deprecated"
},
"MiscFumblesForced": {
"type": [
"number",
"null"
],
"description": "This field is deprecated"
},
"MiscFumblesRecovered": {
"type": [
"number",
"null"
],
"description": "This field is deprecated"
},
"ShortName": {
"type": [
"string",
"null"
],
"description": "The first initial and last name of the player (J. Doe)"
},
"SafetiesAllowed": {
"type": [
"number",
"null"
],
"description": "This field is deprecated"
},
"Temperature": {
"type": [
"integer",
"null"
],
"description": "Temperature at game start (Fahrenheit)"
},
"Humidity": {
"type": [
"integer",
"null"
],
"description": "The humidity percentage at the start of the game"
},
"WindSpeed": {
"type": [
"integer",
"null"
],
"description": "The wind speed at the start of the game (in MPH)"
},
"OffensiveSnapsPlayed": {
"type": [
"integer",
"null"
],
"description": "Total snaps this player played on offensive in the season. Note: Snap counts are available the morning after the game."
},
"DefensiveSnapsPlayed": {
"type": [
"integer",
"null"
],
"description": "Total snaps this player played on defense in the season. Note: Snap counts are available the morning after the game."
},
"SpecialTeamsSnapsPlayed": {
"type": [
"integer",
"null"
],
"description": "Total snaps this player played on special teams in the season. Note: Snap counts are available the morning after the game."
},
"OffensiveTeamSnaps": {
"type": [
"integer",
"null"
],
"description": "Total offensive snaps this player's team played in the season. Note: Snap counts are available the morning after the game."
},
"DefensiveTeamSnaps": {
"type": [
"integer",
"null"
],
"description": "Total defensive snaps this player's team played in the season. Note: Snap counts are available the morning after the game."
},
"SpecialTeamsTeamSnaps": {
"type": [
"integer",
"null"
],
"description": "Total special teams snaps this player's team played in the season. Note: Snap counts are available the morning after the game."
},
"AuctionValue": {
"type": [
"number",
"null"
],
"description": "Player's dollar value in a $200 salary cap auction draft."
},
"AuctionValuePPR": {
"type": [
"number",
"null"
],
"description": "Player's dollar value in a $200 salary cap PPR auction draft."
},
"TwoPointConversionReturns": {
"type": [
"number",
"null"
],
"description": "Total successful two point conversion returns by the player in the season"
},
"FantasyPointsFanDuel": {
"type": [
"number",
"null"
],
"description": "Fantasy points based on FanDuel's scoring system by the player in the season"
},
"FieldGoalsMade0to19": {
"type": [
"number",
"null"
],
"description": "Total field goals of 0 to 19 yards made by the player in season"
},
"FieldGoalsMade20to29": {
"type": [
"number",
"null"
],
"description": "Total field goals of 20 to 29 yards made by the player in season"
},
"FieldGoalsMade30to39": {
"type": [
"number",
"null"
],
"description": "Total field goals of 30 to 39 yards made by the player in season"
},
"FieldGoalsMade40to49": {
"type": [
"number",
"null"
],
"description": "Total field goals of 40 to 49 yards made by the player in season"
},
"FieldGoalsMade50Plus": {
"type": [
"number",
"null"
],
"description": "Total field goals of 50+ yards made by the player in season"
},
"FantasyPointsDraftKings": {
"type": [
"number",
"null"
],
"description": "Fantasy points based on DraftKings' scoring system by the player in the season"
},
"FantasyPointsYahoo": {
"type": [
"number",
"null"
],
"description": "Fantasy points based on Yahoo's daily fantasy scoring system by the player in the season"
},
"AverageDraftPosition": {
"type": [
"number",
"null"
],
"description": "The average draft position of the player in re-draft leagues"
},
"AverageDraftPositionPPR": {
"type": [
"number",
"null"
],
"description": "The average draft position of this player in Points Per Reception (PPR) leagues."
},
"TeamID": {
"type": [
"integer",
"null"
],
"description": "The unique ID of the team that the player is on. Note: If the player is a free agent; this field is NULL"
},
"GlobalTeamID": {
"type": [
"integer",
"null"
],
"description": "A globally unique ID for this team. This value is guaranteed to be unique across all sports/leagues"
},
"FantasyPointsFantasyDraft": {
"type": [
"number",
"null"
],
"description": "Fantasy points based on FantasyDraft's scoring system by the player in the season"
},
"ScoringDetails": {
"type": "array",
"items": {
"$ref": "#/components/schemas/ScoringDetail"
},
"description": "The details of the scoring plays this player recorded in the season"
},
"AverageDraftPositionRookie": {
"type": [
"number",
"null"
],
"description": "The average draft position of this rookie in Points Per Reception (PPR) leagues."
},
"AverageDraftPositionDynasty": {
"type": [
"number",
"null"
],
"description": "The average draft position of this player in dynasty drafts leagues"
},
"AverageDraftPosition2QB": {
"type": [
"number",
"null"
],
"description": "The average draft position of this player in 2 Quarterback leagues"
},
"OffensiveFumbleRecoveryTouchdowns": {
"type": [
"integer",
"null"
],
"description": "This field is deprecated"
}
}
}