RCI Start Reason
DCYF reports on the use of room confinement and isolation (RCI), in accordance with Revised Code of Washington (RCW) chapter 13.22. Data is presented by RCI start reason, duration, and demographic characteristics.
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 \"wa-gov/rci-start-reason-9d3i-sw8c\".\"rci_start_reason\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.