Affordability index
/v1/suburbs/{suburb_name}/market/affordability5¢ per callMicroburbs affordability index for the suburb's postcode area.
Price: 5¢ per call.
Authorization
Request
The only values you send. Fields under Responses below are what comes back — you never pass those.
Path parameters
suburb_namestringrequiredQuery parameters
Responses
Successful Response
area_namestringalways returnedSuburb (SAL) name.
area_levelstringalways returnedAlways 'suburb' for these endpoints.
poastringmay be nullPostcode area (POA) the index is computed for.
indexintegermay be nullMicroburbs Affordability Index, 1-100 (higher = stronger affordability-driven capital-growth outlook).
zonestringmay be nullZone label: 'Strong Outlook' / 'Solid' / 'Cautious' / 'Headwind'.
cg_directionstringmay be nullCapital-growth direction indicator: '++' / '+' / '~' / '-' / '--'.
forecast_cg_panumbermay be nullForecast capital growth, percent per year (4.7 = 4.7%/yr).
price_to_salarynumbermay be nullMedian house price / average salary multiple.
avg_salarynumbermay be nullAverage salary in the POA (AUD/yr).
welfare_pctnumbermay be nullShare of income earners on welfare (%).
pct_neg_gearingnumbermay be nullShare of taxpayers negatively gearing (%).
/v1/suburbs/{suburb_name}/market/affordabilitycurl --request GET \
--url 'https://api.microburbs.com.au/v1/suburbs/Belmont%20North/market/affordability' \
--header 'Authorization: Bearer test'{
"data": {
"area_level": "suburb",
"area_name": "Belmont North",
"avg_salary": 72781.3,
"cg_direction": "-",
"forecast_cg_pa": 4.7,
"index": 41,
"pct_neg_gearing": 5.99,
"poa": "2280",
"price_to_salary": 17.96,
"welfare_pct": 35.25,
"zone": "Cautious"
}
}