Firearm Discharges by Law Enforcement Agency Data
Dataset showing shots fired by law enforcement. Dataset is organized by law enforcement agency. Details include incident reason given, number of shots fired, number of wounded and number of fatalities.
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/firearm-discharges-by-law-enforcement-agency-data-9rwm-me8w\".\"firearm_discharges_by_law_enforcement_agency_data\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.