Act 26 Transition Program Year 2021 to Current Statewide Labor & Industry
Number of students that have: a transition plan as part of their IEP; an outcome goal of CIE; participated in paid CIE; and participated in individual job coaching.
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 \"pa-gov/act-26-transition-program-year-2021-to-current-vqxa-djv8\".\"act_26_transition_program_year_2021_to_current\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.