Skip to main content

NFL Team Split Stats API Documentation

Requirement

You need an API key to use SportsBlaze. Get access at www.sportsblaze.com.

Update Frequency

This endpoint updates every 60 seconds.

Description

This endpoint returns NFL team split stats and custom rankings.

API Endpoint

https://api.sportsblaze.com/nfl/v1/splits/teams/{season}/{split}.json

Splits

  • regular_season
  • regular_season_away
  • regular_season_home
  • regular_season_last_1
  • regular_season_last_5
  • regular_season_last_10
  • regular_season_wins
  • regular_season_losses
  • regular_season_away_wins
  • regular_season_away_losses
  • regular_season_home_wins
  • regular_season_home_losses
  • regular_season_last_1_away
  • regular_season_last_5_away
  • regular_season_last_1_home
  • regular_season_last_5_home
  • regular_season_vs_{team}
  • {month}
  • {day}
  • playoffs
  • playoffs_last_1

Parameters

key (required)

Your SportsBlaze API key.

id

The team id (e.g. 7a566209-2a25-5262-9f14-30ab54c8f3e9). Separate multiple ids with a comma (e.g. 7a566209-2a25-5262-9f14-30ab54c8f3e9,4519210b-190a-593d-a274-b3a882a2a490).

stats

Rank teams by stat(s) (e.g. own_total_passing_yards, opponents_average_rushing_yards, or own_total_receptions). Combine multiple stats by separating them with a comma (e.g. own_total_passing_yards,own_total_receptions_yards,own_total_rushing_yards).

Format: own/opponents_total/average_{stat}

min/max_played

Min/max games played (e.g. min_played=5 or max_played=10).

min/max_{stat}

Min/max stat value (e.g. min_own_total_passing_yards, max_opponents_average_rushing_attempts, or min_own_total_passing_interceptions).

Format: min/max_own/opponents_total/average_{stat}

sort

Sort ranked teams in ascending order (e.g. sort=asc).

Example URLs

2024 team split stats, Thursday games:

https://api.sportsblaze.com/nfl/v1/splits/teams/2024/thursday.json?key=your_key

2024 team split stats, regular season vs Arizona Cardinals, minimum 2 games played:

https://api.sportsblaze.com/nfl/v1/splits/teams/2024/regular_season_vs_arizona_cardinals.json?key=your_key&min_played=2

2024 team split stats, regular season last 10 games, ranked by own total passing yards, minimum 100 own total passing attempts:

https://api.sportsblaze.com/nfl/v1/splits/teams/2024/regular_season_last_10.json?key=your_key&stats=own_total_passing_yards&min_own_total_passing_attempts=100

2024 team split stats, regular season home games, minimum 5 games played, minimum 10 own total receptions, ranked by own total rushing yards & own total receiving yards:

https://api.sportsblaze.com/nfl/v1/splits/teams/2024/regular_season_home.json?key=your_key&min_played=5&min_own_total_receptions=10&stats=own_total_rushing_yards,own_total_receptions_yards

2024 team split stats, December games, minimum 3 games played, ranked by own average passing interceptions in ascending order, minimum 100 own total passing attempts, minimum 1 own total passing interception:

https://api.sportsblaze.com/nfl/v1/splits/teams/2024/december.json?key=your_key&min_played=2&stats=own_average_passing_interceptions&sort=asc&min_own_total_passing_attempts=100&min_own_total_passing_interceptions=1

Example Response

{
"league": {
"id": "nfl",
"name": "NFL",
"sport": "Football"
},
"season": {
"year": 2024,
"split": "Sunday"
},
"ranking": {
"stats": [
"own_total_receptions_yards",
"own_total_rushing_yards"
],
"min_played": 10,
"max_opponents_average_rushing_yards": 150,
"results": 29
},
"teams": [
{
"rank": {
"sequence": 1,
"total": 6869
},
"id": "1ea77ce7-fbf4-5347-ba3c-fabab06f310d",
"name": "Philadelphia Eagles",
"played": 18,
"stats": {
"own": {
"total": {
"defensive_fumbles_forced": 23,
"defensive_fumbles_recovered": 20,
"defensive_interceptions": 17,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 8,
"defensive_miscellaneous_tackles": 4,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 105,
"defensive_quarterback_hits": 103,
"defensive_sack_yards": 376,
"defensive_sacks": 51,
"defensive_safeties": 0,
"defensive_special_teams_blocks": 1,
"defensive_special_teams_fumbles_forced": 5,
"defensive_special_teams_fumbles_recovered": 4,
"defensive_special_teams_tackles": 49,
"defensive_special_teams_tackles_assists": 33,
"defensive_tackles": 620,
"defensive_tackles_assists": 385,
"defensive_tackles_combined": 1005,
"defensive_tackles_for_loss": 90,
"defensive_tackles_for_loss_yards": 423,
"defensive_touchdowns": 2,
"extra_points_attempts": 56,
"extra_points_blocked": 0,
"extra_points_made": 53,
"extra_points_missed": 3,
"field_goals_attempts": 39,
"field_goals_blocked": 1,
"field_goals_longest_made": 526,
"field_goals_made": 32,
"field_goals_missed": 6,
"field_goals_yards": 1175,
"first_downs": 371,
"first_downs_passing": 168,
"first_downs_penalty": 33,
"first_downs_rushing": 170,
"fourth_down_attempts": 27,
"fourth_down_conversions": 19,
"fumbles": 18,
"fumbles_forced": 28,
"fumbles_lost": 8,
"fumbles_opponent_recoveries": 20,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 56,
"fumbles_out_of_bounds": 1,
"fumbles_own_recoveries": 9,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": -14,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"goal_to_go_attempts": 36,
"goal_to_go_made": 30,
"interceptions": 17,
"interceptions_long": 187,
"interceptions_longest_touchdown": 107,
"interceptions_made": 4,
"interceptions_returned": 17,
"interceptions_returned_touchdowns": 2,
"interceptions_returned_yards": 219,
"interceptions_touchdowns": 2,
"interceptions_yards": 219,
"kick_returns": 40,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 513,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 1085,
"kickoffs": 112,
"kickoffs_in_end_zone": 86,
"kickoffs_inside_20": 1,
"kickoffs_made": 112,
"kickoffs_out_of_bounds": 1,
"kickoffs_return_yards": 1066,
"kickoffs_to_end_zone": 15,
"kickoffs_touchbacks": 71,
"kickoffs_yards": 7111,
"passing_attempts": 448,
"passing_completions": 307,
"passing_interceptions": 4,
"passing_long": 655,
"passing_longest_touchdown_pass": 321,
"passing_rating": 2292.8,
"passing_sack_yards_lost": 392,
"passing_sacks": 53,
"passing_times_sacked": 53,
"passing_touchdowns": 26,
"passing_yards": 3169,
"penalties_made": 106,
"penalties_yards": 801,
"plays": 1156,
"punt_returns": 34,
"punt_returns_fair_catches": 26,
"punt_returns_longest": 180,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 281,
"punts": 60,
"punts_attempts": 61,
"punts_blocked": 1,
"punts_inside_20": 23,
"punts_longest": 956,
"punts_return_yards": 213,
"punts_touchbacks": 9,
"punts_yards": 2927,
"receptions": 307,
"receptions_long": 655,
"receptions_longest_touchdown": 321,
"receptions_pass_target": 420,
"receptions_touchdowns": 26,
"receptions_yards": 3561,
"receptions_yards_after_catch": 1595,
"red_zone_attempts": 70,
"red_zone_made": 43,
"rushing_attempts": 655,
"rushing_long": 687,
"rushing_longest_touchdown": 410,
"rushing_plays": 655,
"rushing_tackles_for_loss": 53,
"rushing_tackles_for_loss_yards": -116,
"rushing_touchdowns": 34,
"rushing_yards": 3308,
"safeties_one_point": 0,
"safeties_two_point": 0,
"third_down_attempts": 240,
"third_down_conversions": 95,
"touchdowns_other": 0,
"turnovers": 12,
"two_point_defensive_attempts": 1,
"two_point_defensive_made": 1,
"two_point_passing_attempts": 1,
"two_point_passing_made": 0,
"two_point_reception_attempts": 1,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 5,
"two_point_rushing_made": 2,
"yards": 6477
},
"average": {
"defensive_fumbles_forced": 1.2777777777777777,
"defensive_fumbles_recovered": 1.1111111111111112,
"defensive_interceptions": 0.9444444444444444,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0.4444444444444444,
"defensive_miscellaneous_tackles": 0.2222222222222222,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 5.833333333333333,
"defensive_quarterback_hits": 5.722222222222222,
"defensive_sack_yards": 20.88888888888889,
"defensive_sacks": 2.8333333333333335,
"defensive_safeties": 0,
"defensive_special_teams_blocks": 0.05555555555555555,
"defensive_special_teams_fumbles_forced": 0.2777777777777778,
"defensive_special_teams_fumbles_recovered": 0.2222222222222222,
"defensive_special_teams_tackles": 2.7222222222222223,
"defensive_special_teams_tackles_assists": 1.8333333333333333,
"defensive_tackles": 34.44444444444444,
"defensive_tackles_assists": 21.38888888888889,
"defensive_tackles_combined": 55.833333333333336,
"defensive_tackles_for_loss": 5,
"defensive_tackles_for_loss_yards": 23.5,
"defensive_touchdowns": 0.1111111111111111,
"extra_points_attempts": 3.111111111111111,
"extra_points_blocked": 0,
"extra_points_made": 2.9444444444444446,
"extra_points_missed": 0.16666666666666666,
"field_goals_attempts": 2.1666666666666665,
"field_goals_average_length": 24.305555555555557,
"field_goals_blocked": 0.05555555555555555,
"field_goals_longest_made": 29.22222222222222,
"field_goals_made": 1.7777777777777777,
"field_goals_missed": 0.3333333333333333,
"field_goals_yards": 65.27777777777777,
"first_downs": 20.61111111111111,
"first_downs_passing": 9.333333333333334,
"first_downs_penalty": 1.8333333333333333,
"first_downs_rushing": 9.444444444444445,
"fourth_down_attempts": 1.5,
"fourth_down_conversions": 1.0555555555555556,
"fumbles": 1,
"fumbles_forced": 1.5555555555555556,
"fumbles_lost": 0.4444444444444444,
"fumbles_opponent_recoveries": 1.1111111111111112,
"fumbles_opponent_recovery_touchdowns": 0,
"fumbles_opponent_recovery_yards": 3.111111111111111,
"fumbles_out_of_bounds": 0.05555555555555555,
"fumbles_own_recoveries": 0.5,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": -0.7777777777777778,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"goal_to_go_attempts": 2,
"goal_to_go_made": 1.6666666666666667,
"interceptions": 0.9444444444444444,
"interceptions_long": 10.38888888888889,
"interceptions_longest_touchdown": 5.944444444444445,
"interceptions_made": 0.2222222222222222,
"interceptions_returned": 0.9444444444444444,
"interceptions_returned_touchdowns": 0.1111111111111111,
"interceptions_returned_yards": 12.166666666666666,
"interceptions_touchdowns": 0.1111111111111111,
"interceptions_yards": 12.166666666666666,
"kick_returns": 2.2222222222222223,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 28.5,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 60.27777777777778,
"kick_returns_yards_average": 27.125,
"kickoffs": 6.222222222222222,
"kickoffs_in_end_zone": 4.777777777777778,
"kickoffs_inside_20": 0.05555555555555555,
"kickoffs_made": 6.222222222222222,
"kickoffs_out_of_bounds": 0.05555555555555555,
"kickoffs_return_yards": 59.22222222222222,
"kickoffs_to_end_zone": 0.8333333333333334,
"kickoffs_touchbacks": 3.9444444444444446,
"kickoffs_yards": 395.05555555555554,
"passing_attempts": 24.88888888888889,
"passing_completion_pct": 0.6852678571428571,
"passing_completions": 17.055555555555557,
"passing_interceptions": 0.2222222222222222,
"passing_long": 36.388888888888886,
"passing_longest_touchdown_pass": 17.833333333333332,
"passing_rating": 127.3777777777778,
"passing_sack_yards_lost": 21.77777777777778,
"passing_sacks": 2.9444444444444446,
"passing_times_sacked": 2.9444444444444446,
"passing_touchdowns": 1.4444444444444444,
"passing_yards": 176.05555555555554,
"passing_yards_average": 7.073660714285714,
"penalties_made": 5.888888888888889,
"penalties_yards": 44.5,
"plays": 64.22222222222223,
"punt_returns": 1.8888888888888888,
"punt_returns_fair_catches": 1.4444444444444444,
"punt_returns_longest": 10,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 15.61111111111111,
"punt_returns_yards_average": 8.264705882352942,
"punts": 3.3333333333333335,
"punts_attempts": 3.388888888888889,
"punts_blocked": 0.05555555555555555,
"punts_inside_20": 1.2777777777777777,
"punts_longest": 53.111111111111114,
"punts_return_yards": 11.833333333333334,
"punts_touchbacks": 0.5,
"punts_yards": 162.61111111111111,
"punts_yards_average_gross": 46.26666666666667,
"punts_yards_average_net": 39.37222222222223,
"receptions": 17.055555555555557,
"receptions_average": 11.599348534201955,
"receptions_long": 36.388888888888886,
"receptions_longest_touchdown": 17.833333333333332,
"receptions_pass_target": 23.333333333333332,
"receptions_touchdowns": 1.4444444444444444,
"receptions_yards": 197.83333333333334,
"receptions_yards_after_catch": 88.61111111111111,
"red_zone_attempts": 3.888888888888889,
"red_zone_made": 2.388888888888889,
"rushing_attempts": 36.388888888888886,
"rushing_average": 5.050381679389313,
"rushing_long": 38.166666666666664,
"rushing_longest_touchdown": 22.77777777777778,
"rushing_plays": 36.388888888888886,
"rushing_tackles_for_loss": 2.9444444444444446,
"rushing_tackles_for_loss_yards": -6.444444444444445,
"rushing_touchdowns": 1.8888888888888888,
"rushing_yards": 183.77777777777777,
"safeties_one_point": 0,
"safeties_two_point": 0,
"third_down_attempts": 13.333333333333334,
"third_down_conversions": 5.277777777777778,
"touchdowns_other": 0,
"turnovers": 0.6666666666666666,
"two_point_defensive_attempts": 0.05555555555555555,
"two_point_defensive_made": 0.05555555555555555,
"two_point_passing_attempts": 0.05555555555555555,
"two_point_passing_made": 0,
"two_point_reception_attempts": 0.05555555555555555,
"two_point_reception_made": 0,
"two_point_rushing_attempts": 0.2777777777777778,
"two_point_rushing_made": 0.1111111111111111,
"yards": 359.8333333333333
}
},
"opponents": {
"total": {
"defensive_fumbles_forced": 10,
"defensive_fumbles_recovered": 8,
"defensive_interceptions": 4,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 14,
"defensive_miscellaneous_tackles": 12,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 50,
"defensive_quarterback_hits": 83,
"defensive_sack_yards": 392,
"defensive_sacks": 53,
"defensive_safeties": 1,
"defensive_special_teams_blocks": 2,
"defensive_special_teams_fumbles_forced": 2,
"defensive_special_teams_fumbles_recovered": 4,
"defensive_special_teams_tackles": 52,
"defensive_special_teams_tackles_assists": 43,
"defensive_tackles": 704,
"defensive_tackles_assists": 456,
"defensive_tackles_combined": 1160,
"defensive_tackles_for_loss": 103,
"defensive_tackles_for_loss_yards": 487,
"defensive_touchdowns": 1,
"extra_points_attempts": 24,
"extra_points_blocked": 1,
"extra_points_made": 21,
"extra_points_missed": 2,
"field_goals_attempts": 31,
"field_goals_blocked": 0,
"field_goals_longest_made": 546,
"field_goals_made": 24,
"field_goals_missed": 7,
"field_goals_yards": 900,
"first_downs": 303,
"first_downs_passing": 186,
"first_downs_penalty": 19,
"first_downs_rushing": 98,
"fourth_down_attempts": 36,
"fourth_down_conversions": 22,
"fumbles": 38,
"fumbles_forced": 12,
"fumbles_lost": 20,
"fumbles_opponent_recoveries": 8,
"fumbles_opponent_recovery_touchdowns": 1,
"fumbles_opponent_recovery_yards": 39,
"fumbles_out_of_bounds": 3,
"fumbles_own_recoveries": 15,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": -26,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"goal_to_go_attempts": 25,
"goal_to_go_made": 19,
"interceptions": 4,
"interceptions_long": 23,
"interceptions_longest_touchdown": 0,
"interceptions_made": 17,
"interceptions_returned": 4,
"interceptions_returned_touchdowns": 0,
"interceptions_returned_yards": 23,
"interceptions_touchdowns": 0,
"interceptions_yards": 23,
"kick_returns": 39,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 466,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 1066,
"kickoffs": 76,
"kickoffs_in_end_zone": 43,
"kickoffs_inside_20": 1,
"kickoffs_made": 76,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 1085,
"kickoffs_to_end_zone": 11,
"kickoffs_touchbacks": 32,
"kickoffs_yards": 4606,
"passing_attempts": 604,
"passing_completions": 375,
"passing_interceptions": 17,
"passing_long": 595,
"passing_longest_touchdown_pass": 271,
"passing_rating": 1709.5,
"passing_sack_yards_lost": 376,
"passing_sacks": 51,
"passing_times_sacked": 51,
"passing_touchdowns": 23,
"passing_yards": 3269,
"penalties_made": 95,
"penalties_yards": 795,
"plays": 1076,
"punt_returns": 26,
"punt_returns_fair_catches": 7,
"punt_returns_longest": 160,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 213,
"punts": 72,
"punts_attempts": 72,
"punts_blocked": 0,
"punts_inside_20": 24,
"punts_longest": 904,
"punts_return_yards": 281,
"punts_touchbacks": 2,
"punts_yards": 3372,
"receptions": 375,
"receptions_long": 595,
"receptions_longest_touchdown": 271,
"receptions_pass_target": 587,
"receptions_touchdowns": 23,
"receptions_yards": 3645,
"receptions_yards_after_catch": 1628,
"red_zone_attempts": 50,
"red_zone_made": 25,
"rushing_attempts": 421,
"rushing_long": 342,
"rushing_longest_touchdown": 22,
"rushing_plays": 421,
"rushing_tackles_for_loss": 35,
"rushing_tackles_for_loss_yards": -80,
"rushing_touchdowns": 9,
"rushing_yards": 1729,
"safeties_one_point": 0,
"safeties_two_point": 1,
"third_down_attempts": 236,
"third_down_conversions": 90,
"touchdowns_other": 1,
"turnovers": 37,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 9,
"two_point_passing_made": 5,
"two_point_reception_attempts": 9,
"two_point_reception_made": 5,
"two_point_rushing_attempts": 1,
"two_point_rushing_made": 1,
"yards": 4998
},
"average": {
"defensive_fumbles_forced": 0.5555555555555556,
"defensive_fumbles_recovered": 0.4444444444444444,
"defensive_interceptions": 0.2222222222222222,
"defensive_miscellaneous_fumbles_forced": 0,
"defensive_miscellaneous_fumbles_recovered": 0.7777777777777778,
"defensive_miscellaneous_tackles": 0.6666666666666666,
"defensive_miscellaneous_tackles_assists": 0,
"defensive_passes_defended": 2.7777777777777777,
"defensive_quarterback_hits": 4.611111111111111,
"defensive_sack_yards": 21.77777777777778,
"defensive_sacks": 2.9444444444444446,
"defensive_safeties": 0.05555555555555555,
"defensive_special_teams_blocks": 0.1111111111111111,
"defensive_special_teams_fumbles_forced": 0.1111111111111111,
"defensive_special_teams_fumbles_recovered": 0.2222222222222222,
"defensive_special_teams_tackles": 2.888888888888889,
"defensive_special_teams_tackles_assists": 2.388888888888889,
"defensive_tackles": 39.111111111111114,
"defensive_tackles_assists": 25.333333333333332,
"defensive_tackles_combined": 64.44444444444444,
"defensive_tackles_for_loss": 5.722222222222222,
"defensive_tackles_for_loss_yards": 27.055555555555557,
"defensive_touchdowns": 0.05555555555555555,
"extra_points_attempts": 1.3333333333333333,
"extra_points_blocked": 0.05555555555555555,
"extra_points_made": 1.1666666666666667,
"extra_points_missed": 0.1111111111111111,
"field_goals_attempts": 1.7222222222222223,
"field_goals_average_length": 23.11111111111111,
"field_goals_blocked": 0,
"field_goals_longest_made": 30.333333333333332,
"field_goals_made": 1.3333333333333333,
"field_goals_missed": 0.3888888888888889,
"field_goals_yards": 50,
"first_downs": 16.833333333333332,
"first_downs_passing": 10.333333333333334,
"first_downs_penalty": 1.0555555555555556,
"first_downs_rushing": 5.444444444444445,
"fourth_down_attempts": 2,
"fourth_down_conversions": 1.2222222222222223,
"fumbles": 2.111111111111111,
"fumbles_forced": 0.6666666666666666,
"fumbles_lost": 1.1111111111111112,
"fumbles_opponent_recoveries": 0.4444444444444444,
"fumbles_opponent_recovery_touchdowns": 0.05555555555555555,
"fumbles_opponent_recovery_yards": 2.1666666666666665,
"fumbles_out_of_bounds": 0.16666666666666666,
"fumbles_own_recoveries": 0.8333333333333334,
"fumbles_own_recovery_touchdowns": 0,
"fumbles_own_recovery_yards": -1.4444444444444444,
"fumbles_recovered_in_end_zone_for_touchdown": 0,
"goal_to_go_attempts": 1.3888888888888888,
"goal_to_go_made": 1.0555555555555556,
"interceptions": 0.2222222222222222,
"interceptions_long": 1.2777777777777777,
"interceptions_longest_touchdown": 0,
"interceptions_made": 0.9444444444444444,
"interceptions_returned": 0.2222222222222222,
"interceptions_returned_touchdowns": 0,
"interceptions_returned_yards": 1.2777777777777777,
"interceptions_touchdowns": 0,
"interceptions_yards": 1.2777777777777777,
"kick_returns": 2.1666666666666665,
"kick_returns_fair_catches": 0,
"kick_returns_longest": 25.88888888888889,
"kick_returns_longest_touchdown": 0,
"kick_returns_touchdowns": 0,
"kick_returns_yards": 59.22222222222222,
"kick_returns_yards_average": 27.333333333333332,
"kickoffs": 4.222222222222222,
"kickoffs_in_end_zone": 2.388888888888889,
"kickoffs_inside_20": 0.05555555555555555,
"kickoffs_made": 4.222222222222222,
"kickoffs_out_of_bounds": 0,
"kickoffs_return_yards": 60.27777777777778,
"kickoffs_to_end_zone": 0.6111111111111112,
"kickoffs_touchbacks": 1.7777777777777777,
"kickoffs_yards": 255.88888888888889,
"passing_attempts": 33.55555555555556,
"passing_completion_pct": 0.6208609271523179,
"passing_completions": 20.833333333333332,
"passing_interceptions": 0.9444444444444444,
"passing_long": 33.05555555555556,
"passing_longest_touchdown_pass": 15.055555555555555,
"passing_rating": 94.97222222222223,
"passing_sack_yards_lost": 20.88888888888889,
"passing_sacks": 2.8333333333333335,
"passing_times_sacked": 2.8333333333333335,
"passing_touchdowns": 1.2777777777777777,
"passing_yards": 181.61111111111111,
"passing_yards_average": 5.412251655629139,
"penalties_made": 5.277777777777778,
"penalties_yards": 44.166666666666664,
"plays": 59.77777777777778,
"punt_returns": 1.4444444444444444,
"punt_returns_fair_catches": 0.3888888888888889,
"punt_returns_longest": 8.88888888888889,
"punt_returns_longest_touchdown": 0,
"punt_returns_touchdowns": 0,
"punt_returns_yards": 11.833333333333334,
"punt_returns_yards_average": 8.192307692307692,
"punts": 4,
"punts_attempts": 4,
"punts_blocked": 0,
"punts_inside_20": 1.3333333333333333,
"punts_longest": 50.22222222222222,
"punts_return_yards": 15.61111111111111,
"punts_touchbacks": 0.1111111111111111,
"punts_yards": 187.33333333333334,
"punts_yards_average_gross": 43.8,
"punts_yards_average_net": 39.74444444444444,
"receptions": 20.833333333333332,
"receptions_average": 9.72,
"receptions_long": 33.05555555555556,
"receptions_longest_touchdown": 15.055555555555555,
"receptions_pass_target": 32.611111111111114,
"receptions_touchdowns": 1.2777777777777777,
"receptions_yards": 202.5,
"receptions_yards_after_catch": 90.44444444444444,
"red_zone_attempts": 2.7777777777777777,
"red_zone_made": 1.3888888888888888,
"rushing_attempts": 23.38888888888889,
"rushing_average": 4.10688836104513,
"rushing_long": 19,
"rushing_longest_touchdown": 1.2222222222222223,
"rushing_plays": 23.38888888888889,
"rushing_tackles_for_loss": 1.9444444444444444,
"rushing_tackles_for_loss_yards": -4.444444444444445,
"rushing_touchdowns": 0.5,
"rushing_yards": 96.05555555555556,
"safeties_one_point": 0,
"safeties_two_point": 0.05555555555555555,
"third_down_attempts": 13.11111111111111,
"third_down_conversions": 5,
"touchdowns_other": 0.05555555555555555,
"turnovers": 2.0555555555555554,
"two_point_defensive_attempts": 0,
"two_point_defensive_made": 0,
"two_point_passing_attempts": 0.5,
"two_point_passing_made": 0.2777777777777778,
"two_point_reception_attempts": 0.5,
"two_point_reception_made": 0.2777777777777778,
"two_point_rushing_attempts": 0.05555555555555555,
"two_point_rushing_made": 0.05555555555555555,
"yards": 277.6666666666667
}
}
},
"games": [
"3a2030c5-1e3a-54ef-8d73-e541a910e4b5",
"e13e11f7-a0db-5c4e-b889-3152beb3d0a1",
"28c949fa-ae40-52f1-bb69-ab50a7cdcfce",
"fe64ef14-fac6-55a2-8870-fd303e953a5a",
"ec773b76-690a-5087-884b-c4186839587a",
"b08c44a4-15d7-59fc-8b5b-985848781664",
"15c01c20-69ed-566c-bea8-da7eed3ebf6e",
"ba501dba-0185-5b37-998c-8f7085f64ef3",
"8b288814-2ce9-561e-b8e3-3ae0bae5ad4a",
"fc0f7c43-bf4e-50f2-beac-b4466622c709",
"ea0d9a48-1881-5c6f-a63b-bc28bb23d5e4",
"0e7f0b8e-9857-5a51-8ecc-c8c70b7a53c4",
"a23d528a-ebb7-5326-9c03-135c186786b5",
"28041cbd-7c9e-5d30-8c35-bfb001968370",
"fb7dc039-954a-5400-8f69-2f39a116018e",
"9758e048-61e5-56cc-82d4-0f80589a1215",
"7c22dd7b-d41d-524d-8978-9554a20ab1f2",
"f36418d0-e090-5f75-97e5-aa7b3063368d"
]
}
],
"updated": "2025-05-08T19:04:23Z"
}