Document toolboxDocument toolbox

2021-10 Addition of legal parcel information in Property Details API

completed

Timeline


Change

A new legal_parcel attribute has been added to the property details API response.

The new attribute is nullable, but when exists will contain at minimum the full_legal_parcel attribute.
Where possible, the individual parsed components will also be included; for instance: lot and plan

Please see below for an example response (line 35):

{ "property_id": "ade61af5328922e8", "bedrooms": 3, "bathrooms": 2, "landarea": 829, "carparks": 1, "property_type": "House", "address": "107 TURNER ROAD BEROWRA HEIGHTS NSW 2082", "state": "NSW", "address_details": { "address": "107 TURNER ROAD BEROWRA HEIGHTS NSW 2082", "location": { "point": { "lat": -33.60467322, "lon": 151.13390592 } }, "unit_number": null, "street_number": "107", "street_number_high": null, "street": "TURNER", "street_type": "RD", "street_suffix": null, "locality": "BEROWRA HEIGHTS", "state": "NSW", "postcode": "2082", "lga": "Hornsby (A)", "lga_code": "14000", "meshblock": 10373240000, "sa1": 12102140403, "sa2": 121021404, "sa3": 12102, "sa4": 121 }, "legal_parcel": { "full_legal_parcel": "13/248690", "lot": "13", "plan": "248690" }, "months_occupancy": 45, "occupancy_type": "owner occupied" }