Degrees and Certificates at Public Universities 2020-2022
Degrees and Certificates Awarded at Texas Public Universities by Award Level 2020-2022 For additional years and the latest downloadable data, use the Accountability Interactive tool at: http://www.txhigheredaccountability.org/AcctPublic/InteractiveReport/ManageReports.
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/degrees-and-certificates-at-public-universities-94km-5r7i\".\"degrees_and_certificates_at_public_universities\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.