University - Statewide Program Listing
The following information is from statewide programs operated by a public university as listed in ORS 352.002. It is provided per HB 2946 (2017) and sorted by program name. For more information visit https://www.oregon.gov/highered/institutions-programs/postsecondary-finance-capital/Pages/public-university-funding.aspx
Statewide programs are discussed in the State Funding and Formula Summary report
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/university-statewide-program-listing-22jg-3x9e\".\"university_statewide_program_listing\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.