Team Season Stats Finder - Pro Football

Find individual seasons, combined seasons, or number of seasons matching your criteria. • Video TutorialSample SearchesData Coverage
For single seasons, from 1920 to 2025, played in the NFL, in the regular season, sorted by descending Wins.
THIS QUESTION WAS ANSWERED USING
Stathead Football Logo POWERED BY Pro Football Reference Logo
Your All Access Pass to the Pro Football Database Go beyond the basics. Become a Stathead
Start Your FREE Trial
Display Query »
--------------------------------------

main

Page Setup Time: 0.00061 seconds

SELECT year_id as year_id_csk, year_id as year_id, ts.name_abbr as team_name_abbr, ts.link as team_link, comp_id, GROUP_CONCAT(DISTINCT sup_comp_seasons.name_abbr) as comp_name_abbr, SUM(games) AS games, SUM(wins) AS wins, SUM(losses) AS losses, SUM(ties) AS ties, IF(SUM(wins)+SUM(losses), (SUM(wins)+IF(year_id > 1971,0.5*SUM(ties),0))/(SUM(wins)+SUM(losses)+IF(year_id > 1971,SUM(ties),0)), NULL) as win_loss_pct_csk, TRIM(LEADING '0' FROM ROUND(IF(SUM(wins)+SUM(losses), (SUM(wins)+IF(year_id > 1971,0.5*SUM(ties),0))/(SUM(wins)+SUM(losses)+IF(year_id > 1971,SUM(ties),0)), NULL),3)) AS win_loss_pct, SUM(points) AS points, SUM(points_opp) AS points_opp, SUM(points - points_opp) AS points_diff
FROM sup_team_seasons as ts
  JOIN sup_phase_seasons USING (comp_id, phase_id, year_id)
  JOIN sup_comp_seasons USING (comp_id, year_id)
WHERE type=?
  AND year_id>=?
  AND year_id<=?
  AND type="reg"
  AND comp_id=? 
GROUP BY year_id, team_id
ORDER BY wins DESC, year_id DESC, team_id LIMIT 0, 20

SQL PARAMS -- $VAR1 = [
          'reg',
          1920,
          2025,
          'NFL'
        ];

Query Time: 0.04 seconds
Table Build Time: 0.04 seconds


--------------------------------------
SH->PARAM -- $VAR1 = {
          'type' => 'reg',
          'year_min' => 1920,
          'year_max' => 2025,
          'comp_type' => 'reg',
          'comp_id' => 'NFL',
          'match' => 'team_season',
          'order_by' => 'wins'
        };
SH->PARAM_NO_DEFAULT -- $VAR1 = {
          'comp_id' => 'NFL',
          'type' => 'reg'
        };

Search Criteria

Click on the red text to pre-fill the form with various values

Sort By
Sorting options are only available for subscribers. Sign up now for a free trial.
Seasons
Game Type

Team Filters (League, Team, Result, etc.)

Team
Team Success

Based on team's finish at the end of the season. For 2025 season, based on current standing. For combined season searches, only the seasons that match criteria are included in results. "By Division Finish" will use Conference or League finish when Division is not relevant.

League

Statistical Filters (pts., pts. allowed, total yds., etc.)

You have edited your search criteria

or keep editing your search

clear changes

Fetching Results

Stathead spinner

Query Results

Subscribe to Stathead Pro Football for full results.

Go inside the Pro Football database and access the sports search engine that was made for fans like you. Subscriptions start at just $9/month. Learn More.

Get your first month FREE

Already a paid subscriber? Log in for full results.

Data coverage: since 1940. Scoring statistics (TD, XP, FG) are complete all-time. Please see our data coverage page for details.

If you utilize material unique to a Sports Reference site for a tweet, an article, or for research for a broadcast or podcast, please strongly consider citing this site as the source for the material. It would be greatly appreciated and would help us continue to produce this material.