Open repository in Console
Readme
Updated over 2 years ago
‧ Indexed 11 months ago
2016 First Quarter Request for Officer Data
This data set includes type of request, nature of request, date request was received, and the date of the event or response to request.
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/2016-first-quarter-request-for-officer-data-rh5i-whis\".\"2016_first_quarter_request_for_officer_data\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.