Urban Renewal Projects - Annual Urban Renewal Report
In this dataset are the aggregated urban renewal projects reported by cities, counties, and rural improvement zones through the Annual Urban Renewal Report beginning with FY2012.
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 \"mydata-iowa-gov/urban-renewal-projects-annual-urban-renewal-report-wa89-f5nw\".\"urban_renewal_projects_annual_urban_renewal_report\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.