Field Goal Finder

Field goal attempts, in 2019, in season, in the Regular Season, years played , between 50 and 80 yards, sorted by descending.
Display Query »
/* mysql8 */
  select /* fg_finder */ player_id, game_id, 
  CONCAT_WS(" ",name_first, name_last,name_suffix) as player, 
  CONCAT_WS("-",name_last, name_first) as player_csk,
  CONCAT('/players/',UPPER(LEFT(master.player_id,1)),'/',master.player_id,'.htm') as player_link, 
  distance, if(is_home_game=1,'','@') as at_or_vs, team_id, concat("/teams/", team_id, "/", year_id, ".htm") as team_link, 
  (select team_abb from teams where teams.team_id = field_goal_details.team_id and teams.year_id = games_team.year_id) as team, opp_id,
  concat("/teams/", opp_id, "/", year_id, ".htm") as opp_link, 
  (select team_abb from teams where teams.team_id = games_team.opp_id and teams.year_id = games_team.year_id) as opp, 
  concat("/boxscores/", game_id, ".htm") as game_date_link, 
  CONCAT(IF(points > points_opp, 'W', IF(points < points_opp, 'L', 'T')), ' ', points, '-', points_opp) AS game_result, 
  points - points_opp AS game_result_csk, 
  field_goal_details.game_date as game_date, 
  year_id, is_good, is_blocked 
  from field_goal_details 
  left join games_team using (game_id, team_id) 
  left join master using (player_id)
  where 1=1 and games_team.is_playoff_game = 0 and distance <= ? and distance >= ? and year_id = ? 
  order by game_date desc 


$VAR1 = [
          80,
          '50',
          2019
        ];

Search Criteria

Sort By
Sorting options are only available for subscribers. Sign up now for a free trial.
Find Field Goals for Player (optional)
Javascript is required for the selection of a player.
Seasons
Game Type
Playoff Round
Kicking Team

Kick Filters (Distance, Was Good?, Blocked?, etc...)

Kick Distance
to
Was Good?
Was Blocked?

Game Filters (Team, Opp., Location, etc...)

Opponent
Game Result
Game Location
Game Number for team
Week Number of season

You have edited your search criteria

or keep editing your search

clear changes

Fetching Results

Stathead spinner

All Kickers

Subscribe to Stathead Football for full results.

Go inside the Football Reference 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.

All Attempts

Data coverage: since 1960. 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.