SSA Season Of Sharing Program
Season of Sharing provides emergency housing assistance and/or critical needs for those with a non-recurring crisis. Those who may be considered for assistance are: families with children under age 18 living in the home, individuals over the age of 60, and permanently disabled individuals in crisis who are currently residing in Alameda County for at least 6 continuous months. To initiate an inquiry, contact the automated pre-screening line at (510) 272-3700.
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 \"acgov/ssa-season-of-sharing-program-jdtg-zi2m\".\"ssa_season_of_sharing_program\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.