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
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 name | value |
---|---|
reports | number of days with reports in the underlying data series |
last_update | YYYY-MM-DD for last report date including these values |
massacres | number of single events leading to multiple fatalities |
killed.total | total number of people killed to the report date |
killed.children | total number of children killed to the report date |
killed.civil_defence | total number of emergency personnel killed to the report date |
killed.women | total number of women killed to the report date |
killed.press | total number of journalists killed to the report date |
killed.medical | total number of medical personnel killed to the report date |
injured.total | total 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 name | value |
---|---|
reports | number of days with reports in the underlying data series |
last_update | YYYY-MM-DD for last report date including these values |
settler_attacks | number of attack events by settlers against civilians |
killed.total | total number of people killed to the report date |
killed.children | total number of children killed to the report date |
injured.total | total number of people injured to the report date |
injured.children | total 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 name | value |
---|---|
records | number of names in the list |
male.senior | number of men aged 65 or older |
male.adult | number of men between 65 and 17, exclusive |
male.child | number of boys under 18 |
male.no_age | number of men with no birth date |
female.senior | number of women aged 65 or older |
female.adult | number of women between 65 and 17, exclusive |
female.child | number of girls under 18 |
female.no_age | number of women with no birth date |
known_press_killed_in_gaza
Includes the count of records in the Press Killed in Gaza dataset:
field name | value |
---|---|
records | number 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
- API endpoint: /api/v2/summary.json
- Documentation: Github