Budget Program Descriptions FY 2017-2018
Programs are a useful way to break up the budget and understand how the City of LA invests money to make the city safer, more livable and sustainable, better run, and prosperous. Note that departments' use of this field varies, and it is simply for informational purposes. See the Blue Books on http://cao.lacity.org/budget/ 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 \"lacity/budget-program-descriptions-fy-20172018-c4sv-pw36\".\"budget_program_descriptions_fy_20172018\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.