Percentage of Adults Who Report Driving After Drinking Too Much (in the past 30 days), 2012 & 2014, Region 8 - Denver
Source: Behavioral Risk Factor Surveillance System (BRFSS), 2012, 2014
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 \"cdc-gov/percentage-of-adults-who-report-driving-after-a37y-w96i\".\"percentage_of_adults_who_report_driving_after\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.