Budget - FY2014 Appropriations And Expenditures with FY2015 Adopted Appropriation
Fiscal Year 2014 Adopted and Adjusted Appropriations with Final Fiscal Year 2014 Expenditures and Fiscal Year 2015 Adopted Appropriation
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 \"datacatalog-cookcountyil-gov/budget-fy2014-appropriations-and-expenditures-with-rbkx-fj74\".\"budget_fy2014_appropriations_and_expenditures_with\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.