Housing Development Authority (HRA) levy projects and programs 2022-2023
This dataset contains specific information about projects and programs funded through Ramsey County's Housing Redevelopment Authority (HRA) levy 2022-2023. It includes project/program name, location and funded 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 \"ramseycounty-us/housing-development-authority-hra-levy-projects-wyw6-ufdf\".\"housing_development_authority_hra_levy_projects\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.