Home and Community Based Services Private Pay Rates
This dataset provides a list of providers of home and community based services in Connecticut and their private pay rates for long term care services as of January 1st each year, beginning with data from 2013.
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/home-and-community-based-services-private-pay-dtti-4mqx\".\"home_and_community_based_services_private_pay\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.