List Of Loose Fill Asbestos Insulation Affected Residential Premises
The list of Mr Fluffy loose fill asbestos insulation affected properties enables former residents, tradespeople and the broader community to know whether particular properties are (or were) affected. Affected premises are identified by unit, block, section and division. As at 31 March 2024, 18 of the 1029 properties on the <a href="https://www.loosefillasbestos.act.gov.au/affected-properties/list-of-affected-propertiess">List of Affected Properties</a> remain on the <a href="https://www.loosefillasbestos.act.gov.au/affected-properties/register">Affected Residential Premises Register (the Register)</a>.
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-loose-fill-asbestos-insulation-affected-hybm-qdhz\".\"list_of_loose_fill_asbestos_insulation_affected\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.