List of Professionals
Design and construction professionals listed below need to be licensed, registered or accredited to work in the ACT. The list below is updated on a daily basis to reflect changes to the number of professionals licensed or registered.
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 \"data-act-gov-au/list-of-professionals-de4w-gbt3\".\"list_of_professionals\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.