HHS Unaccompanied Children Program
This data is no longer being updated. New data is being tracked at https://healthdata.gov/National/HHS-Unaccompanied-Children-Program/ehpz-xc9n
This data represents unaccompanied children who are taken into custody by Customs and Border Protection brought to a facility and processed for transfer to the Department of Health and Human Services (HHS) as required by law. HHS holds the child for testing and quarantine, and shelters the child until the child is placed with a sponsor here in the United States.
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 \"cdc-gov/hhs-unaccompanied-children-program-w9g9-rj4y\".\"hhs_unaccompanied_children_program\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.