Rental Market API

The Aristocles Rental Market API delivers median weekly rent by suburb, postcode, bedroom count, and property type across Australia — with quarterly trend data going back to 2000. Built for property apps, AI agents, and anyone helping people find affordable housing.

Who it's for

Built for real people

Property tech apps, AI agents helping renters find housing, financial advisors, relocation services, and anyone who needs verified suburb-level rental market data.

Features

Key capabilities

01

Median weekly rent by suburb, postcode, bedrooms, and property type

02

Quarterly data from 2000 to present (100+ quarters)

03

Fastest-rising and biggest-drop suburb trend analysis

04

Cheapest suburbs ranked by bedroom count and type

05

Side-by-side suburb comparison

06

MCP server tools for direct AI agent integration

How it works

Three simple steps

1

Get an API key

Same key as all Aristocles APIs. Free tier covers 100 requests per day.

2

Query by suburb or postcode

Look up current median rent for any suburb or postcode. Filter by bedroom count and property type. Compare suburbs side by side or find the most affordable options in a state.

3

Surface actionable insights

Your app or AI agent answers 'what does it cost to rent a 2-bedroom flat in Richmond?' or 'which Melbourne suburbs have the fastest-rising rents?' — with verified government data.

Pricing

Simple, transparent pricing

Start free, upgrade when you need more. All plans include full API access.

Free

$0forever

Get started and explore the API

100 requests/day
  • 100 API requests per day
  • All endpoints included
  • Community support
Most popular

Pro

$9/month

For production apps and AI agents

10,000 requests/day
  • 10,000 API requests per day
  • All endpoints included
  • Priority support
  • Usage dashboard

Enterprise

$49/month

Unlimited access for high-volume use

Unlimited requests
  • Unlimited API requests
  • All endpoints included
  • Priority support
  • Usage dashboard
  • Dedicated support channel

Getting Started

Start building in minutes

Register for a free API key, make your first request, and upgrade when you're ready.

1

Register

Create an account to get your API key. It's free — no credit card required.

curl -X POST https://api.aristocles.com.au/v1/auth/register \
  -H "Content-Type: application/json" \
  -d '{"email": "you@example.com", "name": "Your Name"}'
2

Make a request

Use your API key in the X-API-Key header to authenticate requests.

curl https://api.aristocles.com.au/v1/data/asx \
  -H "X-API-Key: your_api_key_here"
3

Upgrade

Need more requests? Upgrade to Pro or Enterprise — you'll be redirected to Stripe Checkout.

curl -X POST "https://api.aristocles.com.au/v1/billing/checkout?tier=pro" \
  -H "X-API-Key: your_api_key_here"
4

Check usage

Monitor your daily request count and remaining quota at any time.

curl https://api.aristocles.com.au/v1/usage \
  -H "X-API-Key: your_api_key_here"

Privacy & Security

Your data, your control

Rental data is sourced from publicly published government reports. No personal information is collected from end users. API usage is tracked only for rate limiting and billing.

All payments are processed securely through Stripe. We never store card details.

FAQ

Common questions

Where does the data come from?

Victorian data is sourced from the DFFH (Department of Families, Fairness and Housing) Moving Annual Rents by Suburb report, published quarterly under Creative Commons Attribution 4.0.

How current is the data?

We update quarterly. The current dataset covers through September 2025. New data is published by state governments within 2 months of each quarter end.

Which states are covered?

Victoria is currently live with 146 suburb groups and data back to 2000. Additional states are being added progressively — check the /v1/rental endpoint for current coverage.

Can I filter by postcode?

Yes. Use GET /v1/rental/postcode/{postcode} to get all suburbs that map to a given postcode, including their rental history.

What property types are available?

Data is broken down by flat/unit (1, 2, 3 bedrooms) and house (2, 3, 4 bedrooms), plus an 'all properties' aggregate for each suburb.

Is this the same API key as the other Aristocles APIs?

Yes. One key covers all endpoints — rental, PBS, subscriptions, and trade pricing — with the same rate limits and billing.