ADVERTISEMENT

SGA finishes strong, steers Thunder past Knicks

Published Mar 30, 2026 02:19 pm

At A Glance

  • OKLAHOMA CITY (AP) — Shai Gilgeous-Alexander scored 30 points, including 10 in the fourth quarter, and the Oklahoma City Thunder defeated the New York Knicks, 111-100, on Sunday night, March 29.
Oklahoma City Thunder guard Shai Gilgeous-Alexander (2) looks to shoot over New York Knicks forward Og Anunoby (8) during the second half of an NBA basketball game Sunday, March 29, 2026, in Oklahoma City. (AP Photo/Nate Billings)
Oklahoma City Thunder guard Shai Gilgeous-Alexander (2) looks to shoot over New York Knicks forward Og Anunoby (8) during the second half of an NBA basketball game Sunday, March 29, 2026, in Oklahoma City. (AP Photo/Nate Billings)
OKLAHOMA CITY (AP) — Shai Gilgeous-Alexander scored 30 points, including 10 in the fourth quarter, and the Oklahoma City Thunder defeated the New York Knicks, 111-100, on Sunday night, March 29.
Gilgeous-Alexander was 5 of 15 from the floor in the first three quarters, but drained all three of his shots in the fourth. He made 13 of 16 free throws overall to help him extend his NBA record for consecutive games with at least 20 points to 135.
Jalen Williams scored 22 points for the Thunder, shooting 7 of 11 from the floor and making all seven of his free throws. An All-Star last year, he appears to be rounding into form. He missed the first 19 games of the season with a wrist injury, then later missed 26 with a strained right hamstring.
Chet Holmgren added 16 points and nine rebounds for the Thunder, who won for the 14th time in 15 games. Oklahoma City (59-16) leads San Antonio (56-18) by 2 1/2 games in the race for the league’s best record with eight remaining.
The Knicks are in third place in the Eastern Conference standings, 2 1/2 games behind the Boston Celtics for second with eight games to play. But the Thunder outscored them 31-13 from the free-throw line.
Jalen Brunson scored 32 points for the Knicks on 13-for-22 shooting. Karl-Anthony Towns added 15 points and 18 rebounds for the Knicks, who lost their second straight after a seven-game winning streak.
Josh Hart's deep 3-pointer at the halftime buzzer cut Oklahoma City's lead to 53-52.
A steal and layup by Williams gave the Thunder a 59-54 lead in the third quarter and excited the crowd. Oklahoma City took an 84-78 lead into the fourth. New York cut its deficit to a point in the final period, but never took the lead.
Meanwhile, Jayson Tatum scored 32 points, Payton Pritchard added 28 points and the Boston Celtics defeated the cold-shooting Charlotte Hornets, 114-99, for their third straight victory.
Neemias Queta added 17 points and eight rebounds for the Celtics, who played their second consecutive game without Jaylen Brown (Achilles tendinitis).
LaMelo Ball had 19 points and Miles Bridges 14 for the Hornets, who entered the game leading the NBA in made 3-pointers (1,210) and third in 3-point percentage (38.2), but were just 12 of 43 from beyond the arc against the Eastern Conference's second-place team.
Ball, Brandon Miller and Kon Knueppel finished a combined 7 of 27 on 3-point shots.
Pritchard, who continued to be a terrific replacement for Brown, was able to get to the basket at will, finishing 10 of 18 from the field and 6 of 6 from the foul line. Pritchard entered the game averaging 25.1 points, 4.9 rebounds, and 7.3 assists in the previous eight games Brown missed this season.
Tatum was strong all night, shooting 12 of 23 from the field — including 5 of 10 from 3-point range — while adding eight assists.
The Celtics raced to a 19-point lead, holding the Hornets to 5-of-21 shooting from beyond the arc in the first half.
Charlotte had cut the lead to nine early in the fourth quarter before Tatum launched a 3 over Bridges from the top of the key and then stared into the crowd and pointed as the lead got back to 16.
After a Pritchard layup pushed the lead to 17 with 3:52 left, Hornets coach Charles Lee had seen enough and emptied the bench.
Charlotte ended its seven-game homestand with two straight losses after winning the first five to secure at least a spot in the play-in game.

Related Tags

Shai Gilgeous-Alexander Oklahoma City Thunder Boston Celtics
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.