Children in Foster Care Annually: Beginning 1994
The purpose of this data set is to provide information on the total number of admissions, discharges, and children in foster care, the type of care, and total Child Protective Services (CPS) reports indicated during period.
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 \"ny-gov/children-in-foster-care-annually-beginning-1994-hfc5-3hsu\".\"children_in_foster_care_annually_beginning_1994\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.