opendata-maryland-gov/violent-crime-statewide-totals-by-type-wkgc-hy7s
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 4 years ago
Indexed 4 hours ago

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.

 
Preview
  • violent_crime_statewide_totals_by_type
     
     
     
     
     
Upstream Metadata