Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 5 hours ago
Violent Crime & Property Crime Statewide Totals: 1975 to Present
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-property-crime-statewide-totals-1975-hyg2-hy98\".\"violent_crime_property_crime_statewide_totals_1975\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata