Sidebar

Mobile navigation sidebar

Developer console

Address Api — Australia

The Address Api provides Australian address search, geo-location search (nearby addresses by lat/lng), full address lookup, locality suggestions, and state-postcode search. All endpoints are powered by Meilisearch and require an active Address Select subscription.

Base URL

https://api.datasaras.com

Authentication

All endpoints require the x-auth-key header. Get your API key from the Developer Console.

curl -H "x-auth-key: YOUR_API_KEY" "https://api.datasaras.com/address-api-v1/au/address/suggest?keyword=25+york&limit=10"

Endpoints

Method Endpoint Description
GET /address/suggest Address autocomplete
POST /address/suggest Address autocomplete (keyword in body)
GET /address/by-geo-location Addresses near a point (lat, lng, radius)
GET /address/{id} Full address details by PID
GET /state-postcode-locality/suggest Locality suggestions
GET /state-postcode-locality/{id} Locality by ID
GET /state-postcode/suggest State and postcode suggestions
GET /state-postcode/{id} State-postcode by ID

Product subscription

All Address Api endpoints require an active Address Select product subscription. Requests with an API key that does not have this subscription return 403 Forbidden.

Response format

Responses use application/json with snake_case property names (e.g. address_line_1, locality_name).