Integration GuidesReference Docs
Coverage MatrixDocumentationChange LogLog InContact Us
Integration Guides

Seasonal Statistics (Player & Team)

This guide helps you access NFL seasonal and player career statistics. It also includes instructions for using the Daily Change Log endpoint to monitor post-game stat revisions.

Introduction to Seasonal Statistics

If you've explored integrating live game updates into your application, you may be familiar with the Game Statistics endpoint, which provides game statistics in real-time. This guide focuses on accessing seasonal statistics — an aggregation of game statistics across a season — for both players and teams.



Prerequisite - Accessing Available Seasons

To avoid confusion and ensure you're accessing available data, refer to our Seasons feed. This resource lists all the seasons for which we have data.

For example: To ensure data availability for future seasons, such as a schedule in advance of when a season begins, first check the Seasons feed to verify that data for that specific season is already provided.

Starting with this feed can prevent unnecessary errors and streamline your data retrieval process.



How to Access Seasonal Statistics

You can access seasonal statistics using the Seasonal Statistics feed. This endpoint provides complete team and player seasonal statistics for a given season.

🕑

Data Availability

Our seasonal statistics date back to the year 2000, although availability can vary by player and team.


Accessing the Seasonal Statistics Feed:

  1. Get a team ID: You can access a list of all active teams in the NFL API database with the Teams endpoint.
  2. Call the Seasonal Statistics feed: Using the team ID, you can retrieve seasonal statistics for that team — covering preseason (PRE), regular season (REG), or postseason (PST) — by querying the Seasonal Statistics feed.

The call will retrieve seasonal statistics for the team and its individual players.


Recommended Pull Frequency:

  • Seasonal stats are updated on a five-minute timer after a game is moved to closed
  • To receive the fastest updates, call the feed five to ten minutes after a game is moved to closed.
  • Otherwise, utilize this feed on an as needed basis.
  • The TTL/Cache is 120 seconds.

👍

Tip

Utilize the Daily Change Log endpoint to capture stat revisions after a game has ended. See the Change Log section for more details.


Example - Retrieving Seasonal Stats for the Buffalo Bills and Josh Allen

This example shows a response from using the team ID 768c92aa-75ff-4a43-bcc0-f2798c2e1724 to access the 2023 regular season stats for the Buffalo Bills and Josh Allen.

Here are the team seasonal stats to start:

{
  "id": "768c92aa-75ff-4a43-bcc0-f2798c2e1724",
  "name": "Bills",
  "market": "Buffalo",
  "alias": "BUF",
  "sr_id": "sr:competitor:4376",
  "season": {
    "id": "a538d200-e916-4272-aa07-b486094a1668",
    "year": 2023,
    "type": "REG",
    "name": "REG"
  },
  "record": {
    "games_played": 17,
    "touchdowns": {
      "pass": 29,
      "rush": 22,
      "total_return": 3,
      "total": 54,
      "fumble_return": 0,
      "int_return": 2,
      "kick_return": 0,
      "punt_return": 1,
      "other": 0
    },
    "rushing": {
      "avg_yards": 4.32,
      "attempts": 512,
      "touchdowns": 22,
      "tlost": 37,
      "tlost_yards": -94,
      "yards": 2212,
      "longest": 42,
      "longest_touchdown": 28,
      "redzone_attempts": 107,
      "broken_tackles": 24,
      "kneel_downs": 22,
      "scrambles": 50,
      "yards_after_contact": 937
    },
    "receiving": {
      "targets": 545,
      "receptions": 385,
      "avg_yards": 11.184,
      "yards": 4306,
      "touchdowns": 29,
      "yards_after_catch": 1973,
      "longest": 81,
      "longest_touchdown": 81,
      "redzone_targets": 62,
      "air_yards": 2333,
      "broken_tackles": 29,
      "dropped_passes": 31,
      "catchable_passes": 32,
      "yards_after_contact": 546
    },
    "punts": {
      "attempts": 51,
      "yards": 2334,
      "net_yards": 2030,
      "blocked": 0,
      "touchbacks": 3,
      "inside_20": 24,
      "return_yards": 244,
      "avg_net_yards": 39.804,
      "avg_yards": 45.765,
      "longest": 70,
      "hang_time": 218.03699999999998,
      "avg_hang_time": 4.275
    },
    "punt_returns": {
      "avg_yards": 11.613,
      "returns": 31,
      "yards": 360,
      "longest": 96,
      "touchdowns": 1,
      "longest_touchdown": 96,
      "faircatches": 25
    },
    "penalties": {
      "penalties": 106,
      "yards": 883
    },
    "passing": {
      "attempts": 579,
      "completions": 385,
      "cmp_pct": 66.494,
      "interceptions": 18,
      "sack_yards": 152,
      "rating": 92.2,
      "touchdowns": 29,
      "avg_yards": 7.437,
      "sacks": 24,
      "longest": 81,
      "longest_touchdown": 81,
      "air_yards": 2333,
      "redzone_attempts": 68,
      "net_yards": 4154,
      "yards": 4154,
      "gross_yards": 4306,
      "int_touchdowns": 0,
      "throw_aways": 28,
      "poor_throws": 78,
      "defended_passes": 55,
      "dropped_passes": 31,
      "spikes": 2,
      "blitzes": 181,
      "hurries": 51,
      "knockdowns": 51,
      "pocket_time": 1416.0509999999997,
      "batted_passes": 7,
      "on_target_throws": 427
    },
    "kickoffs": {
      "endzone": 9,
      "inside_20": 19,
      "return_yards": 649,
      "returned": 28,
      "touchbacks": 53,
      "yards": 5952,
      "out_of_bounds": 1,
      "kickoffs": 95,
      "onside_attempts": 1,
      "onside_successes": 0,
      "squib_kicks": 0
    },
    "kick_returns": {
      "avg_yards": 20.529,
      "yards": 349,
      "longest": 41,
      "touchdowns": 0,
      "longest_touchdown": 0,
      "faircatches": 4,
      "returns": 17
    },
    "interceptions": {
      "return_yards": 148,
      "returned": 18,
      "interceptions": 18
    },
    "int_returns": {
      "avg_yards": 8.222,
      "yards": 148,
      "longest": 40,
      "touchdowns": 2,
      "longest_touchdown": 40,
      "returns": 18
    },
    "fumbles": {
      "fumbles": 20,
      "lost_fumbles": 10,
      "own_rec": 7,
      "own_rec_yards": -4,
      "opp_rec": 12,
      "opp_rec_yards": 7,
      "out_of_bounds": 1,
      "forced_fumbles": 14,
      "own_rec_tds": 0,
      "opp_rec_tds": 0,
      "ez_rec_tds": 0
    },
    "first_downs": {
      "pass": 199,
      "penalty": 24,
      "rush": 158,
      "total": 381
    },
    "field_goals": {
      "attempts": 29,
      "made": 24,
      "blocked": 1,
      "yards": 898,
      "avg_yards": 32.071,
      "longest": 54,
      "missed": 4,
      "pct": 82.759,
      "attempts_19": 0,
      "attempts_29": 4,
      "attempts_39": 13,
      "attempts_49": 6,
      "attempts_50": 6,
      "made_19": 0,
      "made_29": 4,
      "made_39": 12,
      "made_49": 4,
      "made_50": 4
    },
    "defense": {
      "tackles": 663,
      "assists": 321,
      "combined": 984,
      "sacks": 53,
      "sack_yards": 328,
      "interceptions": 18,
      "passes_defended": 79,
      "forced_fumbles": 12,
      "fumble_recoveries": 11,
      "qb_hits": 116,
      "tloss": 85,
      "tloss_yards": 351,
      "safeties": 0,
      "sp_tackles": 38,
      "sp_assists": 13,
      "sp_forced_fumbles": 1,
      "sp_fumble_recoveries": 1,
      "sp_blocks": 1,
      "misc_tackles": 17,
      "misc_assists": 2,
      "misc_forced_fumbles": 1,
      "misc_fumble_recoveries": 1,
      "sp_own_fumble_recoveries": 0,
      "sp_opp_fumble_recoveries": 0,
      "def_targets": 530,
      "def_comps": 363,
      "blitzes": 206,
      "hurries": 46,
      "knockdowns": 59,
      "missed_tackles": 101,
      "batted_passes": 18,
      "three_and_outs_forced": 37,
      "fourth_down_stops": 9
    },

The sample above gives comprehensive team seasonal statistics including touchdowns, rushing and receiving yards, penalties, and more. This allows for deep dives into team strategies and individual performances, such as analyzing rush attempts, average yards per carry, and the impact of penalties on game outcomes.

You could visualize this data in your application to display comprehensive NFL team statistics for the 2023 regular season. This example, showing details such as points scored, total net yards, and passing yards, can help users quickly compare team performances and evaluate offensive strengths.


Team Seasonal Stats Use Case: By integrating team seasonal statistics, your application could offer features like updates on rushing yards, passing accuracy, and defensive stats for the season. This would enable fans, coaches, and analysts to track progress, strategize, and make predictions based on comprehensive, current season statistics.

Further analysis of the data reveals seasonal statistics for Josh Allen:

 "id": "3069db07-aa43-4503-ab11-2ae5c0002721",
      "name": "Josh Allen",
      "jersey": "17",
      "position": "QB",
      "sr_id": "sr:player:1208608",
      "games_played": 17,
      "games_started": 17,
      "rushing": {
        "avg_yards": 4.721,
        "attempts": 111,
        "touchdowns": 15,
        "yards": 524,
        "longest": 23,
        "longest_touchdown": 16,
        "redzone_attempts": 35,
        "tlost": 3,
        "tlost_yards": -6,
        "first_downs": 57,
        "broken_tackles": 9,
        "kneel_downs": 9,
        "scrambles": 50,
        "yards_after_contact": 199
      },
      "penalties": {
        "penalties": 3,
        "yards": 37,
        "first_downs": 0
      },
      "passing": {
        "attempts": 579,
        "completions": 385,
        "cmp_pct": 66.494,
        "yards": 4306,
        "avg_yards": 7.437,
        "sacks": 24,
        "sack_yards": 152,
        "touchdowns": 29,
        "longest": 81,
        "interceptions": 18,
        "rating": 92.2,
        "longest_touchdown": 81,
        "air_yards": 2333,
        "redzone_attempts": 68,
        "gross_yards": 4306,
        "first_downs": 199,
        "int_touchdowns": 0,
        "throw_aways": 28,
        "poor_throws": 78,
        "defended_passes": 55,
        "dropped_passes": 31,
        "spikes": 2,
        "blitzes": 181,
        "hurries": 51,
        "knockdowns": 51,
        "pocket_time": 1416.051,
        "avg_pocket_time": 2.446,
        "net_yards": 4154,
        "batted_passes": 7,
        "on_target_throws": 427
      },
      "fumbles": {
        "fumbles": 7,
        "lost_fumbles": 4,
        "own_rec": 1,
        "own_rec_yards": -4,
        "opp_rec": 0,
        "opp_rec_yards": 0,
        "out_of_bounds": 0,
        "forced_fumbles": 0,
        "own_rec_tds": 0,
        "opp_rec_tds": 0,
        "ez_rec_tds": 0
      },
      "conversions": {
        "pass_attempts": 4,
        "pass_successes": 3,
        "rush_attempts": 0,
        "rush_successes": 0,
        "receive_attempts": 0,
        "receive_successes": 0,
        "defense_attempts": 0,
        "defense_successes": 0
      }
    },

This data sample provides comprehensive information on Allen's performance, highlighting key statistics such as rushing yards, passing completions, touchdowns, interceptions, and rushing attempts. Notably, Allen rushed for 524 yards with 15 touchdowns and made 385 completions out of 579 attempts in passing, accumulating 4,306 yards.


Player Seasonal Stats Use Case: You can use this data to enhance a fantasy sports app, offering users real-time updates and deep statistical insights into players like Josh Allen. This could help in creating features that allow users to track performance metrics that impact their fantasy team's scoring, such as touchdowns and yards gained, helping them to strategize their player picks and lineup changes effectively.

The following widget is an example of how you can display seasonal statistics on your platform or application. It summarizes performance metrics like rush attempts, rushing yards, and touchdowns for each player, including quarterback Josh Allen, who notably has 524 rushing yards and 15 touchdowns.



Accessing Player Career and Seasonal Statistics

You can access both seasonal and career statistics for players via the Player Profile feed. This feed delivers player seasonal statistics for each season they have played, along with biographical details and draft information.

Note: For players who began their careers before the establishment of the API, some early career stats may not be available.


Accessing the Player Profile Feed:

  1. Obtain a Player ID: You can find player IDs using various endpoints, such as:
    • Seasonal Statistics: Useful if you're already retrieving seasonal data and want comprehensive career statistics.
    • Team Profile and Team Roster: Use these if you have a team ID and need player IDs. For a detailed guide on which feeds provide player data, check the NFL API Map.
  2. Use the Player Profile Feed: Once you have a player ID, use it to access both seasonal and career statistics, providing a comprehensive overview of the player’s performance throughout their career.

Recommended Pull Frequency:

  • The Player Profile feed is updated on a five minute timer after a game is moved to closed
  • To receive the fastest updates, call the feed five to ten minutes after a game is moved to closed.
  • Otherwise, utilize this feed on an as needed basis.
  • The TTL/Cache is 120 seconds.

Example:

{
  "id": "3069db07-aa43-4503-ab11-2ae5c0002721",
  "name": "Josh Allen",
  "jersey": "17",
  "last_name": "Allen",
  "first_name": "Josh",
  "abbr_name": "J.Allen",
  "birth_date": "1996-05-21",
  "weight": 237,
  "height": 77,
  "position": "QB",
  "birth_place": "Firebaugh, CA, USA",
  "high_school": "Firebaugh (CA)",
  "college": "Wyoming",
  "college_conf": "Mountain West Conference",
  "rookie_year": 2018,
  "status": "ACT",
  "sr_id": "sr:player:1208608",
  "experience": 7,
  "team": {
    "id": "768c92aa-75ff-4a43-bcc0-f2798c2e1724",
    "name": "Bills",
    "market": "Buffalo",
    "alias": "BUF",
    "sr_id": "sr:competitor:4376"
  },
  "draft": {
    "year": 2018,
    "round": 1,
    "number": 7,
    "team": {
      "id": "768c92aa-75ff-4a43-bcc0-f2798c2e1724",
      "name": "Bills",
      "market": "Buffalo",
      "alias": "BUF",
      "sr_id": "sr:competitor:4376"
    }
  },
  "seasons": [
    {
      "id": "215f6286-3e05-476d-abe1-b2b0f5dfdff8",
      "year": 2018,
      "type": "PRE",
      "name": "PRE",
      "teams": [
        {
          "id": "768c92aa-75ff-4a43-bcc0-f2798c2e1724",
          "name": "Bills",
          "market": "Buffalo",
          "alias": "BUF",
          "sr_id": "sr:competitor:4376",
          "statistics": {
            "games_played": 3,
            "games_started": 1,
            "rushing": {
              "avg_yards": 7.143,
              "attempts": 7,
              "touchdowns": 0,
              "yards": 50,
              "longest": 13,
              "longest_touchdown": 0,
              "redzone_attempts": 0,
              "tlost": 0,
              "tlost_yards": 0,
              "first_downs": 0,
              "broken_tackles": 0,
              "kneel_downs": 0,
              "scrambles": 0,
              "yards_after_contact": 0
            },
            "passing": {
              "attempts": 44,
              "completions": 24,
              "cmp_pct": 54.545,
              "yards": 210,
              "avg_yards": 4.773,
              "sacks": 7,
              "sack_yards": 51,
              "touchdowns": 2,
              "longest": 27,
              "interceptions": 0,
              "rating": 82.6,
              "longest_touchdown": 14,
              "air_yards": 125,
              "redzone_attempts": 4,
              "gross_yards": 210,
              "first_downs": 0,
              "throw_aways": 0,
              "poor_throws": 0,
              "defended_passes": 0,
              "dropped_passes": 0,
              "spikes": 0,
              "blitzes": 0,
              "hurries": 0,
              "knockdowns": 0,
              "pocket_time": 0,
              "avg_pocket_time": 0,
              "net_yards": 159,
              "batted_passes": 0,
              "on_target_throws": 0
            },
            "conversions": {
              "pass_attempts": 1,
              "pass_successes": 0,
              "rush_attempts": 0,
              "rush_successes": 0,
              "receive_attempts": 0,
              "receive_successes": 0,
              "defense_attempts": 0,
              "defense_successes": 0
            }
          }
        }
      ]
    },
    {
      "id": "8e45fe2d-fb95-4504-845d-7c815623ccd6",
      "year": 2018,
      "type": "REG",
      "name": "REG",
      "teams": [
        {
          "id": "768c92aa-75ff-4a43-bcc0-f2798c2e1724",
          "name": "Bills",
          "market": "Buffalo",
          "alias": "BUF",
          "sr_id": "sr:competitor:4376",
          "statistics": {
            "games_played": 12,
            "games_started": 11,
            "rushing": {
              "avg_yards": 7.09,
              "attempts": 89,
              "touchdowns": 8,
              "yards": 631,
              "longest": 45,
              "longest_touchdown": 30,
              "redzone_attempts": 12,
              "tlost": 4,
              "tlost_yards": -12,
              "first_downs": 0,
              "broken_tackles": 2,
              "kneel_downs": 6,
              "scrambles": 46,
              "yards_after_contact": 280
            },
            "receiving": {
              "receptions": 0,
              "targets": 1,
              "yards": 0,
              "avg_yards": 0,
              "longest": 0,
              "touchdowns": 0,
              "longest_touchdown": 0,
              "yards_after_catch": 0,
              "redzone_targets": 1,
              "air_yards": 0,
              "first_downs": 0,
              "broken_tackles": 0,
              "dropped_passes": 0,
              "catchable_passes": 0,
              "yards_after_contact": 0
            },
            "penalties": {
              "penalties": 2,
              "yards": 15,
              "first_downs": 0
            },
            "passing": {
              "attempts": 320,
              "completions": 169,
              "cmp_pct": 52.812,
              "yards": 2074,
              "avg_yards": 6.481,
              "sacks": 28,
              "sack_yards": 213,
              "touchdowns": 10,
              "longest": 75,
              "interceptions": 12,
              "rating": 67.9,
              "longest_touchdown": 75,
              "air_yards": 1126,
              "redzone_attempts": 15,
              "gross_yards": 2074,
              "first_downs": 0,
              "int_touchdowns": 0,
              "throw_aways": 17,
              "poor_throws": 78,
              "defended_passes": 38,
              "dropped_passes": 18,
              "spikes": 0,
              "blitzes": 126,
              "hurries": 54,
              "knockdowns": 33,
              "pocket_time": 852.2270000000001,
              "avg_pocket_time": 2.663,
              "net_yards": 1861,
              "batted_passes": 0,
              "on_target_throws": 0
            },
            "fumbles": {
              "fumbles": 8,
              "lost_fumbles": 2,
              "own_rec": 2,
              "own_rec_yards": -14,
              "opp_rec": 0,
              "opp_rec_yards": 0,
              "out_of_bounds": 1,
              "forced_fumbles": 0,
              "own_rec_tds": 0,
              "opp_rec_tds": 0,
              "ez_rec_tds": 0
            },
            "defense": {
              "tackles": 0,
              "assists": 0,
              "combined": 0,
              "sacks": 0,
              "sack_yards": 0,
              "interceptions": 0,
              "passes_defended": 0,
              "forced_fumbles": 0,
              "fumble_recoveries": 0,
              "qb_hits": 0,
              "tloss": 0,
              "tloss_yards": 0,
              "safeties": 0,
              "sp_tackles": 0,
              "sp_assists": 0,
              "sp_forced_fumbles": 0,
              "sp_fumble_recoveries": 0,
              "sp_blocks": 0,
              "misc_tackles": 1,
              "misc_assists": 0,
              "misc_forced_fumbles": 0,
              "misc_fumble_recoveries": 2,
              "def_targets": 0,
              "def_comps": 0,
              "blitzes": 0,
              "hurries": 0,
              "knockdowns": 0,
              "missed_tackles": 0,
              "batted_passes": 0
            },
            "conversions": {
              "pass_attempts": 1,
              "pass_successes": 1,
              "rush_attempts": 0,
              "rush_successes": 0,
              "receive_attempts": 0,
              "receive_successes": 0,
              "defense_attempts": 0,
              "defense_successes": 0
            }
          }
        }
      ]
    },
    {
      "id": "60e1a066-f35f-4293-933d-2a8776a1b417",
      "year": 2019,
      "type": "PRE",
      "name": "PRE",
      "teams": [
        {
          "id": "768c92aa-75ff-4a43-bcc0-f2798c2e1724",
          "name": "Bills",
          "market": "Buffalo",
          "alias": "BUF",
          "sr_id": "sr:competitor:4376",
          "statistics": {
            "games_played": 3,
            "games_started": 3,
            "rushing": {
              "avg_yards": 6.5,
              "attempts": 4,
              "touchdowns": 0,
              "yards": 26,
              "longest": 10,
              "longest_touchdown": 0,
              "redzone_attempts": 0,
              "tlost": 0,
              "tlost_yards": 0,
              "first_downs": 0,
              "broken_tackles": 0,
              "kneel_downs": 0,
              "scrambles": 0,
              "yards_after_contact": 0
            },
            "passing": {
              "attempts": 28,
              "completions": 18,
              "cmp_pct": 64.286,
              "yards": 217,
              "avg_yards": 7.75,
              "sacks": 2,
              "sack_yards": 12,
              "touchdowns": 0,
              "longest": 25,
              "interceptions": 0,
              "rating": 87.9,
              "longest_touchdown": 0,
              "air_yards": 141,
              "redzone_attempts": 1,
              "gross_yards": 217,
              "first_downs": 0,
              "throw_aways": 0,
              "poor_throws": 0,
              "defended_passes": 0,
              "dropped_passes": 0,
              "spikes": 0,
              "blitzes": 0,
              "hurries": 0,
              "knockdowns": 0,
              "pocket_time": 0,
              "avg_pocket_time": 0,
              "net_yards": 205,
              "batted_passes": 0,
              "on_target_throws": 0
            }
          }
        }
      ]
    },
    {
      "id": "0ae6badc-46dc-4fb5-870d-3667d5280a1d",
      "year": 2019,
      "type": "PST",
      "name": "PST",
      "teams": [
        {
          "id": "768c92aa-75ff-4a43-bcc0-f2798c2e1724",
          "name": "Bills",
          "market": "Buffalo",
          "alias": "BUF",
          "sr_id": "sr:competitor:4376",
          "statistics": {
            "games_played": 1,
            "games_started": 1,
            "rushing": {
              "avg_yards": 10.222,
              "attempts": 9,
              "touchdowns": 0,
              "yards": 92,
              "longest": 42,
              "longest_touchdown": 0,
              "redzone_attempts": 0,
              "tlost": 1,
              "tlost_yards": -2,
              "first_downs": 0,
              "broken_tackles": 1,
              "kneel_downs": 0,
              "scrambles": 1,
              "yards_after_contact": 46
            },
            "receiving": {
              "receptions": 1,
              "targets": 1,
              "yards": 16,
              "avg_yards": 16,
              "longest": 16,
              "touchdowns": 1,
              "longest_touchdown": 16,
              "yards_after_catch": 4,
              "redzone_targets": 1,
              "air_yards": 12,
              "first_downs": 0,
              "broken_tackles": 0,
              "dropped_passes": 0,
              "catchable_passes": 0,
              "yards_after_contact": 0
            },
            "penalties": {
              "penalties": 1,
              "yards": 14,
              "first_downs": 0
            },
            "passing": {
              "attempts": 46,
              "completions": 24,
              "cmp_pct": 52.174,
              "yards": 264,
              "avg_yards": 5.739,
              "sacks": 3,
              "sack_yards": 27,
              "touchdowns": 0,
              "longest": 38,
              "interceptions": 0,
              "rating": 69.5,
              "longest_touchdown": 0,
              "air_yards": 105,
              "redzone_attempts": 1,
              "gross_yards": 264,
              "first_downs": 0,
              "throw_aways": 3,
              "poor_throws": 9,
              "defended_passes": 5,
              "dropped_passes": 4,
              "spikes": 1,
              "blitzes": 19,
              "hurries": 2,
              "knockdowns": 8,
              "pocket_time": 115.341,
              "avg_pocket_time": 2.507,
              "net_yards": 237,
              "batted_passes": 0,
              "on_target_throws": 31
            },
            "fumbles": {
              "fumbles": 2,
              "lost_fumbles": 1,
              "own_rec": 0,
              "own_rec_yards": 0,
              "opp_rec": 0,
              "opp_rec_yards": 0,
              "out_of_bounds": 1,
              "forced_fumbles": 0,
              "own_rec_tds": 0,
              "opp_rec_tds": 0,
              "ez_rec_tds": 0
            }
          }
        }
      ]
    },
    {
      "id": "19c4ee6a-c1e5-4346-9ef8-1361f81e6716",
      "year": 2019,
      "type": "REG",
      "name": "REG",
      "teams": [
        {
          "id": "768c92aa-75ff-4a43-bcc0-f2798c2e1724",
          "name": "Bills",
          "market": "Buffalo",
          "alias": "BUF",
          "sr_id": "sr:competitor:4376",
          "statistics": {
            "games_played": 16,
            "games_started": 16,
            "rushing": {
              "avg_yards": 4.679,
              "attempts": 109,
              "touchdowns": 9,
              "yards": 510,
              "longest": 36,
              "longest_touchdown": 15,
              "redzone_attempts": 21,
              "tlost": 4,
              "tlost_yards": -8,
              "first_downs": 0,
              "broken_tackles": 5,
              "kneel_downs": 13,
              "scrambles": 43,
              "yards_after_contact": 243
            },
            "penalties": {
              "penalties": 1,
              "yards": 22,
              "first_downs": 0
            },
            "passing": {
              "attempts": 461,
              "completions": 271,
              "cmp_pct": 58.785,
              "yards": 3089,
              "avg_yards": 6.701,
              "sacks": 38,
              "sack_yards": 237,
              "touchdowns": 20,
              "longest": 53,
              "interceptions": 9,
              "rating": 85.3,
              "longest_touchdown": 53,
              "air_yards": 1758,
              "redzone_attempts": 50,
              "gross_yards": 3089,
              "first_downs": 0,
              "throw_aways": 25,
              "poor_throws": 88,
              "defended_passes": 43,
              "dropped_passes": 31,
              "spikes": 3,
              "blitzes": 201,
              "hurries": 45,
              "knockdowns": 43,
              "pocket_time": 1170.621,
              "avg_pocket_time": 2.539,
              "net_yards": 2852,
              "batted_passes": 10,
              "on_target_throws": 317
            },
            "fumbles": {
              "fumbles": 14,
              "lost_fumbles": 4,
              "own_rec": 4,
              "own_rec_yards": -1,
              "opp_rec": 0,
              "opp_rec_yards": 0,
              "out_of_bounds": 1,
              "forced_fumbles": 0,
              "own_rec_tds": 0,
              "opp_rec_tds": 0,
              "ez_rec_tds": 0
            },
            "defense": {
              "tackles": 0,
              "assists": 0,
              "combined": 0,
              "sacks": 0,
              "sack_yards": 0,
              "interceptions": 0,
              "passes_defended": 0,
              "forced_fumbles": 0,
              "fumble_recoveries": 0,
              "qb_hits": 0,
              "tloss": 0,
              "tloss_yards": 0,
              "safeties": 0,
              "sp_tackles": 0,
              "sp_assists": 0,
              "sp_forced_fumbles": 0,
              "sp_fumble_recoveries": 0,
              "sp_blocks": 0,
              "misc_tackles": 1,
              "misc_assists": 0,
              "misc_forced_fumbles": 0,
              "misc_fumble_recoveries": 4,
              "def_targets": 0,
              "def_comps": 0,
              "blitzes": 0,
              "hurries": 0,
              "knockdowns": 0,
              "missed_tackles": 0,
              "batted_passes": 0
            },
            "conversions": {
              "pass_attempts": 2,
              "pass_successes": 2,
              "rush_attempts": 1,
              "rush_successes": 1,
              "receive_attempts": 0,
              "receive_successes": 0,
              "defense_attempts": 0,
              "defense_successes": 0
            }
          }
        }
      ]
    },
    {
      "id": "0f00b2e2-da45-4dfd-95b4-3af10b2099d5",
      "year": 2020,
      "type": "PST",
      "name": "PST",
      "teams": [
        {
          "id": "768c92aa-75ff-4a43-bcc0-f2798c2e1724",
          "name": "Bills",
          "market": "Buffalo",
          "alias": "BUF",
          "sr_id": "sr:competitor:4376",
          "statistics": {
            "games_played": 3,
            "games_started": 3,
            "rushing": {
              "avg_yards": 5.8,
              "attempts": 25,
              "touchdowns": 1,
              "yards": 145,
              "longest": 18,
              "longest_touchdown": 5,
              "redzone_attempts": 2,
              "tlost": 3,
              "tlost_yards": -9,
              "first_downs": 0,
              "broken_tackles": 0,
              "kneel_downs": 4,
              "scrambles": 9,
              "yards_after_contact": 18
            },
            "penalties": {
              "penalties": 1,
              "yards": 16,
              "first_downs": 0
            },
            "passing": {
              "attempts": 120,
              "completions": 77,
              "cmp_pct": 64.167,
              "yards": 817,
              "avg_yards": 6.808,
              "sacks": 8,
              "sack_yards": 94,
              "touchdowns": 5,
              "longest": 37,
              "interceptions": 1,
              "rating": 94.3,
              "longest_touchdown": 35,
              "air_yards": 522,
              "redzone_attempts": 20,
              "gross_yards": 817,
              "first_downs": 0,
              "int_touchdowns": 0,
              "throw_aways": 7,
              "poor_throws": 21,
              "defended_passes": 8,
              "dropped_passes": 7,
              "spikes": 0,
              "blitzes": 38,
              "hurries": 10,
              "knockdowns": 10,
              "pocket_time": 343.587,
              "avg_pocket_time": 2.863,
              "net_yards": 723,
              "batted_passes": 1,
              "on_target_throws": 84
            },
            "fumbles": {
              "fumbles": 2,
              "lost_fumbles": 0,
              "own_rec": 0,
              "own_rec_yards": 0,
              "opp_rec": 0,
              "opp_rec_yards": 0,
              "out_of_bounds": 0,
              "forced_fumbles": 0,
              "own_rec_tds": 0,
              "opp_rec_tds": 0,
              "ez_rec_tds": 0
            },
            "defense": {
              "tackles": 0,
              "assists": 0,
              "combined": 0,
              "sacks": 0,
              "sack_yards": 0,
              "interceptions": 0,
              "passes_defended": 0,
              "forced_fumbles": 0,
              "fumble_recoveries": 0,
              "qb_hits": 0,
              "tloss": 0,
              "tloss_yards": 0,
              "safeties": 0,
              "sp_tackles": 0,
              "sp_assists": 0,
              "sp_forced_fumbles": 0,
              "sp_fumble_recoveries": 0,
              "sp_blocks": 0,
              "misc_tackles": 1,
              "misc_assists": 0,
              "misc_forced_fumbles": 0,
              "misc_fumble_recoveries": 0,
              "def_targets": 0,
              "def_comps": 0,
              "blitzes": 0,
              "hurries": 0,
              "knockdowns": 0,
              "missed_tackles": 0,
              "batted_passes": 0
            },
            "conversions": {
              "pass_attempts": 1,
              "pass_successes": 0,
              "rush_attempts": 0,
              "rush_successes": 0,
              "receive_attempts": 0,
              "receive_successes": 0,
              "defense_attempts": 0,
              "defense_successes": 0
            }
          }
        }
      ]
    },
    {
      "id": "2eec467f-9ce1-484c-b58f-e11615bede68",
      "year": 2020,
      "type": "REG",
      "name": "REG",
      "teams": [
        {
          "id": "768c92aa-75ff-4a43-bcc0-f2798c2e1724",
          "name": "Bills",
          "market": "Buffalo",
          "alias": "BUF",
          "sr_id": "sr:competitor:4376",
          "statistics": {
            "games_played": 16,
            "games_started": 16,
            "rushing": {
              "avg_yards": 4.127,
              "attempts": 102,
              "touchdowns": 8,
              "yards": 421,
              "longest": 24,
              "longest_touchdown": 24,
              "redzone_attempts": 24,
              "tlost": 7,
              "tlost_yards": -18,
              "first_downs": 0,
              "broken_tackles": 4,
              "kneel_downs": 22,
              "scrambles": 29,
              "yards_after_contact": 134
            },
            "receiving": {
              "receptions": 1,
              "targets": 1,
              "yards": 12,
              "avg_yards": 12,
              "longest": 12,
              "touchdowns": 1,
              "longest_touchdown": 12,
              "yards_after_catch": 17,
              "redzone_targets": 1,
              "air_yards": -5,
              "first_downs": 0,
              "broken_tackles": 1,
              "dropped_passes": 0,
              "catchable_passes": 0,
              "yards_after_contact": 2
            },
            "penalties": {
              "penalties": 3,
              "yards": 45,
              "first_downs": 0
            },
            "passing": {
              "attempts": 572,
              "completions": 396,
              "cmp_pct": 69.231,
              "yards": 4544,
              "avg_yards": 7.944,
              "sacks": 26,
              "sack_yards": 159,
              "touchdowns": 37,
              "longest": 55,
              "interceptions": 10,
              "rating": 107.2,
              "longest_touchdown": 50,
              "air_yards": 2692,
              "redzone_attempts": 84,
              "gross_yards": 4544,
              "first_downs": 0,
              "throw_aways": 22,
              "poor_throws": 88,
              "defended_passes": 41,
              "dropped_passes": 25,
              "spikes": 0,
              "blitzes": 244,
              "hurries": 64,
              "knockdowns": 47,
              "pocket_time": 1554.9490000000003,
              "avg_pocket_time": 2.718,
              "net_yards": 4385,
              "batted_passes": 4,
              "on_target_throws": 435
            },
            "fumbles": {
              "fumbles": 9,
              "lost_fumbles": 6,
              "own_rec": 1,
              "own_rec_yards": -2,
              "opp_rec": 0,
              "opp_rec_yards": 0,
              "out_of_bounds": 0,
              "forced_fumbles": 0,
              "own_rec_tds": 0,
              "opp_rec_tds": 0,
              "ez_rec_tds": 0
            },
            "defense": {
              "tackles": 0,
              "assists": 0,
              "combined": 0,
              "sacks": 0,
              "sack_yards": 0,
              "interceptions": 0,
              "passes_defended": 0,
              "forced_fumbles": 0,
              "fumble_recoveries": 0,
              "qb_hits": 0,
              "tloss": 0,
              "tloss_yards": 0,
              "safeties": 0,
              "sp_tackles": 0,
              "sp_assists": 0,
              "sp_forced_fumbles": 0,
              "sp_fumble_recoveries": 0,
              "sp_blocks": 0,
              "misc_tackles": 1,
              "misc_assists": 0,
              "misc_forced_fumbles": 0,
              "misc_fumble_recoveries": 1,
              "def_targets": 0,
              "def_comps": 0,
              "blitzes": 0,
              "hurries": 0,
              "knockdowns": 0,
              "missed_tackles": 0,
              "batted_passes": 0
            },
            "conversions": {
              "pass_attempts": 1,
              "pass_successes": 0,
              "rush_attempts": 0,
              "rush_successes": 0,
              "receive_attempts": 0,
              "receive_successes": 0,
              "defense_attempts": 0,
              "defense_successes": 0
            }
          }
        }
      ]
    },
    {
      "id": "272d0df8-9454-4265-a2cb-58928eb9edbe",
      "year": 2021,
      "type": "PRE",
      "name": "PRE",
      "teams": [
        {
          "id": "768c92aa-75ff-4a43-bcc0-f2798c2e1724",
          "name": "Bills",
          "market": "Buffalo",
          "alias": "BUF",
          "sr_id": "sr:competitor:4376",
          "statistics": {
            "games_played": 1,
            "games_started": 1,
            "rushing": {
              "avg_yards": 4,
              "attempts": 1,
              "touchdowns": 0,
              "yards": 4,
              "longest": 4,
              "longest_touchdown": 0,
              "redzone_attempts": 0,
              "tlost": 0,
              "tlost_yards": 0,
              "first_downs": 1,
              "broken_tackles": 0,
              "kneel_downs": 0,
              "scrambles": 1,
              "yards_after_contact": 0
            },
            "passing": {
              "attempts": 26,
              "completions": 20,
              "cmp_pct": 76.923,
              "yards": 194,
              "avg_yards": 7.462,
              "sacks": 1,
              "sack_yards": 10,
              "touchdowns": 2,
              "longest": 31,
              "interceptions": 0,
              "rating": 122.9,
              "longest_touchdown": 31,
              "air_yards": 0,
              "redzone_attempts": 2,
              "gross_yards": 194,
              "first_downs": 11,
              "int_touchdowns": 0,
              "throw_aways": 0,
              "poor_throws": 0,
              "defended_passes": 0,
              "dropped_passes": 0,
              "spikes": 0,
              "blitzes": 0,
              "hurries": 0,
              "knockdowns": 0,
              "pocket_time": 0,
              "avg_pocket_time": 0,
              "net_yards": 184,
              "batted_passes": 0,
              "on_target_throws": 0
            }
          }
        }
      ]
    },
    {
      "id": "f9122f74-7f7e-4eae-9da6-400dbae5d95a",
      "year": 2021,
      "type": "PST",
      "name": "PST",
      "teams": [
        {
          "id": "768c92aa-75ff-4a43-bcc0-f2798c2e1724",
          "name": "Bills",
          "market": "Buffalo",
          "alias": "BUF",
          "sr_id": "sr:competitor:4376",
          "statistics": {
            "games_played": 2,
            "games_started": 2,
            "rushing": {
              "avg_yards": 7.882,
              "attempts": 17,
              "touchdowns": 0,
              "yards": 134,
              "longest": 26,
              "longest_touchdown": 0,
              "redzone_attempts": 2,
              "tlost": 1,
              "tlost_yards": -1,
              "first_downs": 10,
              "broken_tackles": 1,
              "kneel_downs": 0,
              "scrambles": 5,
              "yards_after_contact": 60
            },
            "passing": {
              "attempts": 62,
              "completions": 48,
              "cmp_pct": 77.419,
              "yards": 637,
              "avg_yards": 10.274,
              "sacks": 2,
              "sack_yards": 16,
              "touchdowns": 9,
              "longest": 75,
              "interceptions": 0,
              "rating": 149,
              "longest_touchdown": 75,
              "air_yards": 412,
              "redzone_attempts": 7,
              "gross_yards": 637,
              "first_downs": 27,
              "int_touchdowns": 0,
              "throw_aways": 0,
              "poor_throws": 8,
              "defended_passes": 4,
              "dropped_passes": 2,
              "spikes": 0,
              "blitzes": 16,
              "hurries": 3,
              "knockdowns": 1,
              "pocket_time": 160.471,
              "avg_pocket_time": 2.588,
              "net_yards": 621,
              "batted_passes": 1,
              "on_target_throws": 54
            },
            "fumbles": {
              "fumbles": 1,
              "lost_fumbles": 0,
              "own_rec": 1,
              "own_rec_yards": 0,
              "opp_rec": 0,
              "opp_rec_yards": 0,
              "out_of_bounds": 0,
              "forced_fumbles": 0,
              "own_rec_tds": 0,
              "opp_rec_tds": 0,
              "ez_rec_tds": 0
            },
            "conversions": {
              "pass_attempts": 1,
              "pass_successes": 1,
              "rush_attempts": 0,
              "rush_successes": 0,
              "receive_attempts": 0,
              "receive_successes": 0,
              "defense_attempts": 0,
              "defense_successes": 0
            }
          }
        }
      ]
    },
    {
      "id": "06275f0f-08ff-4787-91fc-5c30464ccfd9",
      "year": 2021,
      "type": "REG",
      "name": "REG",
      "teams": [
        {
          "id": "768c92aa-75ff-4a43-bcc0-f2798c2e1724",
          "name": "Bills",
          "market": "Buffalo",
          "alias": "BUF",
          "sr_id": "sr:competitor:4376",
          "statistics": {
            "games_played": 16,
            "games_started": 16,
            "rushing": {
              "avg_yards": 6.39,
              "attempts": 118,
              "touchdowns": 5,
              "yards": 754,
              "longest": 34,
              "longest_touchdown": 18,
              "redzone_attempts": 28,
              "tlost": 3,
              "tlost_yards": -8,
              "first_downs": 53,
              "broken_tackles": 11,
              "kneel_downs": 12,
              "scrambles": 46,
              "yards_after_contact": 288
            },
            "penalties": {
              "penalties": 2,
              "yards": 33,
              "first_downs": 0
            },
            "passing": {
              "attempts": 603,
              "completions": 377,
              "cmp_pct": 62.521,
              "yards": 4049,
              "avg_yards": 6.715,
              "sacks": 26,
              "sack_yards": 164,
              "touchdowns": 32,
              "longest": 61,
              "interceptions": 15,
              "rating": 89.5,
              "longest_touchdown": 53,
              "air_yards": 2432,
              "redzone_attempts": 113,
              "gross_yards": 4049,
              "first_downs": 214,
              "int_touchdowns": 0,
              "throw_aways": 31,
              "poor_throws": 102,
              "defended_passes": 61,
              "dropped_passes": 32,
              "spikes": 0,
              "blitzes": 174,
              "hurries": 86,
              "knockdowns": 58,
              "pocket_time": 1541.297,
              "avg_pocket_time": 2.556,
              "net_yards": 3885,
              "batted_passes": 16,
              "on_target_throws": 422
            },
            "fumbles": {
              "fumbles": 8,
              "lost_fumbles": 3,
              "own_rec": 2,
              "own_rec_yards": -4,
              "opp_rec": 0,
              "opp_rec_yards": 0,
              "out_of_bounds": 0,
              "forced_fumbles": 0,
              "own_rec_tds": 0,
              "opp_rec_tds": 0,
              "ez_rec_tds": 0
            },
            "defense": {
              "tackles": 1,
              "assists": 0,
              "combined": 1,
              "sacks": 0,
              "sack_yards": 0,
              "interceptions": 0,
              "passes_defended": 0,
              "forced_fumbles": 0,
              "fumble_recoveries": 0,
              "qb_hits": 0,
              "tloss": 0,
              "tloss_yards": 0,
              "safeties": 0,
              "sp_tackles": 0,
              "sp_assists": 0,
              "sp_forced_fumbles": 0,
              "sp_fumble_recoveries": 0,
              "sp_blocks": 0,
              "misc_tackles": 1,
              "misc_assists": 0,
              "misc_forced_fumbles": 0,
              "misc_fumble_recoveries": 1,
              "def_targets": 0,
              "def_comps": 0,
              "blitzes": 0,
              "hurries": 0,
              "knockdowns": 0,
              "missed_tackles": 0,
              "batted_passes": 0
            },
            "conversions": {
              "pass_attempts": 3,
              "pass_successes": 1,
              "rush_attempts": 1,
              "rush_successes": 1,
              "receive_attempts": 1,
              "receive_successes": 1,
              "defense_attempts": 0,
              "defense_successes": 0
            }
          }
        }
      ]
    },
    {
      "id": "3779b678-a0a4-49e4-bec6-a26a2a9a28e7",
      "year": 2022,
      "type": "PRE",
      "name": "PRE",
      "teams": [
        {
          "id": "768c92aa-75ff-4a43-bcc0-f2798c2e1724",
          "name": "Bills",
          "market": "Buffalo",
          "alias": "BUF",
          "sr_id": "sr:competitor:4376",
          "statistics": {
            "games_played": 1,
            "games_started": 1,
            "passing": {
              "attempts": 3,
              "completions": 3,
              "cmp_pct": 100,
              "yards": 45,
              "avg_yards": 15,
              "sacks": 0,
              "sack_yards": 0,
              "touchdowns": 1,
              "longest": 28,
              "interceptions": 0,
              "rating": 158.3,
              "longest_touchdown": 28,
              "air_yards": 39,
              "redzone_attempts": 0,
              "gross_yards": 45,
              "first_downs": 3,
              "int_touchdowns": 0,
              "throw_aways": 0,
              "poor_throws": 0,
              "defended_passes": 0,
              "dropped_passes": 0,
              "spikes": 0,
              "blitzes": 0,
              "hurries": 0,
              "knockdowns": 0,
              "pocket_time": 0,
              "avg_pocket_time": 0,
              "net_yards": 45,
              "batted_passes": 0,
              "on_target_throws": 0
            }
          }
        }
      ]
    },
    {
      "id": "739685ea-cad5-4a02-83e7-fa2e2d27878f",
      "year": 2022,
      "type": "PST",
      "name": "PST",
      "teams": [
        {
          "id": "768c92aa-75ff-4a43-bcc0-f2798c2e1724",
          "name": "Bills",
          "market": "Buffalo",
          "alias": "BUF",
          "sr_id": "sr:competitor:4376",
          "statistics": {
            "games_played": 2,
            "games_started": 2,
            "rushing": {
              "avg_yards": 3.833,
              "attempts": 12,
              "touchdowns": 1,
              "yards": 46,
              "longest": 12,
              "longest_touchdown": 1,
              "redzone_attempts": 3,
              "tlost": 0,
              "tlost_yards": 0,
              "first_downs": 5,
              "broken_tackles": 1,
              "kneel_downs": 1,
              "scrambles": 7,
              "yards_after_contact": 19
            },
            "passing": {
              "attempts": 81,
              "completions": 48,
              "cmp_pct": 59.259,
              "yards": 616,
              "avg_yards": 7.605,
              "sacks": 8,
              "sack_yards": 39,
              "touchdowns": 3,
              "longest": 52,
              "interceptions": 3,
              "rating": 80.1,
              "longest_touchdown": 23,
              "air_yards": 435,
              "redzone_attempts": 7,
              "gross_yards": 616,
              "first_downs": 30,
              "int_touchdowns": 0,
              "throw_aways": 4,
              "poor_throws": 16,
              "defended_passes": 11,
              "dropped_passes": 2,
              "spikes": 0,
              "blitzes": 30,
              "hurries": 8,
              "knockdowns": 11,
              "pocket_time": 241.625,
              "avg_pocket_time": 2.983,
              "net_yards": 577,
              "batted_passes": 4,
              "on_target_throws": 54
            },
            "fumbles": {
              "fumbles": 3,
              "lost_fumbles": 1,
              "own_rec": 0,
              "own_rec_yards": 0,
              "opp_rec": 0,
              "opp_rec_yards": 0,
              "out_of_bounds": 0,
              "forced_fumbles": 0,
              "own_rec_tds": 0,
              "opp_rec_tds": 0,
              "ez_rec_tds": 0
            }
          }
        }
      ]
    },
    {
      "id": "75749c10-56c1-4ae0-9d1e-2689708debdf",
      "year": 2022,
      "type": "REG",
      "name": "REG",
      "teams": [
        {
          "id": "768c92aa-75ff-4a43-bcc0-f2798c2e1724",
          "name": "Bills",
          "market": "Buffalo",
          "alias": "BUF",
          "sr_id": "sr:competitor:4376",
          "statistics": {
            "games_played": 16,
            "games_started": 16,
            "rushing": {
              "avg_yards": 6.145,
              "attempts": 124,
              "touchdowns": 7,
              "yards": 762,
              "longest": 44,
              "longest_touchdown": 36,
              "redzone_attempts": 25,
              "tlost": 6,
              "tlost_yards": -8,
              "first_downs": 55,
              "broken_tackles": 5,
              "kneel_downs": 17,
              "scrambles": 57,
              "yards_after_contact": 170
            },
            "penalties": {
              "penalties": 1,
              "yards": 15,
              "first_downs": 0
            },
            "passing": {
              "attempts": 567,
              "completions": 359,
              "cmp_pct": 63.316,
              "yards": 4283,
              "avg_yards": 7.554,
              "sacks": 33,
              "sack_yards": 162,
              "touchdowns": 35,
              "longest": 98,
              "interceptions": 14,
              "rating": 96.6,
              "longest_touchdown": 98,
              "air_yards": 2691,
              "redzone_attempts": 81,
              "gross_yards": 4283,
              "first_downs": 212,
              "int_touchdowns": 0,
              "throw_aways": 18,
              "poor_throws": 91,
              "defended_passes": 61,
              "dropped_passes": 37,
              "spikes": 1,
              "blitzes": 144,
              "hurries": 41,
              "knockdowns": 40,
              "pocket_time": 1495.4259999999997,
              "avg_pocket_time": 2.637,
              "net_yards": 4121,
              "batted_passes": 14,
              "on_target_throws": 404
            },
            "fumbles": {
              "fumbles": 13,
              "lost_fumbles": 5,
              "own_rec": 5,
              "own_rec_yards": -2,
              "opp_rec": 0,
              "opp_rec_yards": 0,
              "out_of_bounds": 0,
              "forced_fumbles": 0,
              "own_rec_tds": 0,
              "opp_rec_tds": 0,
              "ez_rec_tds": 0
            },
            "defense": {
              "tackles": 3,
              "assists": 0,
              "combined": 3,
              "sacks": 0,
              "sack_yards": 0,
              "interceptions": 0,
              "passes_defended": 0,
              "forced_fumbles": 0,
              "fumble_recoveries": 0,
              "qb_hits": 0,
              "tloss": 0,
              "tloss_yards": 0,
              "safeties": 0,
              "sp_tackles": 0,
              "sp_assists": 0,
              "sp_forced_fumbles": 0,
              "sp_fumble_recoveries": 0,
              "sp_blocks": 0,
              "misc_tackles": 0,
              "misc_assists": 0,
              "misc_forced_fumbles": 0,
              "misc_fumble_recoveries": 0,
              "sp_own_fumble_recoveries": 0,
              "sp_opp_fumble_recoveries": 0,
              "def_targets": 0,
              "def_comps": 0,
              "blitzes": 0,
              "hurries": 0,
              "knockdowns": 0,
              "missed_tackles": 0,
              "batted_passes": 0
            },
            "conversions": {
              "pass_attempts": 1,
              "pass_successes": 1,
              "rush_attempts": 1,
              "rush_successes": 1,
              "receive_attempts": 0,
              "receive_successes": 0,
              "defense_attempts": 0,
              "defense_successes": 0
            }
          }
        }
      ]
    },
    {
      "id": "e511e447-8eac-4f9b-8da3-45e9970c25e7",
      "year": 2023,
      "type": "PRE",
      "name": "PRE",
      "teams": [
        {
          "id": "768c92aa-75ff-4a43-bcc0-f2798c2e1724",
          "name": "Bills",
          "market": "Buffalo",
          "alias": "BUF",
          "sr_id": "sr:competitor:4376",
          "statistics": {
            "games_played": 2,
            "games_started": 2,
            "rushing": {
              "avg_yards": -6,
              "attempts": 1,
              "touchdowns": 0,
              "yards": -6,
              "longest": -6,
              "longest_touchdown": 0,
              "redzone_attempts": 0,
              "tlost": 0,
              "tlost_yards": 0,
              "first_downs": 0,
              "broken_tackles": 0,
              "kneel_downs": 0,
              "scrambles": 1,
              "yards_after_contact": 0
            },
            "passing": {
              "attempts": 17,
              "completions": 12,
              "cmp_pct": 70.588,
              "yards": 113,
              "avg_yards": 6.647,
              "sacks": 0,
              "sack_yards": 0,
              "touchdowns": 0,
              "longest": 15,
              "interceptions": 0,
              "rating": 88.6,
              "longest_touchdown": 0,
              "air_yards": 71,
              "redzone_attempts": 0,
              "gross_yards": 113,
              "first_downs": 6,
              "int_touchdowns": 0,
              "throw_aways": 0,
              "poor_throws": 0,
              "defended_passes": 0,
              "dropped_passes": 0,
              "spikes": 0,
              "blitzes": 0,
              "hurries": 0,
              "knockdowns": 0,
              "pocket_time": 0,
              "avg_pocket_time": 0,
              "net_yards": 113,
              "batted_passes": 0,
              "on_target_throws": 0
            }
          }
        }
      ]
    },
    {
      "id": "736474f0-adc5-11ee-b174-6f0e0e094ae8",
      "year": 2023,
      "type": "PST",
      "name": "PST",
      "teams": [
        {
          "id": "768c92aa-75ff-4a43-bcc0-f2798c2e1724",
          "name": "Bills",
          "market": "Buffalo",
          "alias": "BUF",
          "sr_id": "sr:competitor:4376",
          "statistics": {
            "games_played": 2,
            "games_started": 2,
            "rushing": {
              "avg_yards": 7.3,
              "attempts": 20,
              "touchdowns": 3,
              "yards": 146,
              "longest": 52,
              "longest_touchdown": 52,
              "redzone_attempts": 3,
              "tlost": 0,
              "tlost_yards": 0,
              "first_downs": 9,
              "broken_tackles": 2,
              "kneel_downs": 1,
              "scrambles": 8,
              "yards_after_contact": 83
            },
            "passing": {
              "attempts": 69,
              "completions": 47,
              "cmp_pct": 68.116,
              "yards": 389,
              "avg_yards": 5.638,
              "sacks": 2,
              "sack_yards": 14,
              "touchdowns": 4,
              "longest": 34,
              "interceptions": 0,
              "rating": 101.7,
              "longest_touchdown": 29,
              "air_yards": 107,
              "redzone_attempts": 8,
              "gross_yards": 389,
              "first_downs": 23,
              "int_touchdowns": 0,
              "throw_aways": 2,
              "poor_throws": 8,
              "defended_passes": 5,
              "dropped_passes": 7,
              "spikes": 0,
              "blitzes": 23,
              "hurries": 4,
              "knockdowns": 3,
              "pocket_time": 162.801,
              "avg_pocket_time": 2.359,
              "net_yards": 375,
              "batted_passes": 2,
              "on_target_throws": 57
            },
            "fumbles": {
              "fumbles": 1,
              "lost_fumbles": 0,
              "own_rec": 0,
              "own_rec_yards": 0,
              "opp_rec": 0,
              "opp_rec_yards": 0,
              "out_of_bounds": 0,
              "forced_fumbles": 0,
              "own_rec_tds": 0,
              "opp_rec_tds": 0,
              "ez_rec_tds": 0
            }
          }
        }
      ]
    },
    {
      "id": "a538d200-e916-4272-aa07-b486094a1668",
      "year": 2023,
      "type": "REG",
      "name": "REG",
      "teams": [
        {
          "id": "768c92aa-75ff-4a43-bcc0-f2798c2e1724",
          "name": "Bills",
          "market": "Buffalo",
          "alias": "BUF",
          "sr_id": "sr:competitor:4376",
          "statistics": {
            "games_played": 17,
            "games_started": 17,
            "rushing": {
              "avg_yards": 4.721,
              "attempts": 111,
              "touchdowns": 15,
              "yards": 524,
              "longest": 23,
              "longest_touchdown": 16,
              "redzone_attempts": 35,
              "tlost": 3,
              "tlost_yards": -6,
              "first_downs": 57,
              "broken_tackles": 9,
              "kneel_downs": 9,
              "scrambles": 50,
              "yards_after_contact": 199
            },
            "penalties": {
              "penalties": 3,
              "yards": 37,
              "first_downs": 0
            },
            "passing": {
              "attempts": 579,
              "completions": 385,
              "cmp_pct": 66.494,
              "yards": 4306,
              "avg_yards": 7.437,
              "sacks": 24,
              "sack_yards": 152,
              "touchdowns": 29,
              "longest": 81,
              "interceptions": 18,
              "rating": 92.2,
              "longest_touchdown": 81,
              "air_yards": 2333,
              "redzone_attempts": 68,
              "gross_yards": 4306,
              "first_downs": 199,
              "int_touchdowns": 0,
              "throw_aways": 28,
              "poor_throws": 78,
              "defended_passes": 55,
              "dropped_passes": 31,
              "spikes": 2,
              "blitzes": 181,
              "hurries": 51,
              "knockdowns": 51,
              "pocket_time": 1416.051,
              "avg_pocket_time": 2.446,
              "net_yards": 4154,
              "batted_passes": 7,
              "on_target_throws": 427
            },
            "fumbles": {
              "fumbles": 7,
              "lost_fumbles": 4,
              "own_rec": 1,
              "own_rec_yards": -4,
              "opp_rec": 0,
              "opp_rec_yards": 0,
              "out_of_bounds": 0,
              "forced_fumbles": 0,
              "own_rec_tds": 0,
              "opp_rec_tds": 0,
              "ez_rec_tds": 0
            },
            "conversions": {
              "pass_attempts": 4,
              "pass_successes": 3,
              "rush_attempts": 0,
              "rush_successes": 0,
              "receive_attempts": 0,
              "receive_successes": 0,
              "defense_attempts": 0,
              "defense_successes": 0
            }
          }
        }
      ]
    }
  ],
  "_comment": "Generation started @ 2024-07-03 13:41:15 UTC ended @ 2024-07-03 13:41:15 UTC"
}

The Player Profile data for Josh Allen offers a comprehensive view of his performance across multiple seasons, detailing everything from passing and rushing statistics to penalties and fumbles. For instance, the profile includes data on Allen's passing attempts, completions, and touchdowns, alongside rushing attempts, average yards per carry, and total touchdowns. This granularity is especially beneficial for analyzing his growth and consistency over the years.

You can create player profiles like the following to present comprehensive statistics for individual NFL players.

Use Case:

While building a fantasy football application, you can use such detailed statistics to enhance player analytics features, helping users make informed decisions when drafting players. For example, the application could include a "Player Performance Tracker" that visualizes a player's stats over various seasons, enabling users to spot trends in performance or assess the impact of injuries and team changes on a player's output. This would be a valuable tool for fantasy league participants aiming to optimize their draft strategies based on thorough statistical insights.



Monitoring Seasonal Statistics with the Daily Change Log

The Daily Change Log is useful for monitoring adjustments to NFL seasonal statistics. For instance, if a game statistic that affects seasonal totals is corrected, the log will record this update in its results node.

Steps:

  1. Identify Change Type: Spot any game IDs within the results node to signify changes in game-related data or statistics.
  2. Retrieve Detailed Data: Use the identified game IDs to pull additional details from relevant feeds such as Game Statistics, Play-by-Play, or Game Boxscore. Game Statistics is recommended for its direct impact on seasonal statistics.
  3. Access the Seasonal Statistics Feed: Utilize the team ID obtained from the detailed data to fetch the seasonal statistics.
  4. Verify Changes: Compare the newly retrieved data with previously stored records to confirm changes in standings or player statistics. Use the player ID to access the Player Profile feed for deeper analysis of player-specific updates.

⏱️

Update Frequency

TTL / Cache: 300 seconds

Data Updates:

  • Entries populate live for changes to teams, players, game statistics, schedules, and standings.
  • Start time of the log is 05:00:00 UTC; end time is 04:59:59 UTC