Percent of families who exit the MVP for Families program into permanent housing
Percent of families who exit the MVP for Families program into permanent housing. HSAL5 Measure K
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-smcgov/percent-of-families-who-exit-the-mvp-for-families-apci-qk5k\".\"percent_of_families_who_exit_the_mvp_for_families\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.