Address Autocomplete API

GET
/address_autocomplete
LIVE

Address Auto-Complete is a powerful API query that can save users time and reduce errors by predicting and suggesting Australian addresses as they are being typed. This feature can be integrated into any web or mobile application to streamline data entry and improve overall data accuracy.

Example Request

GET
request.json
key Auth: BearerAuth
{
  "partial_address": "123 Smith",
  "type": "address",
  "max_results": 20
}

Request Schema

api_reference string
Required

Match only full addresses. This search returns an address with a GNAF id

matches string
Required

Match only street names. This search returns a list of matching streets with suburb, postcode and state

suburb string
Required

Match only suburb names. This search returns a list of matching suburbs with postcode and state

postcode integer
Required

Match only postcodes. This search returns a list of suburbs within the existing postcode, and the state and postcode

Available Response Data

5 Data Points
01
monitor_heart

Message Status

02
fact_check

Validation Boolean

True/False

03
speed

Match Quality Score

0 to 10

04
fact_check

Corrected/Matched Address Details

GNAF Address ID, Full Standardised Address

05
location_on

Itemised Address Corrections

Identifies exactly which fields were corrected, e.g., Street Type changes

lock Full API documentation provided after vetting from our compliance team.

Technical Use Cases

verified

Form Optimisation

Can be integrated into any web or mobile application to streamline data entry and improve overall data accuracy.

verified

Checkout Optimisation

Reduce cart abandonment and shipping errors by instantly validating customer addresses during checkout.

verified

CRM Data Hygiene

Standardise address data at the point of entry for sales and support teams.

Webhooks & Events

notifications
Synchronous UI endpoint

Polling/Webhooks are not required.

Trust & Assurance

Compliance & Security

Enterprise-grade infrastructure audited against the standards your regulators require.

verified_user
ISO 27001 Certified
enhanced_encryption
AES-256 Encryption
public
Australian Data Sovereignty
Integration & Support

Common Questions

Everything you need to know about implementation details and compliance infrastructure.

help_center General

How often is the underlying GNAF database updated?

add

Our databases are synchronised continuously with authoritative sources to ensure the highest predictive accuracy.

help_center General

Can I limit suggestions to specific states?

add

 While this endpoint searches nationally by default, you can easily filter the returned JSON array by the state key on the client side.

API Testing Sandbox

Test the Address Autocomplete API directly in your browser with live mock data and see instant results.

rocket_launch Request Sandbox Access

Access to live sandbox environments requires manual approval from our compliance team.

BACK TO TOP