2017 Second Quarter Requests 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/2017-second-quarter-requests-for-officer-data-fuuq-c7x5\".\"2017_second_quarter_requests_for_officer_data\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.