2019 Racial Profiling (RP) Citations
A dataset of APD citations issued from traffic stops in 2019. See 2019 Racial Profiling Guide for a description of fields.
AUSTIN POLICE DEPARTMENT DATA DISCLAIMER
The data provided are for informational use only and may differ from official APD crime data.
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.
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 \"datahub-austintexas-gov/2019-racial-profiling-rp-citations-uzta-a386\".\"2019_racial_profiling_rp_citations\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.