Eligible Training Provider List
Oregon's Eligible Training Provider list is a tool for participants seeking training to identify appropriate providers and programs, and relevant information, such as cost and program outcomes.
In order to be eligible to receive WIOA funds to train a WorkSource participant, the training provider and its program of study must be on the Eligible Training Provider List.
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 \"oregon-gov/eligible-training-provider-list-dhnh-39zs\".\"eligible_training_provider_list\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.