Expense Open Budget-revised
The operating budget provides spending authorization for the various programs and activities of the City. Please visit https://data.austintexas.gov/stories/s/Key-Terms-and-Facts-about-Open-Budget-ATX/capb-cbrm/ for more information.
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/expense-open-budgetrevised-yeeq-kk6v\".\"expense_open_budgetrevised\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.