ADVERTISEMENT

Half a year into the war in Gaza, here's a look at the conflict by the numbers

Published Apr 6, 2024 01:36 pm
AP24096696577813.jpg
Destroyed buildings are seen in the Gaza Strip, as seen from southern Israel on Nov. 20, 2023. (AP Photo/Leo Correa, File)

JERUSALEM (AP) — The Israel-Hamas war has stretched on for half a year and become one of the most destructive, deadly, and intractable conflicts of the 21st century.
Since Hamas' Oct. 7 cross-border attack, Israel has pummeled the Gaza Strip, displacing the vast majority of the population and causing many to flee to Gaza's southernmost city, Rafah. Food is scarce, the U.N. says famine is approaching and few Palestinians have been able to leave the besieged territory.
Meanwhile, Hamas continues to fire rockets into Israel from Gaza, and Hezbollah and other militant groups do so from southern Lebanon, prompting tit-for-tat fighting that has displaced thousands of civilians on both sides of Israel's borders. Hamas is still holding hostages taken during the Oct. 7 raid, as well as the bodies of some who died in captivity. And cease-fire talks stretch on with no end in sight.
Here's a look at the conflict by numbers, which mainly come from the Israeli military and prime minister's office, the Gaza health ministry, the U.N.'s Office for the Coordination of Humanitarian Affairs, and Associated Press reporting.
TOTAL DEATHS
Palestinians killed in Gaza: 33,137
Children killed in Gaza: more than 13,000
People killed in Israel: about 1,200
Palestinians killed in the West Bank: 456
People killed in Lebanon: at least 343
CIVILIANS
Civilians killed in Gaza: Gaza's health ministry doesn't distinguish between civilians and combatants in its count, but it says women and children have made up around two-thirds of those killed.
Civilians and foreigners killed in Israel on Oct. 7: 780
First responders killed in Israel on Oct. 7: 62
Civilians killed since Oct. 7 in Israel along its northern border: 9
Civilians killed in Lebanon: At least 50
Aid workers killed in Gaza: 224, including at least 30 killed in the line of duty
Health workers killed in Gaza: 484
Journalists killed in Gaza: At least 95
SOLDIERS/MILITANTS
Militants killed by Israel in Gaza: more than 13,000, according to the Israeli military
Israeli soldiers killed in the Gaza ground offensive: 256
Israeli soldiers killed on Oct. 7: 314
Israeli soldiers killed along Israel's northern front since Oct. 7: 11
Militants killed in Lebanon: About 280, mostly from Hezbollah
DESTRUCTION/HUMANITARIAN SITUATION IN GAZA
Percentage of buildings likely damaged/destroyed: 55.9%
Percentage of homes likely damaged: more than 60%
Percentage of school buildings damaged: 90%
Hospitals that are functioning: 10/36
Palestinian civilians facing "catastrophic" food insecurity, according to the U.N.: 1.1 million
Percentage of northern Gaza children under age 2 who are acutely malnourished: 31%
Percentage of students out of school: 100%
Mosques damaged: 227
Churches damaged: 3
INJURIES
Palestinians injured in Gaza since Oct. 7: 75,815
Palestinians injured in the West Bank since Oct. 7: 4,750
Israeli soldiers injured since the beginning of the ground offensive: 1,549
Israeli civilians injured on Oct. 7: 4,834
DISPLACEMENT
Palestinians currently displaced in Gaza: 1.7 million (70% of the population)
Israelis currently displaced from border communities: 90,000 (under 1% of the population)
HOSTAGES/PRISONERS
Hostages taken by Hamas on Oct. 7: 253
Hostages freed: 123
Hostages who are alive or haven't been confirmed dead: 98, including two who were taken before Oct. 7
Hostages confirmed to have died in Hamas captivity: 36, including two taken before Oct. 7
Palestinian prisoners freed during weeklong pause in fighting: 240
 

Related Tags

WORLDNEWS
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.