Department of Justice: Justice Centres/Courts
This dataset lists the location of Justice Centres/Courts throughout the province.
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/department-of-justice-justice-centrescourts-xdjw-yy9m\".\"department_of_justice_justice_centrescourts\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.