← Tools Reference

Addressfinder

Addressfinder integration (Location, Data). Imported from open-connector.

API key6 toolshttps://api.addressfinder.io/api
GET
addressfinder_find_au_addresses
Search Australian addresses with Addressfinder autocomplete and return matching address completions.

/au/address/autocomplete

9 parameters
ParamTypeRequiredDescription
querystringrequiredThe partial Australian address being searched.
maxintegeroptionalThe maximum number of results to return.
sourcestringoptionalThe Australian address dataset source to query.
postBoxstringoptionalSet this filter to 0 or 1.
canonicalstringoptionalSet this flag to 1 when the option should be enabled.
stateCodesarrayoptionalAustralian state or territory codes used to filter results.
domainstringoptionalOptional registered Addressfinder domain used for portal activity monitoring.
highlightstringoptionalSet this flag to 1 when the option should be enabled.
asciistringoptionalSet this flag to 1 when the option should be enabled.
GET
addressfinder_get_au_address_metadata
Retrieve full metadata for an Australian address selected from Addressfinder autocomplete.

/au/address/metadata

8 parameters
ParamTypeRequiredDescription
idstringoptionalThe Addressfinder address identifier returned by autocomplete.
gnafIdstringoptionalThe unique G-NAF address identifier.
dpidstringoptionalThe Australia Post delivery point identifier.
sourcestringoptionalThe Australian address dataset source to query.
gpsstringoptionalSet this flag to 1 when the option should be enabled.
censusintegeroptionalThe Australian census year for statistical identifiers.
domainstringoptionalOptional registered Addressfinder domain used for portal activity monitoring.
asciistringoptionalSet this flag to 1 when the option should be enabled.
GET
addressfinder_verify_au_address
Verify and enrich an Australian address with Addressfinder address verification.

/au/address/v2/verification

10 parameters
ParamTypeRequiredDescription
querystringrequiredThe Australian address to verify.
gnafstringoptionalSet this flag to 1 when the option should be enabled.
pafstringoptionalSet this flag to 1 when the option should be enabled.
postBoxstringoptionalExclude box type addresses from the verification results.
gpsstringoptionalSet this flag to 1 when the option should be enabled.
extendedstringoptionalSet this flag to 1 when the option should be enabled.
censusintegeroptionalThe Australian census year for statistical identifiers.
stateCodesarrayoptionalAustralian state or territory codes used to filter results.
domainstringoptionalOptional registered Addressfinder domain used for portal activity monitoring.
asciistringoptionalSet this flag to 1 when the option should be enabled.
GET
addressfinder_find_nz_addresses
Search New Zealand addresses with Addressfinder autocomplete and return matching address completions.

/nz/address/autocomplete

10 parameters
ParamTypeRequiredDescription
querystringrequiredThe partial New Zealand address being searched.
maxintegeroptionalThe maximum number of results to return.
deliveredstringoptionalSet this filter to 0 or 1.
postBoxstringoptionalSet this filter to 0 or 1.
ruralstringoptionalSet this filter to 0 or 1.
strictstringoptionalHow closely Addressfinder should match the query.
regionCodestringoptionalThe New Zealand regional authority code used to filter results.
domainstringoptionalOptional registered Addressfinder domain used for portal activity monitoring.
highlightstringoptionalSet this flag to 1 when the option should be enabled.
asciistringoptionalSet this flag to 1 when the option should be enabled.
GET
addressfinder_get_nz_address_metadata
Retrieve full metadata for a New Zealand address selected from Addressfinder autocomplete.

/nz/address/metadata

5 parameters
ParamTypeRequiredDescription
pxidstringoptionalThe Addressfinder PXID returned by autocomplete.
dpidstringoptionalThe NZ Post delivery point identifier.
censusintegeroptionalThe New Zealand census year for Statistics NZ metadata.
domainstringoptionalOptional registered Addressfinder domain used for portal activity monitoring.
asciistringoptionalSet this flag to 1 when the option should be enabled.
GET
addressfinder_verify_nz_address
Verify and enrich a New Zealand address with Addressfinder address verification.

/nz/address/verification

6 parameters
ParamTypeRequiredDescription
querystringrequiredThe New Zealand address to verify.
postBoxstringoptionalSet this filter to 0 or 1.
regionCodestringoptionalThe New Zealand regional authority code used to filter results.
censusintegeroptionalThe New Zealand census year for Statistics NZ metadata.
domainstringoptionalOptional registered Addressfinder domain used for portal activity monitoring.
asciistringoptionalSet this flag to 1 when the option should be enabled.