Daily DSS Application Activity Before and During COVID-19 Emergency
Paper and online applications submitted directly to the Department of Social Services by day since 2/3/2020. Does not include MAGI Medicaid or CHIP applications. Includes:
Total applications received (includes multi-program apps)
Cash assistance applications (TFA, SAGA, State Supp)
Medical applications (HUSKY C, LTSS, MSP)
SNAP applications
Data updated weekly.
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 \"ct-gov/daily-dss-application-activity-before-and-during-pmna-639e\".\"daily_dss_application_activity_before_and_during\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.