Event Finder

In 2025-26, Field Goals, in the regular season, playing for the 76ers/Nationals
Display Query »
/* mysql8 */
SELECT pbp.game_id,
  pbp.year_id,
  pbp.date_game,
  CONCAT('/boxscores/', pbp.game_id, '.html') AS date_game_link,
  pbp.play_id,
  CASE WHEN pbp.quarter = 1 THEN '1st' 
  WHEN pbp.quarter = 2 THEN '2nd' 
  WHEN pbp.quarter = 3 THEN '3rd' 
  WHEN pbp.quarter = 4 THEN '4th' 
  WHEN pbp.quarter = 5 THEN 'OT' 
  ELSE CONCAT(pbp.quarter - 4, 'OT') 
  END AS quarter,
  pbp.quarter AS quarter_csk,
  IF(pbp.quarter <= 4, pbp.quarter * 7200, 28800 + (pbp.quarter - 4) * 3000) - pbp.time_elapsed_game AS time_remain_quarter,
  IF(1 = 1, pbp.focus_team_id, pbp.other_team_id) AS team_id,
  IF(1 = 1, pbp.other_team_id, pbp.focus_team_id) AS opp_id,
  IF(pbp.visitor_team_id = IF(1 = 1, pbp.focus_team_id, pbp.other_team_id), '@', '') AS game_location,
  IF(1 = 1, IF(pbp.focus_team_id = pbp.visitor_team_id, pbp.visitor_pts, pbp.home_pts), IF(pbp.focus_team_id = pbp.visitor_team_id, pbp.home_pts, pbp.visitor_pts)) AS pts,
  IF(1 = 1, IF(pbp.focus_team_id = pbp.visitor_team_id, pbp.home_pts, pbp.visitor_pts), IF(pbp.focus_team_id = pbp.visitor_team_id, pbp.visitor_pts, pbp.home_pts)) AS opp_pts,
  #       IF(1 = 1 AND pbp.focus_team_id = pbp.visitor_team_id, pbp.visitor_pts, pbp.home_pts) AS pts,
  #       IF(1 = 1 AND pbp.focus_team_id = pbp.visitor_team_id, pbp.home_pts, pbp.visitor_pts) AS opp_pts,
  pbp.player1_id,
  pbp.player2_id,
  pbp.play_pts
FROM pbp
WHERE pbp.play_code IN ('fg2', 'fg3') AND pbp.year_id >= 2026 AND pbp.year_id <= 2026 AND pbp.is_playoffs = 0 AND pbp.focus_team_id IN ('SYR','PHI')
ORDER BY pbp.game_id, 
  pbp.play_id


$VAR1 = [];

Search Criteria

Seasons
Game Type
Event Type
Find Events for Player (optional)
Javascript is required for the selection of a player.
Team
Opponent
Quarter
Time Left in Quarter
Score (After)
Margin (After)

You have edited your search criteria

or keep editing your search

clear changes

Fetching Results

Stathead spinner

Found 881 Field Goals

Team
Philadelphia881
Assist
Tyrese Maxey152
Quentin Grimes88
VJ Edgecombe76
Trendon Watford50
Justin Edwards28
Opponent
Boston112
Brooklyn93
Washington91
Toronto90
Orlando85
Quarter
2nd236
1st228
4th216
3rd186
OT11
Time Left in Quarter
> 6 minutes426
< 3 minutes231
3-6 minutes224
Score (Before)
Behind442
Ahead397
Tied42
Margin (After)
≤ 5 points382
6-10 points250
> 10 points249

Results

Subscribe to Stathead Basketball for full results.

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

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