Housing Costs As Percent Of Income, 2012
Housing costs as percent of income from ACS, American Community Survey, 2012, 3 year estimate, 2010-2012, DP04. This data includes rental units and units with a mortgage. This data excludes units that do not have a mortgage.
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/housing-costs-as-percent-of-income-2012-ynua-axfy\".\"housing_costs_as_percent_of_income_2012\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.