The Microburbs API provides programmatic access to Australian property and suburb data, automated valuations, and market insights.
https://www.microburbs.com.au/api/externalAll requests must include a Bearer token in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Your API key is available in your account dashboard. Keep it secret and never expose it in client-side code.
Get started with a simple address lookup to retrieve a GNAF ID, which is required for most property endpoints:
curl -H "Authorization: Bearer YOUR_API_KEY" \ "https://www.microburbs.com.au/api/external/property/address?address=27+Arlington+Street+Belmont+North"
Use the API Sandbox to test any endpoint directly in your browser. Fill in parameters and see live responses without writing any code.
Open Sandbox17 endpoints for property-level data: info, history, schools, amenities, demographics, zoning, risk, and more.
16 endpoints for suburb-level data: market insights, demographics, schools, pocket data, and AI summaries.
3 advanced tools: AVM valuation, CMA comparable analysis, and Property Finder search.