Annual Youth Detention Admissions by County: Beginning 2006
This data set from the Office of Children and Family Services (OCFS) provides information, by county, on detention admissions and unique youth admitted to detention from 2006 to most recent year for which data are available.
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/annual-youth-detention-admissions-by-county-ybg9-s6bm\".\"annual_youth_detention_admissions_by_county\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.