Oregon Library Directory
This data contains basic contact and location information on public, academic, special, tribal, and volunteer libraries in Oregon. Data maintained by the State Library of Oregon and updated quarterly.
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-library-directory-6x9d-idz4\".\"oregon_library_directory\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.