ADVERTISEMENT

Texas Rangers capture first World Series title

Published Nov 2, 2023 04:05 am

At A Glance

  • Marcus Semien's two-run home run, a run-scoring Mitch Garver single and a pivotal ninth-inning Diamondbacks error produced the runs that enabled Texas to win Major League Baseball's best-of-seven final by 4-1.

LOS ANGELES (AFP) -- The Texas Rangers captured the World Series for the first time in the team's 63-year history on Wednesday, Nov. 1, defeating Arizona 5-0 to complete a historic playoff championship run.

afp.com-20231102-PH-GTY-1769903027-highres.jpg
The Texas Rangers celebrate after beating the Arizona Diamondbacks 5-0 in Game Five to win the World Series at Chase Field on Wednesday, Nov. 1, in Phoenix, Arizona. (AFP)

Marcus Semien's two-run home run, a run-scoring Mitch Garver single and a pivotal ninth-inning Diamondbacks error produced the runs that enabled Texas to win Major League Baseball's best-of-seven final by 4-1.

"It's just emotional," Semien said. "Everything I have ever worked for is for this moment."

Texas went undefeated in 11 contests on the road away from their suburban Dallas home ballpark, capped by sweeping three games in Phoenix over the Diamondbacks.

"It's such a treat," the Rangers' Nathaniel Lowe said. "We really did a great job of finishing here on the road. Maybe we struggled at home but we've got a special group."

The Rangers, who began as the Washington Senators in 1961 before relocating to Texas in 1972, had reached the World Series in 2010 and 2011, losing first to San Francisco and then St. Louis.

"That's one of the coolest feelings of my life," Texas slugger Jonah Heim said. "It's what your work your whole life for. we accomplished our goals. I'm so proud of this team."

The D-backs suffered their first World Series defeat, having won the 2001 crown in their only prior appearance.

Arizona pitcher Zac Gallen kept Texas hitless through six innings, the 28-year-old US right-hander baffling the same batters who blasted out 11 runs on 11 hits the night before.

"He had his good stuff working," Lowe said. "But we finally got to him."

The Rangers pounced, however, in the top of the seventh with three consecutive hits as Corey Seager singled to left field, reached third base on Evan Carter's double and scored on Mitch Garver's single up the middle for a 1-0 lead.

"It was kind of a crazy game," Semien said. "We got no-hit until the sixth or whatever inning it was. But we came through. Once Corey got the first hit everybody kind of woke up."

Texas shortstop Seager homered three times and drove in six runs in the World Series to win the Most Valuable Player award, becoming only the fourth player to take it twice after his MVP role for the 2020 champion Los Angeles Dodgers.

"Just happy to be part of this team," Seager said. "We grind it and play through it. It's awesome right now."

After Texas left the bases loaded in the eighth, Josh Jung and Lowe singled to open the ninth for the Rangers and both scored on an error by Arizona's Alek Thomas on Heim's single to make it 3-0.

Semien then blasted a two-run homer into the left-field seats for a 5-0 Rangers lead to all-but settle matters.

When Josh Sborz struck out Ketel Marte for the final out, ending the Arizona batter's 20-game playoff hit streak, the Rangers began a wild celebration.

"We weren't going to let up until the last out was made," Heim said. "We fought hard. We came out on top."

 

 

Bochy gets fourth title

 

Bruce Bochy, who came out of retirement last year to manage the Rangers, won his fourth World Series title at age 68 after three with San Francisco.

"To get this call, to be a part of this, I know how blessed I am," Bochy said. "I can't thank these guys enough."

The Rangers had missed the playoffs in six consecutive losing seasons before this year's title run.

Arizona advanced runners into scoring position in each of the first five innings but came away empty-handed, going 0-for-10 at the plate with those runners on second or third base.

The D-backs then stranded runners at first base in the seventh and eighth innings as well.

Rangers US right-handed starting pitcher Nathan Eovaldi, who threw six scoreless innings, was the best in the American League this season at denying hits with runners in scoring position and he mystified the D-backs when it mattered early.

In the fifth, Arizona loaded the bases on walks to Ketel Marte and Tommy Pham and a Christian Walker two-out single, but Lourdes Gurriel grounded out and another perfect scoring opportunity slipped away.

Related Tags

Texas Rangers MLB
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.