Skip to main content

Summary Data

This dataset provides a summary of the latest values from each dataset:

  • for Killed in Gaza it provides composition information by gender and age group
  • for Daily Casualties in Gaza and the West Bank it provides cumulative values from the latest reported day

Usage

summary.json

Minified

https://data.techforpalestine.org/api/v3/summary.min.json

Unminified

https://data.techforpalestine.org/api/v3/summary.json

The file is updated whenever the other datasets are updated (typically daily).

Fields

The object has three root-level fields:

gaza

Has the latest cumulative values from the last daily report from our Gaza Daily Casualties dataset:

field namevalue
reportsnumber of days with reports in the underlying data series
last_updateYYYY-MM-DD for last report date including these values
massacresnumber of single events leading to multiple fatalities
killed.totaltotal number of people killed to the report date
killed.childrentotal number of children killed to the report date
killed.civil_defencetotal number of emergency personnel killed to the report date
killed.womentotal number of women killed to the report date
killed.presstotal number of journalists killed to the report date
killed.medicaltotal number of medical personnel killed to the report date
injured.totaltotal number of people injured to the report date

west_bank

Has the latest cumulative values from the last daily report from our West Bank Daily Casualties dataset:

field namevalue
reportsnumber of days with reports in the underlying data series
last_updateYYYY-MM-DD for last report date including these values
settler_attacksnumber of attack events by settlers against civilians
killed.totaltotal number of people killed to the report date
killed.childrentotal number of children killed to the report date
injured.totaltotal number of people injured to the report date
injured.childrentotal number of children injured to the report date

known_killed_in_gaza

Has summary values showing the composition of names by gender & age grouping for our Killed in Gaza dataset:

field namevalue
recordsnumber of names in the list
male.seniornumber of men aged 65 or older
male.adultnumber of men between 65 and 17, exclusive
male.childnumber of boys under 18
male.no_agenumber of men with no birth date
female.seniornumber of women aged 65 or older
female.adultnumber of women between 65 and 17, exclusive
female.childnumber of girls under 18
female.no_agenumber of women with no birth date

known_press_killed_in_gaza

Includes the count of records in the Press Killed in Gaza dataset:

field namevalue
recordsnumber of names in the list

If you want the latest number of journalists killed in Gaza, consider using the killed.press value from the gaza section, above. This value is reported independently and while we aim to keep it in sync, the name list updates may lag the daily casualties counts.

Killed Children by Name Usage

This dataset, combined with the count of child names from our Killed in Gaza dataset, is used to derive an estimate of how many children with a particular name have been killed so far across Gaza and the West Bank. The logic for this calculation can be seen here in javascript on Github. It's available as a JSON API that updates as both this summary dataset and our Killed in Gaza names list receive updates:

https://data.techforpalestine.org/api/v2/killed-in-gaza/child-name-counts-en.json

Sources

See the doc pages linked above for the underlying datasets these summaries are pulled from, for more information on sourcing.

Prior Versions

Version 2