Decennial Census Housing, Tenure, & Households 1980 - 2020
Block level data from the 1980 through 2020 decennial censuses recompiled to align with neighborhood boundaries. Include data for total population, total housing stock, renter and owner-occupied housing, households, and families.
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 \"cambridgema-gov/decennial-census-housing-tenure-households-1980-veht-2mkm\".\"decennial_census_housing_tenure_households_1980\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.