GET
/
suburbs
/
{id}
/
buildings
curl --request GET \
  --url https://api.geocoders.io/suburbs/{id}/buildings \
  --header 'X-Api-Key: <api-key>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "suburb_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "building_year": "<string>",
    "local_identifier": "<string>"
  }
]

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

ID of Suburb Buildings to list

Response

200 - application/json
Get Suburb Buildings response
id
string
suburb_id
string
building_year
string
local_identifier
string