Nova Scotia Legislative Library - Catalogued Government Documents
Library catalogue records of all Nova Scotia Government Documents held by the Nova Scotia Legislative Library. All materials can be viewed at the Legislative Library and many records include permanent links to the document.
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 \"novascotia-ca/nova-scotia-legislative-library-catalogued-63rs-8dg4\".\"nova_scotia_legislative_library_catalogued\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.