ADVERTISEMENT

LeBron breaks career field goals record despite Lakers loss to Nuggets

Published Mar 6, 2026 02:20 pm

At A Glance

  • DENVER (AP) — LeBron James broke Kareem Abdul-Jabbar's record for career field goals in the Los Angeles Lakers' 120-113 loss to Denver on Thursday night, March 5, with the Nuggets getting 28 points each from All-Stars Jamal Murray and Nikola Jokic.
Los Angeles Lakers forward LeBron James dunks the ball for a basket to tie Kareem Abdul-Jabbar's record of 15,837 field goal in the first half of an NBA basketball game against the Denver Nuggets Thursday, March 5, 2026, in Denver. (AP Photo/David Zalubowski)
Los Angeles Lakers forward LeBron James dunks the ball for a basket to tie Kareem Abdul-Jabbar's record of 15,837 field goal in the first half of an NBA basketball game against the Denver Nuggets Thursday, March 5, 2026, in Denver. (AP Photo/David Zalubowski)
DENVER (AP) — LeBron James broke Kareem Abdul-Jabbar's record for career field goals in the Los Angeles Lakers' 120-113 loss to Denver on Thursday night, March 5, with the Nuggets getting 28 points each from All-Stars Jamal Murray and Nikola Jokic.
James injured his left elbow on a layup that pulled Los Angeles to 110-106 with four minutes to go and left the game. He returned with 2:05 left and the Lakers trailing by a point. The Lakers, however, never were able to take the lead as the Nuggets finished off a crucial wire-to-wire win.
James finished with 16 points to go with Luca Doncic's 27.
Jokic had his 23rd triple-double of the season with 28 points, 12 rebounds and 13 assists to offset nine turnovers and help the Nuggets (39-24) stay a step ahead of the streaking Lakers (37-25) in the logjammed Western Conference.
Aside from his record-breaking bucket in the first quarter — the 15,838th field goal of his 23-year career — James had a couple of sensational baskets: a corkscrew reverse fastbreak layup and an off-balance, 18-foot turnaround jumper that pulled the Lakers to 64-54 at halftime.
And he had three straight jaw-dropping assists as the Lakers staged a fourth-quarter comeback that fell just short.
The Nuggets jumped out to a 16-3 lead and led by 15 points, but turnovers kept the Lakers within striking distance all night.
Murray's 20 first-half points helped the short-handed and undersized Nuggets stay in control. Forward Aaron Gordon worked out on the court before the game but was again in street clothes by game time. Sidelined since Jan. 23 by a pulled hamstring, Gordon is expected to return to action Friday night against the Knicks.
Denver's other defensive stalwart, guard Peyton Watson, has also been out with a pulled hamstring and the Nuggets were also without forwards Cam Johnson (sprained right ankle) and Spencer Jones (strained right shoulder).
Lakers center Deandre Ayton left in the first half with a knee injury and didn't return.
Doncic picked up his 15th technical foul of the season. He'll face an automatic one-game suspension if he gets another.
Meanwhile,  Victor Wembanyama had 38 points, 16 rebounds and five blocks and the San Antonio Spurs never trailed in completing a sweep of Detroit, beating the Pistons, 121-106.
De'Aaron Fox had 29 points, and Stephon Castle added 11 points and 12 assists in San Antonio's first game at home after a nearly a month-long trip.
Cade Cunningham had 26 points and Isaiah Stewart added 18 points in Detroit's second straight loss. The Pistons, who closed their trip 1-2, remained atop the Eastern Conference at 45-16.
A potential NBA Finals matchup resulted in another double-digit victory for the red-hot Spurs.
San Antonio has won 13 of 14 games, including a 114-103 victory over the Pistons on Feb. 23 in Detroit, and remain second in the West at 45-17.
The Spurs rolled to a 10-2 lead in their first game in San Antonio since Feb. 7. The lead expanded to 17 points in the opening quarter as the Spurs shot 54% on 3-pointers.
Detroit lost Ausur Thompson two minutes into the game when he sprained his right ankle.
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.