Austin Resource Recovery Fiscal Year 2021 Revenue
The City of Austin fiscal year begins on Oct. 1 and ends on Sept. 30. For information about Austin Resource Recovery's approved fiscal year budget, visit austintexas.gov/finance
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/austin-resource-recovery-fiscal-year-2021-revenue-chx9-is7u\".\"austin_resource_recovery_fiscal_year_2021_revenue\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.