Count matching suburbs
/v1/suburbs/finder/count5¢ per callHow many suburbs match the filter, without paying per row. 5c.
Price: 5¢ per call.
Authorization
Request
The only values you send. Fields under Responses below are what comes back — you never pass those.
Query parameters
filterarrayoptionalRange filter `fieldKey:min..max` (repeatable). Valid fieldKeys: medianHousePrice, grossYield, medianRent, growthForecast4yr, growth10yrCagr, growth3yrCagr, rentGrowth3yr, soldAtLossPct, daysOnMarket, vacancyRate, stockOnMarket, monthsOfInventory, landValuePerSqm, lifestyleScore, safetyScore, hipScore, affluenceScore, renters, distanceCbdKm, publicHousingPct, overseasBornPct, welfareReliancePct, unemploymentPct, singleParentsPct, familyHouseholdsPct, privateSchoolPct, medianIncomeWeekly, communityDepthIndex, premiumRenovationIndex, homeOfficeIndex, tranquilityIndex, innovationEconomyIndex, alternativeLivingIndex, investorConcentration, negativeGearingExposure, mortgageStress.
statesstringoptionalComma-separated states (names or abbreviations), e.g. `VIC`.
regionsstringoptionalComma-separated EXACT SA4 region names — call GET /v1/suburbs/finder/regions for the list. A metro name like `Melbourne` alone will NOT match.
property_typestringoptional'house' or 'unit'.
Responses
Successful Response
totalintegeralways returnedSuburbs matching every range filter (after the hard exclusions).
/v1/suburbs/finder/countcurl --request GET \
--url 'https://api.microburbs.com.au/v1/suburbs/finder/count' \
--header 'Authorization: Bearer test'{
"data": {
"total": 126
}
}