2020 Response to Resistance Subject Data
A dataset of APD Response to Resistance which occurred in 2020.
AUSTIN POLICE DEPARTMENT DATA DISCLAIMER
The data provided is for informational use only and is not considered official APD crime data as in official Texas DPS or FBI crime reports.
APD’s crime database is continuously updated, so reports run at different times may produce different results. Care should be taken when comparing against other reports as different data collection methods and different data sources may have been used.
The Austin Police Department does not assume any liability for any decision made or action taken or not taken by the recipient in reliance upon any information or data provided.
The number of use of force incidents in the city of Austin for 2020. This dataset is used to provide additional insight visualizations on use of force incidents in the city of Austin in 2020.
This dataset supports measure(s) S.D.3 of SD23. (the 2020 story page is currently in progress)
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 \"austintexas-gov/2020-response-to-resistance-subject-data-xu5c-p4hq\".\"2020_response_to_resistance_subject_data\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.