Make the first request.
curl -G 'https://daleads.com.au/api/v1/property?address=163%20Grattan%20St%20Carlton%20VIC' \ -H 'Authorization: Bearer dk_your_key'
No key yet? Open the committed keyless sample.
Read the result and its evidence together.
{
"resolved": {
"address": "163 Grattan Street, Carlton VIC 3053",
"parcel_key": "vic:1379514"
},
"planning": {
"zone": [
"Mixed Use Zone"
]
},
"development_applications": {
"nearby_300m": [
"\u2026"
]
},
"scores": {
"noise": {
"score": 12
},
"flood": {
"score": 85
},
"bushfire": {
"score": 45
}
},
"meta": {
"completeness": "full",
"attribution": {
"source_inventory_complete": true
}
}
}Requested components: das, poi, planning, hazards.bushfire, hazards.flood, hazards.coastal, hazards.landslide, hazards.fire_history, hazards.contaminated, hazards.landfill, hazards.groundwater_restricted, hazards.groundwater_vulnerability, environment.contaminated_nearby, environment.historical_business_nearby, environment.landfill_nearby, environment.licensed_activity, environment.licensed_activity_nearby, environment.petroleum_storage, environment.petroleum_storage_nearby, environment.soil_regional, environment.protected, environment.aboriginal_heritage, environment.soil, environment.world_heritage, environment.threatened_species, environment.ramsar, environment.national_heritage, environment.koala_habitat, environment.key_ecological, environment.indigenous_protected, environment.cultural_heritage, environment.epbc_referral, environment.bioregion, environment.bv_map, environment.bio_important, environment.commonwealth_heritage, transport, utilities, administrative, public_housing, scores.noise, scores.aircraft_noise, scores.flood, scores.bushfire. Runtime responses also carry completeness, coverage status, model/source version and attribution for the fields actually delivered.
Do not turn missing evidence into a clean result.
Full combines the versioned commercially deliverable component set; it does not override source rights. Solar, Contamination Screening, Heat, Landscape Openness and Walkability Preview/Pilot are not included. The bushfire component includes a preliminary indicative BAL band with range and confidence; it is not a certified BAL assessment and cannot be used for building approval. Certified BAL, restricted raw fields, unavailable geometry and publisher-controlled material remain withheld.
The authenticated Property OpenAPI reference contains the complete field contract and response-specific attribution. Internal provider endpoints and model recipes are not part of the public guide.
500 unique addresses per monthly billing period anchored to the activation date.
The meter is address-based. Repeating the same resolved property during the same period does not consume another unit. Read usage.billing_period_key, usage.period_quota and usage.resets_at from the response.
Sample before calling.
uvx daleads-mcp property_sample() property_sandbox_addresses() property_intelligence(address="…", components="das, poi, planning, hazards.bushfire, hazards.flood, hazards.coastal, hazards.landslide, hazards.fire_history, hazards.contaminated, hazards.landfill, hazards.groundwater_restricted, hazards.groundwater_vulnerability, environment.contaminated_nearby, environment.historical_business_nearby, environment.landfill_nearby, environment.licensed_activity, environment.licensed_activity_nearby, environment.petroleum_storage, environment.petroleum_storage_nearby, environment.soil_regional, environment.protected, environment.aboriginal_heritage, environment.soil, environment.world_heritage, environment.threatened_species, environment.ramsar, environment.national_heritage, environment.koala_habitat, environment.key_ecological, environment.indigenous_protected, environment.cultural_heritage, environment.epbc_referral, environment.bioregion, environment.bv_map, environment.bio_important, environment.commonwealth_heritage, transport, utilities, administrative, public_housing, scores.noise, scores.aircraft_noise, scores.flood, scores.bushfire")
Errors remain actionable.
| Status | Meaning | Action |
|---|---|---|
| 401/403 | Missing key or component entitlement | Check account capabilities |
| 422 | Address/input could not resolve | Pass a fuller address or coordinates |
| 429 | Period quota exhausted | Read resets_at or upgrade |
| 503 | A required component is unavailable | Retry; do not treat it as clear |