Insitive Valuer API
JSON in, JSON out. Bearer token auth, scoped keys, per-layer response envelopes with source attribution built in. Built for firm-wide automation.
{
"success": true,
"address": {
"pid": "GAVIC42...",
"formatted": "12 OAKWOOD ST, HAWTHORN VIC 3122",
"coordinates": { "lat": -37.82, "lng": 145.03 }
},
"layers": {
"geocode": { "status": "ok", ... },
"cadastre": { "status": "ok", "data": { "parcel": { ... } } }
}
}National data coverage
Address, cadastral, planning, DA tracking, market evidence, hazard and terrain coverage by state — what every endpoint below can return for you today.
| State / Territory | Address | Cadastral | Planning | DA tracking | Market evidence | Hazards & overlays | Terrain | Notes |
|---|---|---|---|---|---|---|---|---|
| Victoria | Live | Live | Live | Live | Live | Live | Live | PFI-keyed 4.3M-parcel cadastre; ResCode setbacks; zone + overlay mirrors; statewide DA feed; 768+ suburb price series plus rental-bond evidence; 1M+ contour mirror. |
| New South Wales | Live | Live | Live | Live | Live | Live | Live | Statewide cadastre; LEP planning provisions; statewide ePlanning DA feed; 3,800+ suburb price/rent series plus rental-bond evidence. |
| Queensland | Live | Live | Beta | Beta | Live | Live | Live | Statewide cadastre; planning for 10 councils (SE QLD + Townsville, Cairns, Mackay); per-council DA feeds; 500+ suburb rent series plus rental-bond evidence. |
| Western Australia | Live | Live | Live | Planned | Beta | Live | Live | Statewide cadastre; R-Codes setbacks with per-LGA scheme overrides; zone + overlay mirrors; national building-approvals series. |
| South Australia | Live | Live | Live | Beta | Beta | Beta | Beta | Live authoritative cadastre query; Planning & Design Code provisions; land-division DA feed; 380+ suburb price series. |
| Tasmania | Live | Live | Beta | Planned | Beta | Live | Live | Statewide cadastre; Hobart planning scheme first; overlay, contour and easement mirrors; statewide building footprints. |
| ACT | Live | Live | Live | Live | Beta | Live | Beta | Full territory cadastre + Territory Plan provisions; territory-wide DA feed; national building-approvals series. |
| Northern Territory | Live | Live | Beta | Planned | Beta | Beta | Beta | Live cadastre query; Darwin + Palmerston planning schemes; national building-approvals series. |
Coverage status is updated weekly. Email valuers@insitive.com.au for early access to beta jurisdictions.
Bearer auth
Generate per-environment API keys. Scoped, rotatable, and audited.
Identifiers + provenance
A G-NAF PID and state/parcel PFI join every dataset, and each layer carries its source, licence and freshness — so you can defend every figure in a report.
Transparent rate limits
60 requests/minute per key by default, with monthly usage metering. Enterprise tiers configurable. X-RateLimit headers tell you where you stand.
Webhooks
Long-running batch jobs notify your endpoint when complete. Signed payloads for verification.
Endpoint reference
| GET | /v1/property/resolve | Address → G-NAF PID + state/parcel PFI (stable join keys) in one call |
| GET | /v1/property/graph | One call: cadastre, planning, hazards, DAs, demographics, trends, footprints, easements, roads + land values |
| GET | /v1/cadastre/lookup | Lot boundary + attributes at a point |
| GET | /v1/cadastre/by-address | Resolve a parcel from an address |
| GET | /v1/cadastre/bbox | Parcels intersecting a bounding box |
| POST | /v1/siting/envelope | Planning envelope — setbacks, height, site cover |
| POST | /v1/siting/fit | Lot-home fit analysis |
| POST | /v1/siting/earthworks | Cut/fill estimation (async job) |
| GET | /v1/siting/jobs/{jobId} | Poll an async siting job |
| GET | /v1/risk-summary | Combined flood, bushfire (BAL) and contamination — severity, coverage + freshness |
| GET | /v1/risk | Combined flood, bushfire (BAL) and contamination verdict |
| GET | /v1/risk/flood | Single-hazard reads: /flood, /bushfire, /contamination |
| POST | /mcp | Hosted Model Context Protocol server — point Claude, ChatGPT or any agent at Insitive with your key |
| POST | /api/valuation/direct-comparison | Direct comparison calculator |
| POST | /api/valuation/dcf | Also: /summation, /income-cap, /hypothetical-development, /profits |
| GET | /v1/locality/proximity | Nearest schools, childcare, transport, supermarkets |
| GET | /api/suburb-trends/{suburb} | Median price + rent time series with AI summary |
| GET | /api/suburb-trends/search | Find suburbs with trend data |
| GET | /v1/suburb-analytics/bundle | Precomputed suburb metrics — yields, rental-bond trends, vacancy, supply pipeline |