Reported Crime by County Data Archived
Dataset showing reported crime counts and rates by offense category for Anoka, Carver, Dakota, Hennepin, Ramsey, Scott, and Washington counties. Crime rates are calculated using Census estimates of each county's resident population.
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 \"ramseycounty-us/reported-crime-by-county-data-archived-nkhx-br7f\".\"reported_crime_by_county_data_archived\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.