Fulton County Jail Bookings (Public)
This dataset consists of a record for each booking into one of the Fulton County detention facilities since January 2014. Each record includes the date and time of the booking; the facility at which the person was booked; and the law enforcement agency that delivered the person. If the person was released, also included is the release date and time and the reason for release.
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/fulton-county-jail-bookings-public-ey9v-j62i\".\"fulton_county_jail_bookings_public\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.