sharefulton-fultoncountyga-gov/superior-court-case-assignments-e8ne-c2s2
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 22 hours ago
Indexed 2 hours ago

Superior Court Case Assignments

This dataset consists of assignments of all civil, criminal, business, and family court cases in the Fulton County Superior Court, from 1992-01-01 to present. Information provided on each case includes the case number, case type (e.g., non-complex felony, capital felony), the date filed, the date assigned, the judge assigned, the current status (e.g. open, closed), and flags indicating whether the defendant is in jail and whether the assignment is current (or the last assignment in the case of closed cases).

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 \"sharefulton-fultoncountyga-gov/superior-court-case-assignments-e8ne-c2s2\".\"superior_court_case_assignments\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • superior_court_case_assignments
     
     
     
     
     
Upstream Metadata