User Fees 2015 - 2016
List, by department or public service office, of the user fees and government charges under their responsibility.
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/user-fees-2015-2016-2vfm-69dh\".\"user_fees_2015_2016\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.