Propertylens Australia
Propertylens Australia

API Documentation

Propertylens Australia Public API v1 Reference

Get API Key

Base URL

https://app.propertylens.au/api/v1

Authentication

All API requests require an API key passed via the X-API-Key header. Create a free account at Propertylens Australia and generate your API key from the developer dashboard.

shell
curl -H "X-API-Key: pl_your_key_here" \
  https://app.propertylens.au/api/v1/suburbs/

API keys start with pl_. You can create up to 5 keys per account. Keys can be revoked at any time from the developer dashboard.

Rate Limits

60

requests / minute

1,000

requests / day

Rate limit info is included in response headers:

http
X-RateLimit-Limit-Minute: 60
X-RateLimit-Limit-Daily: 1000
X-RateLimit-Remaining-Minute: 58
X-RateLimit-Remaining-Daily: 947

Exceeding limits returns 429 Too Many Requests with a Retry-After header.

Error Handling

Errors return JSON with an error or detail field.

200Success
401Missing or invalid API key
402Insufficient credits (predictions only)
403API key revoked or expired
404Resource not found
429Rate limit exceeded
500Internal server error
json
{
  "detail": "Rate limit exceeded: 30 requests per minute"
}

Properties

Suburbs

Sales & Auctions

Market

Planning

GeoJSON

Predictions (Credits Required)

Accuracy endpoints are free. Individual property prediction data requires unlocking with 1 credit per property. Once unlocked, access is permanent and shared with the web platform. Purchase credits at propertylens.au/billing.

Commercial

Dedicated endpoints for commercial property data including office, retail, industrial, warehouse, and medical assets. Market indicators, fitout costs, and sales history are available for supported regions.