Microburbs
Property - Basics

Land area (sqm)

GET/v1/properties/{gnaf_id}/basics/land-area-sqm3¢ per call

Parcel land area in square metres from the cadastral feed.

Price: 3¢ per call.

Authorization

Request

The only values you send. Fields under Responses below are what comes back — you never pass those.

Path parameters

gnaf_idstringrequired

Query parameters

None — this endpoint accepts no query parameters. Call the path above with your bearer token and nothing else.

Responses

Successful Response

application/json
LandAreaSqmfields returned to you
land_area_sqmnumberalways returned

Parcel area in square metres.

GET/v1/properties/{gnaf_id}/basics/land-area-sqm
cURL
curl --request GET \
  --url 'https://api.microburbs.com.au/v1/properties/GANSW704074813/basics/land-area-sqm' \
  --header 'Authorization: Bearer test'
Example Responses
{
  "data": {
    "land_area_sqm": 814
  }
}
Successful Response200
application/json