DJS Performance Metrics - Fiscal Year
The percent of cases referred to The Department of Juvenile Services Intake that are diverted to pre-court supervision, as well as the percent of DJS Committed youth successfully released without a new delinquent adjudication or conviction within a year of release.
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 \"opendata-maryland-gov/djs-performance-metrics-fiscal-year-hwpe-5kbz\".\"djs_performance_metrics_fiscal_year\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.