suburbs_lifestyle_cbd
Straight-line distance to the nearest city and to the nearest capital, in km.
Both, because they answer different questions and are often nowhere near
each other: Belmont North is 14 km from Newcastle and 108 km from Sydney.
nearest_city is usually what a buyer means by "how far is town".
The top-level city / distance_km fields are DEPRECATED. They still
describe the CAPITAL, unchanged, so existing callers are unaffected —
read capital_city or nearest_city instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| suburb_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | The endpoint's payload, or `null` when Microburbs has no value. | |
| reason | No | Machine-readable slug naming the no-data condition (e.g. `no_avm_for_GANSW704074813`). Stable per endpoint. Omitted on success. | |
| message | No | Human-readable explanation. Omitted on success. | |
| available | No | `false` on no-data responses. Omitted on success — branch on `data !== null` if you want a single discriminator. |