Australian Address Intelligence API
14 endpoints. 4.5M NSW addresses. 10,000 free calls during beta.
Get started
- 1Create a free account — verify your email to get started.
- 2Generate your API key from your dashboard.
- 3Call any endpoint with your key in the
x-api-keyheader.
Quick start
# 1. Create an account at duedili.com.au/signup
# 2. Generate your API key from duedili.com.au/dashboard
# 3. Query any endpoint with your API key
curl "https://api.lotapi.com.au/api/v1/zoning?address=5+Byron+Street+Byron+Bay" \
-H "x-api-key: YOUR_KEY"
curl "https://api.lotapi.com.au/api/v1/crime?address=123+Pitt+St+Sydney" \
-H "x-api-key: YOUR_KEY"
# 4. Full report — all 14 data points in one call
curl "https://api.lotapi.com.au/api/v1/report?address=5+Byron+Street+Byron+Bay" \
-H "x-api-key: YOUR_KEY"Access rules
API key required for all endpoints
Create an account and generate your key from the dashboard. During beta you get 10,000 free calls/month across all 14 endpoints.
Endpoints
/v1/zoningZone code, name, LEP
/v1/crimeStats, trends, rate per 100k
/v1/straShort-term rental rules
/v1/ratesCouncil rates
/v1/schoolsPrimary + secondary catchment
/v1/transportNearest train, bus, ferry
/v1/nearby-dasDevelopment applications
/v1/floodFlood zone check
/v1/heritageHeritage listings nearby
/v1/nbnNBN technology + speed
/v1/lotLot + plan numbers
/v1/strataStrata scheme details
/v1/granny-flatSecondary dwelling eligibility
/v1/reportAll data in one call
Parameters
| Param | Type | Description |
|---|---|---|
| address | string | Full address (e.g. "5 Byron St, Byron Bay") |
| lat, lng | float | Coordinates (alternative to address) |
| radius | number | Search radius in metres (heritage, DAs) |
Authentication
All endpoints require an API key in the x-api-key header. Requests without a valid key will receive a 401 response.
To get a key: create an account, then generate your API key from your dashboard.
Pricing
API Access
$0 during beta
10,000 requests/month
All 14 endpoints including /report + CSV export