Strategic Measure_Number of unintentional overdose deaths
This data shows a count of unintentional overdose deaths by year within the city limits of Austin. The data is reported from the Office of Vital Statistics.
View more details and insights related to this data set on the story page: https://data.austintexas.gov/stories/s/HE-B-4b-Number-of-unintentional-overdose-deaths/vmwr-d85g/
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 \"datahub-austintexas-gov/strategic-measurenumber-of-unintentional-overdose-ws8n-38ja\".\"strategic_measurenumber_of_unintentional_overdose\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.