City of Austin Council Agenda Items Updates (2015-February 2024)
The Council Items Update Report (CIUR) system is a project management tool utilized by City departments to monitor progress of Council-adopted policy initiatives and directives, and track these items to their completion. These items are included under the “Items From Council” agenda heading during each City Council meeting, and typically take the form of a resolution. This public portal allows users to view past Council actions (since 2015) and their respective status updates.
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 \"datahub-austintexas-gov/city-of-austin-council-agenda-items-updates-wsf2-3rpw\".\"city_of_austin_council_agenda_items_updates\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.