Skip to content
DueDiliduedili

Australian Address Intelligence API

14 endpoints. 4.5M NSW addresses. 10,000 free calls during beta.

Get started

  1. 1
    Create a free account — verify your email to get started.
  2. 2
    Generate your API key from your dashboard.
  3. 3
    Call any endpoint with your key in the x-api-key header.

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/zoning

Zone code, name, LEP

/v1/crime

Stats, trends, rate per 100k

/v1/stra

Short-term rental rules

/v1/rates

Council rates

/v1/schools

Primary + secondary catchment

/v1/transport

Nearest train, bus, ferry

/v1/nearby-das

Development applications

/v1/flood

Flood zone check

/v1/heritage

Heritage listings nearby

/v1/nbn

NBN technology + speed

/v1/lot

Lot + plan numbers

/v1/strata

Strata scheme details

/v1/granny-flat

Secondary dwelling eligibility

/v1/report

All data in one call

Parameters

ParamTypeDescription
addressstringFull address (e.g. "5 Byron St, Byron Bay")
lat, lngfloatCoordinates (alternative to address)
radiusnumberSearch 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

Beta — Free

API Access

$0 during beta

10,000 requests/month

All 14 endpoints including /report + CSV export