Current Agenda Item Dataset (2021)
Agenda items from Council meetings and Committees of Council Meetings from the current year. The data set includes, agenda items, agenda item descriptions, and, if applicable, zoning case numbers, sponsors, and districts impacted.
Complete information on Council meetings and agenda items can be found at the Council Meeting Information Center (http://austintexas.gov/department/city-council/council-meetings).
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/current-agenda-item-dataset-2021-g9iv-xdsg\".\"current_agenda_item_dataset_2021\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.