Strategic_Measures_Number and percentage of crashes resulting in fatalities or serious injuries caused by the top contributing behaviors (speeding, distracted driving, impaired driving, failure to yield)
View more details and insights related to this data set on the story page: https://data.austintexas.gov/stories/s/9ssh-bavk
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/strategicmeasuresnumber-and-percentage-of-crashes-i42v-j6kp\".\"strategicmeasuresnumber_and_percentage_of_crashes\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.