YouthMarijuana0412
Data from Healthy Youth Survey about current marijuana use in grades 6, 8, 10, and 12, for 2004-2012 (even years)
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 \"kingcounty-gov/youthmarijuana0412-miwq-zvsa\".\"youthmarijuana0412\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.