Skip to main content

Daily Casualties - Gaza

The numbers we publish here are not fully representative of the human toll of Israel's actions in Gaza. Read more about other factors you should consider.

This dataset provides daily values for those killed and injured in the Gaza Strip since October 7th, 2023.

There are currently 692 days of reports from 2023-10-07 to 2025-08-28 and we update the list daily as new reports are released.

Usage

The dataset is available as a single JSON array with an object for each report date. You can also download in CSV format below.

casualties_daily.json casualties_daily.csv

Minified JSON

https://data.techforpalestine.org/api/v2/casualties_daily.min.json

Unminified JSON

https://data.techforpalestine.org/api/v2/casualties_daily.json

CSV

https://data.techforpalestine.org/api/v2/casualties_daily.csv
Download CSV

The file is updated in the morning (eastern time).

Report Fields

Each daily report in this JSON array will have the following fields for Gaza.

(optional fields will be omitted from the JSON if there is no value reported)

field namevalueoptional
report_datedate in YYYY-MM-DDno
report_sourceone of mohtel, gmotel, unocha or missing (see below)no
report_periodone of 24, 48, or 0, representing the hours length of the reporting periodno
massacres_cumcumulative number of multiple fatality eventsyes
ext_massacres_cumsame as massacres_cum but extrapolated (see note)no
killedtotal killed persons for the given report date (may include retroactive)yes
killed_cumcumulative number of killed persons to the report dateyes
killed_children_cumcumulative number of children killed to the report date (see note)yes
killed_women_cumcumulative number of women killed to the report date (see note)yes
killed_recoveredrecovered bodies during truce on the given report dateyes
killed_succumbedkilled by succumbing to injuries on the given report date during truceyes
killed_truce_newkilled on the given report date during or after the 2025 truceyes
killed_committeeindividuals recognized as being killed by a judicial committee (retroactive)yes
ext_killedsame as killed but extrapolated (see below)no
ext_killed_cumsame as killed_cum but extrapolated (see below)no
ext_killed_children_cumsame as killed_children_cum but extrapolated (see note)no
ext_killed_women_cumsame as killed_women_cum but extrapolated (see note)no
child_famine_cumcumulative children killed by starvation (context)yes
famine_cumcumulative adults & children killed by starvation (context)yes
aid_seeker_killed_cumcumulative people killed at or en route to aid distribution (context)yes
aid_seeker_injured_cumcumulative people injured at or en route to aid distribution (context)yes
injuredinjured persons on the given report dateyes
injured_cumcumulative number of injured persons to the report dateyes
ext_injuredinjured persons on the given report dateno
ext_injured_cumcumulative number of injured persons to the report dateno
civdef_killed_cumcumulative number of emergency services killed to date (see note)yes
ext_civdef_killed_cumsame as civdef_killed_cum but extrapolated (see note)no
med_killed_cumcumulative number of medical personnel killed to the report date (see note)yes
ext_med_killed_cumsame as med_martyed_cum but extrapolated (see note)no
press_killed_cumcumulative number of journalists killed to the report date (see note)yes
ext_press_killed_cumsame as press_martyed_cum but extrapolated (see note)no

Daily Sources

There are four source values for daily casualty reports we use to build the time series:

The primary source is the Ministry of Health. The numbers they report only include those they can connect directly to an act of war. For example:

[The] Ministry of Health has a policy of recording only direct casualties of war, such as those caused by missile strikes or war-related injuries. There are other deaths indirectly caused by the war, but we do not add them to the list of martyrs. For example, children who die due to malnutrition, lack of care, or because their mothers gave birth under difficult conditions and carried them in poor health, resulting in the birth of an underdeveloped infant who dies after a few days or lacked proper feeding, these cases are documented but not recorded as martyrs.

For more detail on how the ministry gathers their numbers, read this Dropsite interview with Dr. Zaher al-Wahaidi from which the above excerpt is taken.

It's important to underscore that these sources do not account for the knock-on affects of these attacks. You can read more about all the other considerations that go into estimating the true toll in Gaza.

Our methodology is to prioritize official sources for this dataset in order to best align the reporting time periods (mohtel falling back to gmotel). When communications were cut to Gaza, gmotel would provide reporting but in some cases neither would. Reports were also stopped during the humanitarian pause.

Extrapolated (ext_ fields)

Since official numbers weren't always available, and it can be useful to have a timeseries where all dates have values, we're providing the same official fields in extrapolated form using the following methodology:

  • if the missing field was a cumulative one and we had an official report for a daily killed or injury count, we calculate the cumulative using the daily increment
  • if the missing field was a daily increment and we had cumulative counts, we subtracted the reported cumulative count from the prior period for the missing daily count
  • if we were missing both sets of numbers for a given reporting period we average the difference between surrounding periods

Breakdown Interval

Since October 2023, Gaza officials were reporting specific breakdowns for people killed on a semi-regular basis as part of a larger statistical release by the Gaza Media Office. The following fields are examples of these kinds of breakdowns:

  • killed_children_cum
  • killed_women_cum
  • civdef_killed_cum
  • med_killed_cum
  • press_killed_cum

In 2024, the GMO reported these breakdowns on a weekly basis, and in August 2024 began reporting them about every 2 weeks. In January 2025 this form of reporting was reduced to about every month. On the other hand, the Ministry of Health has begun issuing more frequent names lists (see our Killed in Gaza dataset) which provide more granular demographic information.

The abovenoted fields will only have values in this dataset when we have a report on the given date. Otherwise, the latest reported value will show for subsequent days in the corresponding ext_ fields. It's important to keep in mind this reduced update frequency when using the extrapolated fields.