Monthly Child Care Services Data Report - Child Care Facilities 2021 Q3
The Monthly Child Care Services Data Report - Child Care Facilities data set includes the list of child care facilities and quality ratings providing services to children receiving Child Care and Development Fund (CCDF) assistance. The Administration for Children and Families (ACF) Office of Child Care (OCC) collects data regarding the children and families served through the Child Care and Development Fund (CCDF) as well as the types of child care settings and facilities providing services. Each quarterly data set contains data for each month of the quarter.
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 \"texas-gov/monthly-child-care-services-data-report-child-care-wndt-dgjr\".\"monthly_child_care_services_data_report_child_care\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.