Open repository in Console
Readme
Updated 6 days ago
‧ Indexed 37 minutes ago
Municipal Court Caseload Information FY 2019
This data is provided to help with analysis of various violations charged throughout the City of Austin. The data available for query is only through 9/13/2022, The Court has implemented a new case management system and this functionality will be available in the near future.
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 \"austintexas-gov/municipal-court-caseload-information-fy-2019-5vj5-96q9\".\"municipal_court_caseload_information_fy_2019\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata