New York State Statewide Licensed Home Care Services Agency (LHCSA) Annual Statistical Report: Cases by Service Type and County
The dataset includes LHCSA information at the county level of the total number of cases that received the specified services during the reporting year.
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 \"health-data-ny-gov/new-york-state-statewide-licensed-home-care-apap-dxys\".\"new_york_state_statewide_licensed_home_care\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.