ADVERTISEMENT

PH athletes exceed expectations at Asian Youth Para Games

Published Dec 14, 2025 01:46 pm

At A Glance

  • Though official final medal standings were still pending at press time, Team Philippines delivered a breakout performance, collecting eight gold, 14 silver, and eight bronze medals --an emphatic leap from its modest showing in Manama, Bahrain, where the country finished with just one gold, six silver and two bronze medals.
The Philippine para swimming, top, and para athletics team, bottom, account for most of the country's medals at the recent 2025 Asian Youth Para Games.
The Philippine para swimming, top, and para athletics team, bottom, account for most of the country's medals at the recent 2025 Asian Youth Para Games.
DUBAI, United Arab Emirates -- A new generation of Filipino para athletes announced its arrival on the Asian stage after surpassing expectations at the 2025 Asian Youth Para Games, which concluded here on Saturday, Dec. 14.
Though official final medal standings were still pending at press time, Team Philippines delivered a breakout performance, collecting eight gold, 14 silver, and eight bronze medals --an emphatic leap from its modest showing in Manama, Bahrain, where the country finished with just one gold, six silver and two bronze medals.
Philippine Paralympic Committee (PPC) President Mike Barredo credited the remarkable surge to the dedication of the 48-member PH squad backed by the Philippine Sports Commission, noting that the team eclipsed its previous overall output in only two days of competition.
“I’m very proud of them because we have outdone our medal tally in Bahrain more than five times,” said Barredo.
“There may be sports where we didn’t get medals, but I think this is a good start for our youth program. We are headed on the right direction and this is a good showcase of what our youth can do,” he added.
Para swimmers accounted for the most number of medals for Team PH with six gold, six silver and two bronze medals courtesy of Ric Daniel Pasadilla, Mary Hannah Diesto, Raemond Adefuin, Zach Lucas Obsioma and Bladimir Sebastian Gonzales.
Pasadilla, a 13-year-old student of Pototan National Comprehensive High School in Iloilo, became the most bemedalled Filipino para athlete in this edition after bringing home three gold medals in the boys 12-16 200-meter individual medley SM10, 100m back S10, and 100m butterfly S10, as well as one silver in the 100m free S10 and one bronze in the 100m breaststroke SB9.
Para athletics bets also delivered two gold medals courtesy of John Rey Diano in the men’s long jump U20 T20 and RJ Brucal in the men’s long jump T20 U17. They also pocketed five silver medals from Mark Lorence Suarez (men’s long jump U20 T20), Edwina Aquino (women’s 100m U20 T12), Lexia Sianen (women’s javelin throw U20 F46) and Charmel Bada (women’s 400m T20 and women’s long jump T20), as well as two bronze medals from Jolly Poquiz (men’s long jump U20 T20) and Kyle Norte (men’s 100m U20 T20), with other results still pending for official confirmation.
Para table tennis players also managed one silver from Lhey Manginsay in the women’s U23 singles Class 9, and three bronze medals from Ramces Tuala (men’s U23 singles Class 8, Barge Cabañero (men’s singles class 6-7), and the mixed doubles pair of Tuala and Manginsay in the U20 class 12-17.
Daniela Catacutan also delivered a silver medal for boccia in the individual BC1 female, as well as John Cyrus Maclang in the para badminton with Chinese Taipei partner Lin Jia Shang in the SH6 doubles.
Para archery Jannah Ballesta, for her part, bagged the bronze the women’s W1 Open U21.
Barredo said their latest successful conquest was part of the strong connection to the Palarong Pambansa program.
“Several of our athletes who won medals here are talents identified at the Palarong Pambansa and I think we should push for more sports to include at the Palaro so that we could produce more athletes who could win medals for the Philippines,” said Barredo.
Barredo also praised the coaches who identified, traind and developed the athletes.
“There is now more awareness across the country on what para sports is and what events are, and our coaches are doing a good job by being able to identify the talents around the country,” he said.
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.