6130P Youth Penetration Rate FY23/24 Mid-Year
Percent of all Youth Medi-Cal Eligibles in the County served by BHRS Youth Services.
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/6130p-youth-penetration-rate-fy2324-midyear-jauq-iztv\".\"6130p_youth_penetration_rate_fy2324_midyear\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.