Violent Crime Statewide Totals by Type
The data are provided are the Maryland Statistical Analysis Center (MSAC), within the Governor's Office of Crime Control and Prevention (GOCCP). MSAC, in turn, receives these data from the FBI's annual Uniform Crime Reports.
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-maryland-gov/violent-crime-statewide-totals-by-type-wkgc-hy7s\".\"violent_crime_statewide_totals_by_type\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.