Repeat Offender Registrations
This dataset shows a list of properties on Austin Codes Repeat Offender list. Status is included to indicate if the property is a currently active registered repeat offender.
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 \"datahub-austintexas-gov/repeat-offender-registrations-86z9-i27i\".\"repeat_offender_registrations\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.