County's Allocation and Wait List for Housing Vouchers
County's Allocation and Wait List for Housing Vouchers.
County's total allocation of vouchers from HUD is the total. Section 8, VASH (veterans program, HUD-Veterans Affairs Supportive Housing), and Family Unification Program are all subcategories of the total allocation of vouchers.
Data provided 10/14/14, effective 9/30/014
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/countys-allocation-and-wait-list-for-housing-ms39-qysg\".\"countys_allocation_and_wait_list_for_housing\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.