Ana Sayfa›Dünya›Wemby misses at the end, Knicks beat Spu…
🌍 Dünya
Wemby misses at the end, Knicks beat Spurs 105-104 for 2-0 lead in NBA Finals
AP News World·🕐 1 sa önce·👁 0 görüntülenme
New York Knicks center Karl-Anthony Towns is embraces as he leaves the court after Game 2 of the NBA Finals basketball series against the San Antonio Spurs, Friday, June 5, 2026, in San Antonio. (AP Photo/Eric Gay) 2026-06-05T13:59:28Z SAN ANTONIO (AP) — Go crazy, New York. Or, perhaps more accurately, crazier. The red-hot Knicks are going home, two wins away from an NBA championship that the capital of the world has been waiting to see for generations. Jalen Brunson hit a go-ahead free throw with 9.5 seconds left after a turnover by Victor Wembanyama moments earlier, then Wembanyama missed a jumper at the end of New York’s 105-104 win over the San Antonio Spurs on Friday night for a 2-0 lead in the NBA Finals. “What a ballgame,” Knicks coach Mike Brown marveled. Karl-Anthony Towns had 21 points and 13 rebounds, while Brunson and Mikal Bridges each scored 20 for the Knicks. They have won 13 straight, the second-longest streak by any team in NBA playoff history. “New York City showed up,” Towns said. “The fans showed up. The energy showed up. And we found a way to get it done.” The Knicks are now just the third team to win the first two games of a finals on the road, joining Michael Jordan and the 1993 Chicago Bulls, and Hakeem Olajuwon and the 1995 Houston Rockets. Both of those teams won championships, the Bulls needing six games to oust the Phoenix Suns, the Rockets going home after winning those first two games in Orlando and sweeping the Magic. The Knicks, seeking their first championship since 1973, are in position to join them. Wembanyama, after a very quiet first half, scored 29. De’Aaron Fox had 20 for San Antonio. /* Desktop-first: fully collapse by default */ #ap-readmore-embed { display: none; margin: 0; padding: 0; height: 0; min-height: 0; overflow: hidden; text-align: center; position: relative; z-index: 2; } /* Only show on mobile */ @media (max-width: 767px) { #ap-readmore-embed { display: block; margin: 28px 0; height: auto; overflow: visible; } } #ap-readmore-embed .ap-readmore-btn { appearance: none; -webkit-appearance: none; border: 0; background: #000; color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: 999px; font-family: inherit, "AP Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 0.2px; line-height: 1; box-shadow: 0 10px 18px rgba(0,0,0,0.12); transition: transform 120ms ease, box-shadow 120ms ease, opacity 120ms ease; touch-action: manipulation; -webkit-tap-highlight-color: transparent; position: relative; z-index: 3; } #ap-readmore-embed .ap-readmore-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 22px rgba(0,0,0,0.16); } #ap-readmore-embed .ap-readmore-btn:active { transform: translateY(0); box-shadow: 0 10px 18px rgba(0,0,0,0.12); opacity: 0.95; } #ap-readmore-embed .ap-readmore-btn:focus-visible { outline: 3px solid rgba(228, 0, 43, 0.35); outline-offset: 3px; } #ap-readmore-embed .ap-readmore-icon { width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin-top: -2px; } #ap-readmore-embed .ap-readmore-fade { display: none; height: 48px; margin-top: -48px; pointer-events: none; background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); } Read More (function () { var APRM_EMBED_ID = "ap-readmore-embed"; var APRM_MOBILE_MQ = "(max-width: 767px)"; function APRM_onReady(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } APRM_onReady(function () { var APRM_embedEl = document.getElementById(APRM_EMBED_ID); if (!APRM_embedEl) return; // 🚨 DESKTOP: remove entire module wrapper and bail early if (!window.matchMedia(APRM_MOBILE_MQ).matches) { var APRM_rootModule = APRM_embedEl.closest(".HTMLModuleEnhancement") || APRM_embedEl.closest(".HtmlModule"); if (APRM_rootModule && APRM_rootModule.parentNode) { APRM_rootModule.parentNode.removeChild(APRM_rootModule); } else if (APRM_embedEl.parentNode) { APRM_embedEl.parentNode.removeChild(APRM_embedEl); } return; // stop the rest of the script from running } }); })(); (function () { var EMBED_ID = "ap-readmore-embed"; var BTN_ID = "apReadMoreBtn"; var FADE_ID = "apReadMoreFade"; var STOP_SELECTOR = ".Page-below"; var SIGN_IN_GATE_SELECTOR = ".sign-in-gate-content"; var HIDDEN_ATTR = "data-ap-readmore-hidden"; var MOBILE_MQ = "(max-width: 767px)"; function ready(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } function isElementNode(n) { return n && n.nodeType === 1; } function cancelEvent(e) { if (!e) return; if (typeof e.preventDefault === "function") e.preventDefault(); if (typeof e.stopPropagation === "function") e.stopPropagation(); if (typeof e.stopImmediatePropagation === "function") e.stopImmediatePropagation(); e.cancelBubble = true; e.returnValue = false; } function collapseDesktopEmbed(embed) { if (!embed) return true; if (!window.matchMedia(MOBILE_MQ).matches) { var maybeWrappers = [ embed.parentElement, embed.closest(".html-embed"), embed.closest("[data-type='htmlembed']"), embed.closest("[class*='embed']"), embed.closest("[class*='Embed']") ].filter(Boolean); embed.style.display = "none"; embed.style.margin = "0"; embed.style.padding = "0"; embed.style.height = "0"; embed.style.minHeight = "0"; embed.style.overflow = "hidden"; maybeWrappers.forEach(function (el) { el.style.margin = "0"; el.style.padding = "0"; el.style.height = "0"; el.style.minHeight = "0"; el.style.overflow = "hidden"; }); if (embed.parentNode) { embed.parentNode.removeChild(embed); } return true; } return false; } ready(function () { var embed = document.getElementById(EMBED_ID); var btn = document.getElementById(BTN_ID); var fade = document.getElementById(FADE_ID); if (!embed || !btn) return; if (collapseDesktopEmbed(embed)) return; var signInGate = document.querySelector(SIGN_IN_GATE_SELECTOR); if (signInGate) { embed.innerHTML = ""; return; } // — Analytics: impression when embed enters viewport — if ("IntersectionObserver" in window) { var io = new IntersectionObserver(function (entries, observer) { if (entries[0].isIntersecting) { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: "ap_readmore_impression" }); observer.disconnect(); } }, { threshold: 0 }); io.observe(btn); } var stopEl = document.querySelector(STOP_SELECTOR); if (!stopEl) return; var rootCandidates = [ embed.closest(".Page"), embed.closest("article"), embed.closest("main"), document.body ].filter(Boolean); var root = rootCandidates.find(function (c) { return c.contains(stopEl); }) || document.body; var all = root.getElementsByTagName("*"); var hidden = []; for (var i = 0; i “We can’t change the past,” Wembanyama said, “We’re already thinking about Game 3.” The series now shifts to New York. Game 3 is at Madison Square Garden on Monday night. President Donald Trump — a native New Yorker — plans on attending Monday. And ticket prices on the secondary market, for the worst seats at MSG, were approaching $9,000 apiece on Friday night, with Knicks fans evidently willing to pay tippy-top dollar just to be in the building as the team nears what would be its first championship in 53 years. The Spurs were down 14 midway through the fourth and came all the way back — scoring the next 14 points to tie the game. Wembanyama’s three-point play with 57 seconds left gave the Spurs their first lead in nearly two full quarters, putting San Antonio up 104-102. “We showed tremendous desperation, urgency and competitive response,” Spurs coach Mitch Johnson said. “Hopefully we can try to bottle that up ... and try to play to that same level.” But the Knicks got the last three, Brunson — the hero of Game 1 for the Knicks — getting them all. Brunson scored on the next possession, just his seventh basket in 24 shots on the night, and the game was tied. Wembanyama missed a long jumper, OG Anunoby got the rebound for New York with 30 seconds left, the Knicks called time and the stage was set. The Spurs got a stop, but Wembanyama threw the ball away. Brunson got fouled, the Knicks had the lead back and before long Spurs fans were filing out of the arena — possibly for the final time this season. The Spurs called time with 7.5 seconds remaining. Fox took the inbound pass, then set up Wembanyama for a jumper that would have won it. The shot bounced off the rim, and it was over. “We had to get a stop. We hadn’t gotten a stop all quarter,” Towns said. They got their stop. Next stop: New York, where the hottest team in basketball knows an NBA title is just two wins away. ___ AP NBA: https://apnews.com/hub/NBA TIM REYNOLDS Reynolds is an Associated Press sports writer, based in South Florida. twitter mailto
New York Knicks center Karl-Anthony Towns is embraces as he leaves the court after Game 2 of the NBA Finals basketball series against the San Antonio Spurs, Friday, June 5, 2026, in San Antonio. (AP Photo/Eric Gay)New York Knicks center Karl-Anthony Towns leaves the court after Game 2 of the NBA Finals basketball series against the San Antonio Spurs, Friday, June 5, 2026, in San Antonio. (AP Photo/Eric Gay)San Antonio Spurs forward Victor Wembanyama walks off the court as time expires during the second half of Game 2 of the NBA Finals basketball series as New York Knicks guard Landry Shamet (44), guard Josh Hart (3), and center Mitchell Robinson (23) celebrate, Friday, June 5, 2026, in San Antonio. (AP Photo/Eric Gay)San Antonio Spurs forward Victor Wembanyama walks off the court as time expires during the second half of Game 2 of the NBA Finals basketball series against the New York Knicks, Friday, June 5, 2026, in San Antonio. (AP Photo/Eric Gay)New York Knicks center Karl-Anthony Towns hugs his dad, Karl-Anthony Towns Sr., after Game 2 of the NBA Finals basketball series against the San Antonio Spurs, Friday, June 5, 2026, in San Antonio. (AP Photo/David J. Phillip)New York Knicks center Karl-Anthony Towns hugs his dad, Karl-Anthony Towns Sr., after Game 2 of the NBA Finals basketball series against the San Antonio Spurs, Friday, June 5, 2026, in San Antonio. (AP Photo/David J. Phillip)New York Knicks center Karl-Anthony Towns is embraces as he leaves the court after Game 2 of the NBA Finals basketball series against the San Antonio Spurs, Friday, June 5, 2026, in San Antonio. (AP Photo/Eric Gay)New York Knicks center Karl-Anthony Towns leaves the court after Game 2 of the NBA Finals basketball series against the San Antonio Spurs, Friday, June 5, 2026, in San Antonio. (AP Photo/Eric Gay)San Antonio Spurs forward Victor Wembanyama walks off the court as time expires during the second half of Game 2 of the NBA Finals basketball series as New York Knicks guard Landry Shamet (44), guard Josh Hart (3), and center Mitchell Robinson (23) celebrate, Friday, June 5, 2026, in San Antonio. (AP Photo/Eric Gay)San Antonio Spurs forward Victor Wembanyama walks off the court as time expires during the second half of Game 2 of the NBA Finals basketball series against the New York Knicks, Friday, June 5, 2026, in San Antonio. (AP Photo/Eric Gay)New York Knicks center Karl-Anthony Towns hugs his dad, Karl-Anthony Towns Sr., after Game 2 of the NBA Finals basketball series against the San Antonio Spurs, Friday, June 5, 2026, in San Antonio. (AP Photo/David J. Phillip)New York Knicks center Karl-Anthony Towns hugs his dad, Karl-Anthony Towns Sr., after Game 2 of the NBA Finals basketball series against the San Antonio Spurs, Friday, June 5, 2026, in San Antonio. (AP Photo/David J. Phillip)
SAN ANTONIO (AP) — Go crazy, New York. Or, perhaps more accurately, crazier.The red-hot Knicks are going home, two wins away from an NBA championship that the capital of the world has been waiting to see for generations.Jalen Brunson hit a go-ahead free throw with 9.5 seconds left after a turnover by Victor Wembanyama moments earlier, then Wembanyama missed a jumper at the end of New York’s 105-104 win over the San Antonio Spurs on Friday night for a 2-0 lead in the NBA Finals.“What a ballgame,” Knicks coach Mike Brown marveled.Karl-Anthony Towns had 21 points and 13 rebounds, while Brunson and Mikal Bridges each scored 20 for the Knicks. They have won 13 straight, the second-longest streak by any team in NBA playoff history.“New York City showed up,” Towns said. “The fans showed up. The energy showed up. And we found a way to get it done.”The Knicks are now just the third team to win the first two games of a finals on the road, joining Michael Jordan and the 1993 Chicago Bulls, and Hakeem Olajuwon and the 1995 Houston Rockets.Both of those teams won championships, the Bulls needing six games to oust the Phoenix Suns, the Rockets going home after winning those first two games in Orlando and sweeping the Magic. The Knicks, seeking their first championship since 1973, are in position to join them.Wembanyama, after a very quiet first half, scored 29. De’Aaron Fox had 20 for San Antonio.
“We can’t change the past,” Wembanyama said, “We’re already thinking about Game 3.”The series now shifts to New York. Game 3 is at Madison Square Garden on Monday night.President Donald Trump — a native New Yorker — plans on attending Monday. And ticket prices on the secondary market, for the worst seats at MSG, were approaching $9,000 apiece on Friday night, with Knicks fans evidently willing to pay tippy-top dollar just to be in the building as the team nears what would be its first championship in 53 years.The Spurs were down 14 midway through the fourth and came all the way back — scoring the next 14 points to tie the game. Wembanyama’s three-point play with 57 seconds left gave the Spurs their first lead in nearly two full quarters, putting San Antonio up 104-102.“We showed tremendous desperation, urgency and competitive response,” Spurs coach Mitch Johnson said. “Hopefully we can try to bottle that up ... and try to play to that same level.”But the Knicks got the last three, Brunson — the hero of Game 1 for the Knicks — getting them all.Brunson scored on the next possession, just his seventh basket in 24 shots on the night, and the game was tied. Wembanyama missed a long jumper, OG Anunoby got the rebound for New York with 30 seconds left, the Knicks called time and the stage was set.The Spurs got a stop, but Wembanyama threw the ball away. Brunson got fouled, the Knicks had the lead back and before long Spurs fans were filing out of the arena — possibly for the final time this season.The Spurs called time with 7.5 seconds remaining. Fox took the inbound pass, then set up Wembanyama for a jumper that would have won it. The shot bounced off the rim, and it was over.“We had to get a stop. We hadn’t gotten a stop all quarter,” Towns said.They got their stop. Next stop: New York, where the hottest team in basketball knows an NBA title is just two wins away.___AP NBA: https://apnews.com/hub/NBA