County Fairgrounds Funding
In the 2019-2021 legislative session, $10 million in tax exempt lottery bond funding was allocated to Business Oregon to provide grants for capital improvement projects to county fairground facilities.
This report provides award data for Fiscal Years 2023-2024.
For more information, please visit https://www.oregon.gov/biz/programs/county_fairgrounds_grants/Pages/default.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/county-fairgrounds-funding-3n8g-tbce\".\"county_fairgrounds_funding\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.