CPS 8.2 Children In Substitute Care On August 31 By Relative Placement. Placement Type And County FY08- FY18
Snapshot of Children in Substitute Care on August 31 broken out by placement type and relative placements. Please review all of our data and DFPS services at dfps.state.tx.us
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/cps-82-children-in-substitute-care-on-august-31-by-p39g-siwr\".\"cps_82_children_in_substitute_care_on_august_31_by\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.