Strategic Measure_Number and percentage of people receiving homelessness services through City of Austin contracts and Downtown Austin Community Court case management who move into housing
Data set of Number and Percent of case-managed households that transition from homelessness into housing. Data is from the PartnerGrants software used for Social Services contracts, and also compiled with additional case-management data located with Downtown Austin Community Court. This data contains quarterly level data of clients served.
View more details and insights related to this data set on the story page: https://data.austintexas.gov/stories/s/b8iy-icp8
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-austintexas-gov/strategic-measurenumber-and-percentage-of-people-pt8h-u66g\".\"strategic_measurenumber_and_percentage_of_people\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.