Jail Report: Inmates Released After180 and 365 Days
The number of inmates released monthly from Fulton County detention facilities after remaining in jail for over 180 and 365 days.
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 \"performance-fultoncountyga-gov/jail-report-inmates-released-after180-and-365-days-fwvh-ikb9\".\"jail_report_inmates_released_after180_and_365_days\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.