API Access
Build with Australian property data. Access property valuations, suburb analytics, and market insights through our RESTful API.
API Sandbox
Test endpoints live with auto-generated code snippets
Quick Start
// Get property data
const response = await fetch('https://api.microburbs.com.au/v1/property', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
address: '45 King Street, Newtown NSW 2042'
})
});
const data = await response.json();
console.log(data.valuation); // { low: 850000, mid: 920000, high: 990000 }Available Endpoints
POST
/api/propertyGet property data with valuation and market analysis
GET
/api/suburbSuburb statistics, demographics, and market trends
POST
/api/cmaComparative Market Analysis for a property
POST
/api/avmAutomated Valuation Model estimate
POST
/api/property_finderSearch properties matching criteria
Fast Response
99.9% uptime SLA with sub-second response times
Secure
API key authentication with rate limiting and encryption
Comprehensive Data
Valuations, sales history, demographics, and market forecasts