NFL Game Boxscore API Documentation
Requirement
You need an API key to use SportsBlaze. Get access at www.sportsblaze.com.
Update Frequency
This endpoint updates every 1 second.
Description
This endpoint returns NFL boxscores by game id.
API Endpoint
https://api.sportsblaze.com/nfl/v1/boxscores/game/{id}.json
Parameters
key
(required)
Your SportsBlaze API key.
Example URLs
Game boxscore:
https://api.sportsblaze.com/nfl/v1/boxscores/game/3a2030c5-1e3a-54ef-8d73-e541a910e4b5.json?key=your_key
Example Response
{
"league": {
"id": "nfl",
"name": "NFL",
"sport": "Football"
},
"season": {
"year": 2024,
"type": "Playoffs",
"week": 4
},
"id": "3a2030c5-1e3a-54ef-8d73-e541a910e4b5",
"teams": {
"away": {
"id": "93144434-dd9d-59e9-8520-a31af39403bc",
"name": "Kansas City Chiefs"
},
"home": {
"id": "1ea77ce7-fbf4-5347-ba3c-fabab06f310d",
"name": "Philadelphia Eagles"
}
},
"date": "2025-02-09T23:30:00Z",
"status": "Final",
"venue": {
"name": "Caesars Superdome",
"location": "New Orleans"
},
"broadcasts": [
{
"name": "FOX",
"type": "TV",
"country": "United States",
"market": "National"
},
{
"name": "Tubi",
"type": "Streaming",
"country": "United States",
"market": "National"
},
{
"name": "FOX Deportes",
"type": "TV",
"country": "United States",
"market": "National"
},
{
"name": "Telemundo",
"type": "TV",
"country": "United States",
"market": "National"
}
],
"scores": {
"periods": [
{
"number": 1,
"type": "Regulation",
"away": {
"points": 0
},
"home": {
"points": 7
}
},
{
"number": 2,
"type": "Regulation",
"away": {
"points": 0
},
"home": {
"points": 17
}
},
{
"number": 3,
"type": "Regulation",
"away": {
"points": 6
},
"home": {
"points": 10
}
},
{
"number": 4,
"type": "Regulation",
"away": {
"points": 16
},
"home": {
"points": 6
}
}
],
"total": {
"away": {
"points": 22
},
"home": {
"points": 40
}
}
},
"stats": {
"away": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 1,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 1,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 1,
"defensive_quarterback_hits": 3,
"defensive_sack_yards": 11,
"defensive_sacks": 2,
"defensive_safeties": 0,
"defensive_special_teams_blocks": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 3,
"defensive_special_teams_tackles_assists": 2,
"defensive_tackles": 44,
"defensive_tackles_assists": 27,
"defensive_tackles_combined": 71,
"defensive_tackles_for_loss": 10,
"defensive_tackles_for_loss_yards": 28,
"defensive_touchdowns": 0,
"extra_points_attempts": 0,
"extra_points_blocked": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"field_goals_attempts": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_yards": 0,
"first_downs_passing": 11,
"first_downs_penalty": 0,
"first_downs_rushing": 1,
"first_downs": 12,
"fourth_down_attempts": 1,
"fourth_down_conversions": 0,
"fumbles": 2,
"fumbles_forced": 0,
"fumbles_lost": 1,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 1,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"goal_to_go_attempts": 0,
"goal_to_go_made": 0,
"interceptions": 1,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_made": 2,
"interceptions_returned": 1,
"interceptions_returned_touchdowns": 0,
"interceptions_returned_yards": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kick_returns": 3,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 35,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 84,
"kick_returns_yards_average": 28,
"kickoffs": 4,
"kickoffs_in_end_zone": 1,
"kickoffs_inside_20": 0,
"kickoffs_made": 4,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 25,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 1,
"kickoffs_yards": 148,
"passing_attempts": 32,
"passing_completion_pct": 65.6,
"passing_completions": 21,
"passing_interceptions": 2,
"passing_long": 50,
"passing_longest_touchdown_pass": 50,
"passing_rating": 95.4,
"passing_sack_yards_lost": 31,
"passing_sacks": 6,
"passing_times_sacked": 6,
"passing_touchdowns": 3,
"passing_yards": 226,
"passing_yards_average": 7.0625,
"penalties_made": 7,
"penalties_yards": 75,
"plays": 49,
"punt_returns": 1,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 5,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 5,
"punt_returns_yards_average": 5,
"punts": 6,
"punts_attempts": 6,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 60,
"punts_return_yards": 27,
"punts_touchbacks": 2,
"punts_yards": 311,
"punts_yards_average_gross": 51.8,
"punts_yards_average_net": 40.7,
"receptions": 21,
"receptions_average": 8.2375,
"receptions_long": 50,
"receptions_longest_touchdown": 50,
"receptions_pass_target": 32,
"receptions_touchdowns": 3,
"receptions_yards": 257,
"receptions_yards_after_catch": 90,
"red_zone_attempts": 1,
"red_zone_made": 1,
"rushing_attempts": 11,
"rushing_average": 4.5,
"rushing_long": 8,
"rushing_longest_touchdown": 0,
"rushing_plays": 11,
"rushing_tackles_for_loss": 1,
"rushing_tackles_for_loss_yards": -2,
"rushing_touchdowns": 0,
"rushing_yards": 49,
"safeties_one_point": 0,
"safeties_two_point": 0,
"third_down_attempts": 11,
"third_down_conversions": 3,
"time_of_possession": "23:02",
"touchdowns_other": 0,
"turnovers": 3,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 3,
"two_point_passing_made": 2,
"two_point_reception_attempts": 3,
"two_point_reception_made": 2,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0,
"yards": 275
},
"home": {
"defensive_fumbles_forced": 1,
"defensive_fumbles_recovered": 1,
"defensive_interceptions": 2,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 4,
"defensive_quarterback_hits": 11,
"defensive_sack_yards": 31,
"defensive_sacks": 6,
"defensive_safeties": 0,
"defensive_special_teams_blocks": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 3,
"defensive_special_teams_tackles_assists": 2,
"defensive_tackles": 27,
"defensive_tackles_assists": 16,
"defensive_tackles_combined": 43,
"defensive_tackles_for_loss": 6,
"defensive_tackles_for_loss_yards": 31,
"defensive_touchdowns": 1,
"extra_points_attempts": 4,
"extra_points_blocked": 0,
"extra_points_made": 4,
"extra_points_missed": 0,
"field_goals_attempts": 4,
"field_goals_average_length": 43.8,
"field_goals_blocked": 0,
"field_goals_longest_made": 50,
"field_goals_made": 4,
"field_goals_missed": 0,
"field_goals_yards": 175,
"first_downs_passing": 11,
"first_downs_penalty": 3,
"first_downs_rushing": 7,
"first_downs": 21,
"fourth_down_attempts": 1,
"fourth_down_conversions": 0,
"fumbles": 0,
"fumbles_forced": 1,
"fumbles_lost": 0,
"fumbles_opponent_recoveries": 1,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"goal_to_go_attempts": 2,
"goal_to_go_made": 1,
"interceptions": 2,
"interceptions_long": 38,
"interceptions_longest_touchdown": 38,
"interceptions_made": 1,
"interceptions_returned": 2,
"interceptions_returned_touchdowns": 1,
"interceptions_returned_yards": 38,
"interceptions_touchdowns": 1,
"interceptions_yards": 38,
"kick_returns": 1,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 25,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 25,
"kick_returns_yards_average": 25,
"kickoffs": 9,
"kickoffs_in_end_zone": 9,
"kickoffs_inside_20": 0,
"kickoffs_made": 9,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 84,
"kickoffs_to_end_zone": 3,
"kickoffs_touchbacks": 6,
"kickoffs_yards": 591,
"passing_attempts": 23,
"passing_completion_pct": 73.9,
"passing_completions": 17,
"passing_interceptions": 1,
"passing_long": 46,
"passing_longest_touchdown_pass": 46,
"passing_rating": 159.3,
"passing_sack_yards_lost": 11,
"passing_sacks": 2,
"passing_times_sacked": 2,
"passing_touchdowns": 2,
"passing_yards": 210,
"passing_yards_average": 9.1304347826087,
"penalties_made": 8,
"penalties_yards": 59,
"plays": 70,
"punt_returns": 3,
"punt_returns_fair_catches": 1,
"punt_returns_longest": 13,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 27,
"punt_returns_yards_average": 9,
"punts": 2,
"punts_attempts": 2,
"punts_blocked": 0,
"punts_inside_20": 2,
"punts_longest": 53,
"punts_return_yards": 5,
"punts_touchbacks": 0,
"punts_yards": 96,
"punts_yards_average_gross": 48,
"punts_yards_average_net": 45.5,
"receptions": 17,
"receptions_average": 14.56,
"receptions_long": 46,
"receptions_longest_touchdown": 46,
"receptions_pass_target": 23,
"receptions_touchdowns": 2,
"receptions_yards": 221,
"receptions_yards_after_catch": 82,
"red_zone_attempts": 3,
"red_zone_made": 2,
"rushing_attempts": 45,
"rushing_average": 3,
"rushing_long": 17,
"rushing_longest_touchdown": 1,
"rushing_plays": 45,
"rushing_tackles_for_loss": 7,
"rushing_tackles_for_loss_yards": -13,
"rushing_touchdowns": 1,
"rushing_yards": 135,
"safeties_one_point": 0,
"safeties_two_point": 0,
"third_down_attempts": 12,
"third_down_conversions": 3,
"time_of_possession": "36:58",
"touchdowns_other": 0,
"turnovers": 1,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0,
"yards": 345
}
},
"rosters": {
"away": [
{
"id": "0e431821-edef-5a5d-9710-3b38d82b41b0",
"name": "Travis Kelce",
"position": "TE",
"number": "87",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 4,
"receptions_average": 9.8,
"receptions_long": 13,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 6,
"receptions_touchdowns": 0,
"receptions_yards": 39,
"receptions_yards_after_catch": 19,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 1,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "a5ff79f4-c119-5ae4-a89a-357c281c098f",
"name": "DeAndre Hopkins",
"position": "WR",
"number": "08",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 2,
"receptions_average": 9,
"receptions_long": 11,
"receptions_longest_touchdown": 7,
"receptions_pass_target": 5,
"receptions_touchdowns": 1,
"receptions_yards": 18,
"receptions_yards_after_catch": 1,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 1,
"two_point_reception_made": 1,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "a02b7412-cf58-59de-8def-462e80b2ac61",
"name": "Mike Pennel",
"position": "DT",
"number": "69",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 2,
"defensive_tackles_assists": 3,
"defensive_tackles_combined": 5,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "915e07e4-76b5-5523-bbaa-14dd58243e86",
"name": "Chris Jones",
"position": "DT",
"number": "95",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 1,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "78d2e047-8875-5d56-9cd2-0d56afdb0c09",
"name": "Harrison Butker",
"position": "K",
"number": "07",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 3,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 25,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 1,
"kickoffs_yards": 134,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "7c12684d-5933-5019-9fef-8005fe92683b",
"name": "Samaje Perine",
"position": "RB",
"number": "34",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 1,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 1,
"rushing_average": 8,
"rushing_long": 8,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 8,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "6117e951-ef32-5cb5-a281-f957ef3d2e77",
"name": "JuJu Smith-Schuster",
"position": "WR",
"number": "09",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 2,
"receptions_average": 8,
"receptions_long": 11,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 2,
"receptions_touchdowns": 0,
"receptions_yards": 16,
"receptions_yards_after_catch": 10,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "1413fd5e-1a97-547d-a694-1f7d1f02bb2f",
"name": "Patrick Mahomes",
"position": "QB",
"number": "15",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 1,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 1,
"fumbles_forced": 0,
"fumbles_lost": 1,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 1,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 32,
"passing_completions": 21,
"passing_completion_pct": 65.6,
"passing_interceptions": 2,
"passing_long": 50,
"passing_longest_touchdown_pass": 50,
"passing_rating": 95.4,
"passing_sack_yards_lost": 31,
"passing_times_sacked": 6,
"passing_touchdowns": 3,
"passing_yards": 257,
"passing_yards_average": 8.03125,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 4,
"rushing_average": 6.3,
"rushing_long": 8,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 25,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 3,
"two_point_passing_made": 2,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "74bd8e8f-54b1-540c-ac54-58b753906f0d",
"name": "Kareem Hunt",
"position": "RB",
"number": "29",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 1,
"receptions_average": 5,
"receptions_long": 5,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 1,
"receptions_touchdowns": 0,
"receptions_yards": 5,
"receptions_yards_after_catch": 2,
"rushing_attempts": 3,
"rushing_average": 3,
"rushing_long": 6,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 9,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "74662e71-3330-5440-bbf9-6fe7c16dee6f",
"name": "Justin Reid",
"position": "S",
"number": "20",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 5,
"defensive_tackles_assists": 2,
"defensive_tackles_combined": 7,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "13a4b566-a125-580e-958c-c20882ffebf6",
"name": "Justin Watson",
"position": "WR",
"number": "84",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 1,
"two_point_reception_made": 1,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "5d6fbb32-f1f3-53b3-900e-4c5b60d9429e",
"name": "Derrick Nnadi",
"position": "NT",
"number": "91",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 1,
"defensive_tackles_assists": 1,
"defensive_tackles_combined": 2,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "9c015c63-43f9-5d84-a25f-6338d6c843b6",
"name": "Drue Tranquill",
"position": "OLB",
"number": "23",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 1,
"defensive_sacks": 1,
"defensive_sack_yards": 5,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 7,
"defensive_tackles_assists": 4,
"defensive_tackles_combined": 11,
"defensive_tackles_for_loss": 2,
"defensive_tackles_for_loss_yards": 6,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "6a1ddc17-94a3-536d-876c-bf4faed621eb",
"name": "Charles Omenihu",
"position": "DE",
"number": "90",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 2,
"defensive_tackles_assists": 1,
"defensive_tackles_combined": 3,
"defensive_tackles_for_loss": 1,
"defensive_tackles_for_loss_yards": 1,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "bc930e79-54a3-522d-9c4d-51cec479640b",
"name": "Marquise Brown",
"position": "WR",
"number": "05",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 2,
"receptions_average": 7.5,
"receptions_long": 9,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 6,
"receptions_touchdowns": 0,
"receptions_yards": 15,
"receptions_yards_after_catch": 5,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "e13a2d2c-8eb5-5362-ab6f-551affdfa3de",
"name": "Tershawn Wharton",
"position": "DT",
"number": "98",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 3,
"defensive_tackles_assists": 2,
"defensive_tackles_combined": 5,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "cabb02c1-74fe-56bb-a796-a791ead56cc7",
"name": "Michael Danna",
"position": "DE",
"number": "51",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 1,
"defensive_tackles_combined": 1,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "fb4ea45a-0a8a-58f6-aae7-9dc8e96d325c",
"name": "Nick Bolton",
"position": "OLB",
"number": "32",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 4,
"defensive_tackles_assists": 5,
"defensive_tackles_combined": 9,
"defensive_tackles_for_loss": 2,
"defensive_tackles_for_loss_yards": 5,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "912bcfe8-53f0-5a19-bc69-904cebd7497f",
"name": "Creed Humphrey",
"position": "C",
"number": "52",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 1,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "d4ee1e4c-ace2-5eb1-9dbe-10ddb81d3a35",
"name": "Noah Gray",
"position": "TE",
"number": "83",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 1,
"receptions_average": 2,
"receptions_long": 2,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 1,
"receptions_touchdowns": 0,
"receptions_yards": 2,
"receptions_yards_after_catch": 1,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "7117afb9-8906-5799-8ef8-70b1375d17db",
"name": "Trent McDuffie",
"position": "CB",
"number": "22",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 4,
"defensive_tackles_assists": 1,
"defensive_tackles_combined": 5,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "f735c0d3-ac7c-5f7e-86e2-a8f874ab40db",
"name": "George Karlaftis",
"position": "DE",
"number": "56",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 1,
"defensive_sacks": 1,
"defensive_sack_yards": 6,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 3,
"defensive_tackles_assists": 1,
"defensive_tackles_combined": 4,
"defensive_tackles_for_loss": 1,
"defensive_tackles_for_loss_yards": 6,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "7ada5767-19c2-5aa4-9b2a-63825286635f",
"name": "Bryan Cook",
"position": "FS",
"number": "06",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 1,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 1,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 1,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 3,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 3,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 1,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "0f1765ea-3170-57d3-868c-93422490100f",
"name": "Jaylen Watson",
"position": "CB",
"number": "35",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 1,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 1,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "58a36d92-0913-5a0d-9b1f-f157fa2bc4c2",
"name": "Isiah Pacheco",
"position": "RB",
"number": "10",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 1,
"receptions_average": 5,
"receptions_long": 5,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 2,
"receptions_touchdowns": 0,
"receptions_yards": 5,
"receptions_yards_after_catch": 5,
"rushing_attempts": 3,
"rushing_average": 2.3,
"rushing_long": 6,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 7,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "ff2faec7-73fb-5016-9719-69002f0c0474",
"name": "Matt Araiza",
"position": "P",
"number": "14",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 6,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 60,
"punts_return_yards": 27,
"punts_touchbacks": 2,
"punts_yards": 311,
"punts_yards_average_gross": 51.8,
"punts_yards_average_net": 40.7,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "629e11d3-1c4b-5b89-87ee-4868eebe3f19",
"name": "Leo Chenal",
"position": "MLB",
"number": "54",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 3,
"defensive_tackles_assists": 1,
"defensive_tackles_combined": 4,
"defensive_tackles_for_loss": 1,
"defensive_tackles_for_loss_yards": 2,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 1,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 14,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "31ea9fb2-7a58-5562-aca8-7590fbcb9beb",
"name": "Joshua Williams",
"position": "CB",
"number": "02",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 1,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "0d5a7c53-c00c-57dc-b546-d73c7add6fa9",
"name": "Nikko Remigio",
"position": "WR",
"number": "81",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 3,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 35,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 84,
"kick_returns_yards_average": 28,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 1,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 5,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 5,
"punt_returns_yards_average": 5,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "b13fa616-9e7a-5a8f-99e0-d9657f031449",
"name": "Chamarri Conner",
"position": "DB",
"number": "27",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 3,
"defensive_tackles_assists": 3,
"defensive_tackles_combined": 6,
"defensive_tackles_for_loss": 2,
"defensive_tackles_for_loss_yards": 7,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "bab81b24-7738-5d52-9761-96f35a36f6d5",
"name": "Felix Anudike-Uzomah",
"position": "DE",
"number": "97",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 1,
"defensive_tackles_assists": 1,
"defensive_tackles_combined": 2,
"defensive_tackles_for_loss": 1,
"defensive_tackles_for_loss_yards": 1,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "acc0d61d-8c3c-5438-87cf-9aa2a8e59f7c",
"name": "Swayze Bozeman",
"position": "LB",
"number": "50",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 1,
"defensive_special_teams_tackles_assists": 1,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "fee0d052-7c9c-513c-b364-f9943731a8fb",
"name": "Jaden Hicks",
"position": "DB",
"number": "21",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 1,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 2,
"defensive_tackles_assists": 1,
"defensive_tackles_combined": 3,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "6395be44-4a60-5271-917b-eaecc629de50",
"name": "Xavier Worthy",
"position": "WR",
"number": "01",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 8,
"receptions_average": 19.6,
"receptions_long": 50,
"receptions_longest_touchdown": 50,
"receptions_pass_target": 8,
"receptions_touchdowns": 2,
"receptions_yards": 157,
"receptions_yards_after_catch": 47,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
}
],
"home": [
{
"id": "a41b8cce-9dd7-5a58-8e61-908049faba66",
"name": "Brandon Graham",
"position": "DE",
"number": "55",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 1,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 1,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "aa54bc2f-01ca-54bc-ac66-130d882fef19",
"name": "Darius Slay",
"position": "CB",
"number": "02",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 2,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 2,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "0ac388e3-8639-5736-b45c-e8ee722c4388",
"name": "Rick Lovato",
"position": "LS",
"number": "49",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 1,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "8199a2fa-a86e-5768-acb2-01f08885ffd1",
"name": "Jake Elliott",
"position": "K",
"number": "04",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 4,
"extra_points_made": 4,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 4,
"field_goals_average_length": 43.8,
"field_goals_blocked": 0,
"field_goals_longest_made": 50,
"field_goals_made": 4,
"field_goals_missed": 0,
"field_goals_total_yards": 175,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 9,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 84,
"kickoffs_to_end_zone": 3,
"kickoffs_touchbacks": 6,
"kickoffs_yards": 591,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "c66a5310-849b-5f37-abb4-b851b0101fb8",
"name": "Dallas Goedert",
"position": "TE",
"number": "88",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 2,
"receptions_average": 13.5,
"receptions_long": 20,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 2,
"receptions_touchdowns": 0,
"receptions_yards": 27,
"receptions_yards_after_catch": 6,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "246c0eb8-b518-5a54-9614-80f48369feba",
"name": "Avonte Maddox",
"position": "CB",
"number": "29",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 1,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "9150e291-6657-567d-934d-921f01b69385",
"name": "Josh Sweat",
"position": "OLB",
"number": "19",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 3,
"defensive_sacks": 2.5,
"defensive_sack_yards": 11,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 2,
"defensive_tackles_assists": 4,
"defensive_tackles_combined": 6,
"defensive_tackles_for_loss": 2,
"defensive_tackles_for_loss_yards": 10,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "017e2935-8f36-5acc-abab-e5773bf7609c",
"name": "Oren Burks",
"position": "ILB",
"number": "42",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 3,
"defensive_tackles_assists": 2,
"defensive_tackles_combined": 5,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "a3d3734c-ffec-5c1d-94c1-848b34cedb37",
"name": "Saquon Barkley",
"position": "RB",
"number": "26",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 6,
"receptions_average": 6.7,
"receptions_long": 22,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 7,
"receptions_touchdowns": 0,
"receptions_yards": 40,
"receptions_yards_after_catch": 45,
"rushing_attempts": 25,
"rushing_average": 2.3,
"rushing_long": 10,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 57,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "7410962c-6049-5db0-8770-0ed67f81df78",
"name": "C.J. Gardner-Johnson",
"position": "S",
"number": "08",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 1,
"defensive_tackles_assists": 2,
"defensive_tackles_combined": 3,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "5fd1e39e-fe50-553c-be3a-b30b357aa04c",
"name": "A.J. Brown",
"position": "WR",
"number": "11",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 3,
"receptions_average": 14.3,
"receptions_long": 22,
"receptions_longest_touchdown": 12,
"receptions_pass_target": 5,
"receptions_touchdowns": 1,
"receptions_yards": 43,
"receptions_yards_after_catch": 11,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "b110b067-5e1e-5149-a354-754d8deeae8a",
"name": "Isaiah Rodgers",
"position": "CB",
"number": "34",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 1,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "691c6ccb-7ed2-5096-aa62-c418964f1740",
"name": "Braden Mann",
"position": "P",
"number": "10",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 2,
"punts_blocked": 0,
"punts_inside_20": 2,
"punts_longest": 53,
"punts_return_yards": 5,
"punts_touchbacks": 0,
"punts_yards": 96,
"punts_yards_average_gross": 48,
"punts_yards_average_net": 45.5,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "b73f5cf5-77d2-5529-8490-4d337aebde87",
"name": "Jalen Hurts",
"position": "QB",
"number": "01",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 22,
"passing_completions": 17,
"passing_completion_pct": 77.3,
"passing_interceptions": 1,
"passing_long": 46,
"passing_longest_touchdown_pass": 46,
"passing_rating": 119.7,
"passing_sack_yards_lost": 11,
"passing_times_sacked": 2,
"passing_touchdowns": 2,
"passing_yards": 221,
"passing_yards_average": 10.045454545455,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 11,
"rushing_average": 6.5,
"rushing_long": 17,
"rushing_longest_touchdown": 1,
"rushing_touchdowns": 1,
"rushing_yards": 72,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "eb3e04e1-0ac0-5432-818b-2f6ccbc1e147",
"name": "Zack Baun",
"position": "MLB",
"number": "53",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 1,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 1,
"defensive_quarterback_hits": 1,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 3,
"defensive_tackles_assists": 4,
"defensive_tackles_combined": 7,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 1,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "4db39709-80bc-5d30-ad40-c969f7211023",
"name": "DeVonta Smith",
"position": "WR",
"number": "06",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 4,
"receptions_average": 17.3,
"receptions_long": 46,
"receptions_longest_touchdown": 46,
"receptions_pass_target": 5,
"receptions_touchdowns": 1,
"receptions_yards": 69,
"receptions_yards_after_catch": 3,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "8cfd66b8-c7f0-59a2-902d-8e5fd6993e16",
"name": "Milton Williams",
"position": "DE",
"number": "93",
"stats": {
"defensive_fumbles_forced": 1,
"defensive_fumbles_recovered": 1,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 1,
"defensive_sacks": 2,
"defensive_sack_yards": 18,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 3,
"defensive_tackles_assists": 1,
"defensive_tackles_combined": 4,
"defensive_tackles_for_loss": 2,
"defensive_tackles_for_loss_yards": 18,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 1,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 1,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "4df6e0f8-068a-5e56-be83-e469aaf30dfe",
"name": "Kenneth Gainwell",
"position": "RB",
"number": "14",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 2,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 6,
"rushing_average": 1.7,
"rushing_long": 4,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 10,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "b93e7660-3b8a-5811-b7ab-d09ce1af3980",
"name": "Jordan Davis",
"position": "DT",
"number": "90",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 1,
"defensive_sacks": 1,
"defensive_sack_yards": 1,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 2,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 2,
"defensive_tackles_for_loss": 1,
"defensive_tackles_for_loss_yards": 1,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "73204183-053a-52e1-9f37-fcfa5f75e097",
"name": "Reed Blankenship",
"position": "FS",
"number": "32",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 1,
"defensive_tackles_assists": 2,
"defensive_tackles_combined": 3,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "a57e0a45-0950-5461-964c-3932a0bb4874",
"name": "Jahan Dotson",
"position": "WR",
"number": "83",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 2,
"receptions_average": 21,
"receptions_long": 27,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 3,
"receptions_touchdowns": 0,
"receptions_yards": 42,
"receptions_yards_after_catch": 17,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "88b3aacb-5974-50ae-a8b9-fdd3df3bf1fb",
"name": "Kenny Pickett",
"position": "QB",
"number": "07",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 1,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 39.6,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 3,
"rushing_average": -1.3,
"rushing_long": -1,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": -4,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "5abb95cc-0b13-5ab5-83d8-bc11314193a1",
"name": "Jalen Carter",
"position": "DT",
"number": "98",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 2,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "444a64ba-e62c-5125-b99d-06b86315a9c5",
"name": "Moro Ojomo",
"position": "DT",
"number": "97",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 2,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 2,
"defensive_tackles_for_loss": 1,
"defensive_tackles_for_loss_yards": 2,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "27901610-5473-54cd-af33-956337a13712",
"name": "Nolan Smith",
"position": "OLB",
"number": "03",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 2,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "0c186e22-9adc-5190-a860-f5a3c63a5537",
"name": "Johnny Wilson",
"position": "WR",
"number": "89",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 1,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "361d51cf-7c1b-5c76-9c45-a4f8c805219d",
"name": "Jalyx Hunt",
"position": "LB",
"number": "58",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 1,
"defensive_sacks": 0.5,
"defensive_sack_yards": 1,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 1,
"defensive_tackles_assists": 1,
"defensive_tackles_combined": 2,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "fad990eb-3ec7-5ed3-a938-21d9850d3ad5",
"name": "Will Shipley",
"position": "RB",
"number": "28",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 1,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 1,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 25,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 25,
"kick_returns_yards_average": 25,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "9410735a-401b-59c2-b8e9-54cac0289cb3",
"name": "Jeremiah Trotter Jr.",
"position": "LB",
"number": "54",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 1,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 0,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 0,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "7e425cc2-c48e-5f12-89e9-b67ad0b25916",
"name": "Cooper DeJean",
"position": "CB",
"number": "33",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 1,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 1,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 3,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 3,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 1,
"interceptions_long": 38,
"interceptions_longest_touchdown": 38,
"interceptions_touchdowns": 1,
"interceptions_yards": 38,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 3,
"punt_returns_fair_catches": 1,
"punt_returns_longest": 13,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 27,
"punt_returns_yards_average": 9,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
},
{
"id": "5c97e091-2719-50c2-beeb-41181ade3a52",
"name": "Quinyon Mitchell",
"position": "CB",
"number": "27",
"stats": {
"defensive_fumbles_forced": 0,
"defensive_fumbles_recovered": 0,
"defensive_interceptions": 0,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0,
"defensive_miscellaneous_tackles": 0,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 0,
"defensive_quarterback_hits": 0,
"defensive_sacks": 0,
"defensive_sack_yards": 0,
"defensive_safeties": 0,
"defensive_special_teams_fumbles_forced": 0,
"defensive_special_teams_fumbles_recovered": 0,
"defensive_special_teams_tackles": 0,
"defensive_special_teams_tackles_assists": 0,
"defensive_special_teams_blocks": 0,
"defensive_tackles": 3,
"defensive_tackles_assists": 0,
"defensive_tackles_combined": 3,
"defensive_tackles_for_loss": 0,
"defensive_tackles_for_loss_yards": 0,
"extra_points_attempts": 0,
"extra_points_made": 0,
"extra_points_missed": 0,
"extra_points_blocked": 0,
"field_goals_attempts": 0,
"field_goals_average_length": 0,
"field_goals_blocked": 0,
"field_goals_longest_made": 0,
"field_goals_made": 0,
"field_goals_missed": 0,
"field_goals_total_yards": 0,
"fumbles": 0,
"fumbles_forced": 0,
"fumbles_lost": 0,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"fumbles_opponent_recoveries": 0,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 0,
"fumbles_out_of_bounds": 0,
"fumbles_own_recoveries": 0,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": 0,
"interceptions": 0,
"interceptions_long": 0,
"interceptions_longest_touchdown": 0,
"interceptions_touchdowns": 0,
"interceptions_yards": 0,
"kickoffs": 0,
"kickoffs_inside_20": 0,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 0,
"kickoffs_to_end_zone": 0,
"kickoffs_touchbacks": 0,
"kickoffs_yards": 0,
"kick_returns": 0,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 0,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 0,
"kick_returns_yards_average": 0,
"passing_attempts": 0,
"passing_completions": 0,
"passing_completion_pct": 0,
"passing_interceptions": 0,
"passing_long": 0,
"passing_longest_touchdown_pass": 0,
"passing_rating": 0,
"passing_sack_yards_lost": 0,
"passing_times_sacked": 0,
"passing_touchdowns": 0,
"passing_yards": 0,
"passing_yards_average": 0,
"punts": 0,
"punts_blocked": 0,
"punts_inside_20": 0,
"punts_longest": 0,
"punts_return_yards": 0,
"punts_touchbacks": 0,
"punts_yards": 0,
"punts_yards_average_gross": 0,
"punts_yards_average_net": 0,
"punt_returns": 0,
"punt_returns_fair_catches": 0,
"punt_returns_longest": 0,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 0,
"punt_returns_yards_average": 0,
"receptions": 0,
"receptions_average": 0,
"receptions_long": 0,
"receptions_longest_touchdown": 0,
"receptions_pass_target": 0,
"receptions_touchdowns": 0,
"receptions_yards": 0,
"receptions_yards_after_catch": 0,
"rushing_attempts": 0,
"rushing_average": 0,
"rushing_long": 0,
"rushing_longest_touchdown": 0,
"rushing_touchdowns": 0,
"rushing_yards": 0,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0,
"two_point_rushing_made": 0
}
}
]
},
"updated": "2025-05-08T15:52:46Z"
}