Medical Assistance Benefits for Workers with Disabilities (MAWD) with Work Job Success (WJS) by Race June 2024 - Current Monthly Human Services
Number of individuals enrolled in Medical Assistance Benefits for Workers with Disabilities (MAWD) by Race with Workers with Job Success (WJS).
Grant total is included in the dataset.
<B>Data is suppressed to ensure personally identifiable information is not indirectly revealed in instances where the data is less than 11 records.</B>
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/medical-assistance-benefits-for-workers-with-r5pd-qry2\".\"medical_assistance_benefits_for_workers_with\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.