Children in out-of-home care, single point in time, FY 1979-2023
Point in time counts of children in out-of-home care last day of each state fiscal year.
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 \"wa-gov/children-in-outofhome-care-single-point-in-time-fy-4g8r-4ydu\".\"children_in_outofhome_care_single_point_in_time_fy\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.