Care 4 Kids Expenditures By Town Calendar Year 2012
Care 4 Kids expenditures by Town for Calendar Year 2012. Care 4 Kids helps low to moderate income families in Connecticut pay for child care costs. This program is sponsored by the State of Connecticut’s Department of Social Services (also called DSS
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-expenditures-by-town-calendar-year-dcwn-aa3d\".\"care_4_kids_expenditures_by_town_calendar_year\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.