Inbound 911 Calls (ending March 2020)
Data regarding inbound calls to the Department of Emergency Communications 911 center. No names, addresses or other identifying information is present. Data ends with March 2020.
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 \"richmondgov/inbound-911-calls-ending-march-2020-wp89-nyra\".\"inbound_911_calls_ending_march_2020\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.