Green Light Program Reimbursements - Multi-Year Report
For more information about the Green Light Program, visit Oregon Film at https://oregonfilm.org/ and also visit the Oregon Transparency website. https://www.oregon.gov/transparency/Pages/index.aspx
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/green-light-program-reimbursements-multiyear-hgv9-zwsp\".\"green_light_program_reimbursements_multiyear\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.