2016-2020 Police Department Employee Demographics
This set of raw data identifies race, sex, and age of all Bloomington Police Department employees, as well as lists the education of all sworn personnel.
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 \"bloomington-in-gov/20162020-police-department-employee-demographics-thjj-95xg\".\"20162020_police_department_employee_demographics\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.