Open repository in Console
Readme
Updated 11 months ago
‧ Indexed 11 months ago
Crime Level Data
This dataset includes all criminal offenses reported to the Colorado Springs Police Department. Each case report (incident) may have several offenses. Each offense may have multiple suspects and/or victims.
Important: This dataset provided by CSPD does not apply the same counting rules as official data reported to the Colorado Bureau of Investigations and the Federal Bureau of Investigation. This means comparisons to those datasets would be inaccurate.
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 \"policedata-coloradosprings-gov/crime-level-data-bc88-hemr\".\"crime_level_data\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.