Care 4 Kids (C4K) Number of Children by Town, October 2018
Care 4 Kids Number of Paid Children by Provider Setting Type and by Town, October 2018. Includes All Ages. Numbers suppressed as shown by *. If Suppression in a row - the total in that row is suppressed by that count.
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/care-4-kids-c4k-number-of-children-by-town-october-4dx8-49a8\".\"care_4_kids_c4k_number_of_children_by_town_october\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.