Strategic Direction 2023: Number of Unsubsidized Affordable Market-Rate Units
This is a historical measure from Strategic Direction 2023.
This indicator measures the number of rental housing units that are considered affordable to households below 80% MFI. These are rental units that are affordable without a subsidy or any incentive from the City of Austin.
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-direction-2023-number-of-unsubsidized-hzbr-t5fg\".\"strategic_direction_2023_number_of_unsubsidized\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.