Oregon Agencies, Boards and Commissions
A listing of Oregon agencies, entities, boards, commissions, districts, etc. The primary intention of this dataset is to be used as a lookup field when inputting data into the the Public Meeting Notices dataset. Last refreshed/updated on 01.04.23 (PN).
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/oregon-agencies-boards-and-commissions-wu8n-jqum\".\"oregon_agencies_boards_and_commissions\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.