Point In Time Unsheltered Homeless Census Data By Age
The Point In Time Unsheltered Homeless Census by Age data. The Housing Inventory Count(s) Submitted to the U.S. Department of Housing and Urban Development (HUD) Additional information available at: https://www.hudexchange.info/resources/documents/Notice-CPD-17-08-2018-HIC-PIT-Data-Collection-Notice.pdf
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 \"sonomacounty-ca-gov/point-in-time-unsheltered-homeless-census-data-by-kftt-3um9\".\"point_in_time_unsheltered_homeless_census_data_by\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.