OCS 1.1 Abuse/Neglect Related Texas Child Fatalities FY2014-FY2023
This chart includes child fatalities investigated and confirmed by Child Protective Investigations, Day Care Investigations, Residential Child Care Investigations, and Adult Provider Investigations. Fatality information does not include corrections or updates, if any, that may subsequently be made to DFPS data after fiscal year end.
The Adult Protective Provider Investigations (API) division was transferred to the Texas Health and Human Services Commission (HHSC) in Fiscal Year 2018.
This dashboard addresses Texas Family Code Section 264.017, Subsection (b) (4) and (5).
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"texas-gov/ocs-11-abuseneglect-related-texas-child-fatalities-92um-beyd\".\"ocs_11_abuseneglect_related_texas_child_fatalities\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.