State Housing Trust Fund Recipients
This dataset includes the FY 2017 and FY 2018 State Housing Trust Fund Recipients for both Local Housing Trust Fund (LHTF) Program and Project-Based Housing Program (PBHP). The data includes Fiscal Year, Project Application Number, Grantee, Program and Award Amount.
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 \"mydata-iowa-gov/state-housing-trust-fund-recipients-jsdf-mhmk\".\"state_housing_trust_fund_recipients\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.