Section 511 Case Status SFY2021-2022 to Present Statewide Labor & Industry
Section 511 511 Program Case Referral Outcomes for OVR, BVS, OVR IEP with Active Services, ODP, CHS ISPs with Employment as a Goal and Employment Services Authorized, and Living Situation of the Recipient.
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/section-511-case-status-sfy20212022-to-present-pyyq-w8a7\".\"section_511_case_status_sfy20212022_to_present\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.