suburbs_market_all
The eight headline market indicators in one call: median sale price and median rent (each with its full history), 5-year price growth, gross yield, days on market, and transaction volume.
This is a core set, not every market endpoint. The Suburb - Market
family has 29 endpoints; this bundles 8 of them, priced sum-of-parts. The
path is /market/all for historical reasons — it is not "all". Supply,
vacancy, growth drivers, affordability, mortgage stress, investor
concentration, land values, repeat sales, bedroom stats and the per-mesh-block
maps are separate calls, so you only pay for what you ask for.
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. |