Statewide Eligible Training Providers Performance Report
Eligible Training Providers (ETPs) are entities with job training programs approved by the Texas Workforce Commission (TWC) to provide Workforce Innovation and Opportunity Act (WIOA)–funded training services. The Statewide ETPL Performance Report includes data related to student enrollment for approved programs.
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 \"texas-gov/statewide-eligible-training-providers-performance-d3pe-3f9f\".\"statewide_eligible_training_providers_performance\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.