Education Service District: Revenue by Fund & Source - Multi-Year Report
Audited Educational Service District (ESD) revenues by schoolyear, educational service district, revenue fund and revenue source. For more information visit: https://www.oregon.gov/ode/Pages/default.aspx and 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/education-service-district-revenue-by-fund-source-acp7-jb3d\".\"education_service_district_revenue_by_fund_source\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.