6170P AOD Penetration Rate Year-End FY23-24
Penetration Rate by Substance Use Treatment Services for all ages, all Medi-Cal Eligibles in SMC by race.
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 \"performance-smcgov/6170p-aod-penetration-rate-yearend-fy2324-w4vy-f8tp\".\"6170p_aod_penetration_rate_yearend_fy2324\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.