Stops
This Indicator measures the rate of discretionary stops per 1,000 people in Oakland by race/ethnicity. “In 2016 through 2017, officers were required to complete stop data forms after every discretionary detention or arrest, and discretionary encounters in which a search or request to search occurred. Discretionary stops and searches exclude detentions and arrests that occurred as the result of a dispatched call for service, a citizen request, or for stops occurring pursuant to search warrants.” (Source: Oakland Police Department’s 2016- 2017 Stop Data Report)
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 \"oaklandca-gov/stops-nuxz-xe4e\".\"stops\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.