Office of Developmental Program Enrollees receiving 511 Counseling State Fiscal Year 2021-2022 to current Statewide Human Services
The number of Office of Developmental Program (ODP) Enrollees receiving 511 Counseling through the Office of Vocational Rehabilitation (OVR).
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/office-of-developmental-program-enrollees-bvmv-ere7\".\"office_of_developmental_program_enrollees\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.