opendata-fcgov/fort-collins-ucr-crime-totals-c2i2-fbh4
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 5 years ago
Indexed 1 hour ago

Fort Collins UCR Crime Totals

These data are for the the FBI Uniform Crime Reporting (UCR) index. The crime index includes Willful Homicide, Rape, Robbery, Aggravated Assault, Burglary, Larceny (Theft), Motor Vehicle Theft, and Arson (definitions are in each column header).

State-wide crime information can be found at the Colorado Bureau of Investigation (https://www.colorado.gov/cbi).

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 \"opendata-fcgov/fort-collins-ucr-crime-totals-c2i2-fbh4\".\"fort_collins_ucr_crime_totals\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • fort_collins_ucr_crime_totals
     
     
     
     
     
Upstream Metadata