Hate Crimes 2020
A dataset of crimes that occurred in the designated time period that are being investigated as hate crimes. In APD's opinion these cases have met the FBI's definition of a hate crime, as well as the State's and Federal Law's definition of a hate crime. The ultimate decision to prosecute lies with the appropriate County District Attorney.
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.
In APD's opinion these cases have met the FBI's definition as well as the State's definition and Federal hate crime law of a hate crime and are being investigated as such. The ultimate decision to prosecute lies with the appropriate County District Attorney.
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/hate-crimes-2020-mi2a-twn5\".\"hate_crimes_2020\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.