Annual Housing Permit Data By Town, 1990-2022
Annual housing permit data by town from 1990-2022. Data from the U.S. Census Bureau compiled by the CT Department of Economic and Community Development.
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 \"ct-gov/annual-housing-permit-data-by-town-19902022-stm9-38x4\".\"annual_housing_permit_data_by_town_19902022\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.