HOMELESSNESS EXPENSE TRACKER
City expenditures related to Homelessness efforts in the City of LA starting with fiscal year 2024. Data populated by City departments who code and map expenses to homeless project categories. (Not all departments are included due to the way the department maps homeless expenditures)
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 \"controllerdata-lacity/homelessness-expense-tracker-98ve-cuf5\".\"homelessness_expense_tracker\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.