Criminal Caseload CY 2018-2022
The dataset contains the annual criminal caseload information for district and county courts from CY 2018- 2022. Data used for this report comes from the Office of Court Administration's Court Activity Reporting and Directory System (CARD). Section 71.035(b) of the Texas Government Code and Chapter 171 of the Texas Administrative Code requires submission of court activity reports each month to the Texas Judicial Council. Reports much be submitted each month no later than the 20th day following the end of the month for which data are being reported.
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/criminal-caseload-cy-20182022-bxc4-y9ux\".\"criminal_caseload_cy_20182022\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.