Enrich
Return the richest public address document for a known G-NAF address id returned by Autocomplete, Validate, or Reverse geocode. Use this after a user selects an address when you need structured components, geocodes, boundaries, locality and street context, aliases, secondaries, and source-record metadata.
Authorizations
Query Parameters
G-NAF address document ID. Paste an id value returned from Autocomplete or Validate.
1"GAQLD156786950"
Optional diagnostic flag. Send exactly true or false. Invalid values are rejected; debug diagnostics are for support only and must not be used for business decisions.
true, false "false"
Response
Full enriched public address document for the requested id.
Enrich-only address document with structured components, extra geocodes, locality and street context, aliases, secondaries, extended boundaries, and optional diagnostic metadata when debug=true.
Opaque G-NAF persistent identifier for this address record. Store it as a string and pass it to Enrich when you need the full public address document.
"GAQLD156786950"
Formatted street-address line for display and form population. It usually contains the street number, street name, and any unit or building text available in the source record.
"9 ENDEAVOUR COURT"
Official suburb or locality name associated with the address.
"LAMMERMOOR"
Uppercase Australian state or territory code returned by the Address API. Allowed values are NSW New South Wales, VIC Victoria, QLD Queensland, SA South Australia, WA Western Australia, TAS Tasmania, NT Northern Territory, and ACT Australian Capital Territory.
NSW, VIC, QLD, SA, WA, TAS, NT, ACT "QLD"
Four-digit Australian postcode. Store postcodes as strings; integer coercion can remove leading zeroes used by some Australian postcodes.
^\d{4}$"4703"
G-NAF source-record confidence metadata. -1 represents a retired record; 0, 1, and 2 indicate one, two, or three supporting contributor datasets. This is provenance metadata, not Prontiq match quality.
-1 <= x <= 22
G-NAF geocoding metadata and decimal-degree coordinates for the address.
Compact latitude/longitude point used for proximity workflows and map display.
Administrative, electoral, and ABS geography returned by Enrich. This is a strict superset of the standard address boundary object.
Source data release or version used to produce the enriched address record when available. This is not the Prontiq API version.
"2026.04"
Primary or secondary address role when available. Primary records are parent or building-level addresses; secondary records are child or unit-level addresses.
PRIMARY, SECONDARY "SECONDARY"
Structured address components when available for the enriched record.
Parcel or legal-property reference when available for the address. Coverage varies by address and source data.
"14\\PS349838"
Additional geocodes associated with the address. The array preserves source order after invalid coordinates are removed.
Locality context when available for the enriched address.
Street context when available for the enriched address.
Alternative address labels associated with the enriched address.
Secondary or child addresses associated with the enriched address.
Optional diagnostic metadata returned only when debug=true is supplied. Debug values are for support and troubleshooting, not production decision-making.