opendata-maryland-gov/violent-crime-property-crime-by-municipality-2000-2p5g-xrcb
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 2 years ago
Indexed 1 month ago

Violent Crime & Property Crime by Municipality: 2000 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 Maryland State Police'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-by-municipality-2000-2p5g-xrcb\".\"violent_crime_property_crime_by_municipality_2000\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • violent_crime_property_crime_by_municipality_2000
     
     
     
     
     
Upstream Metadata