Peace officers decertified by the Iowa Law Enforcement Academy by calendar year.
This dataset represents the number of peace officers whose certifications were revoked or suspended by the Iowa Law Enforcement Academy.
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 \"mydata-iowa-gov/peace-officers-decertified-by-the-iowa-law-m6hg-dubw\".\"peace_officers_decertified_by_the_iowa_law\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.