Howard County Police Department Call For Service - 2014-2023
Calls for Service by computer aided dispatch (CAD) event type, date, time, location, statistical reporting area (SRA), and beat.
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-howardcountymd-gov/howard-county-police-department-call-for-service-qccx-65fg\".\"howard_county_police_department_call_for_service\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.