mydata-iowa-gov/trials-by-jury-civil-iw3p-xfjs
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 16 days ago
Indexed 6 hours ago

Trials by Jury - Civil

This dataset contains data on civil court cases disposed by jury (BTJR) for each month starting with January 2018. It identifies the case ID, case title, county, district, and disposition date for each case.

If you believe a case disposed of by jury is not listed, contact the clerk of court.

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 \"mydata-iowa-gov/trials-by-jury-civil-iw3p-xfjs\".\"trials_by_jury_civil\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • trials_by_jury_civil
     
     
     
     
     
Upstream Metadata