Skip to main content

POI Metadata API

The Points of Interest Metadata API is used to collect metadata for a POI selected from the Points of Interest Autocomplete API. Metadata includes location, street, region, LINZ and NZ Post data.

Endpoint

New Zealand

https://api.addressfinder.io/api/nz/points_of_interest/metadata

Parameters

ParameterDefaultDescriptionTest Value
key

Your unique Addressfinder license key.

Required string

secret

Your unique secret key. You can also pass it in the Authorization header. Required only for server-to-server calls.

Optional string

format

Response format (json or xml).

Required string

id

Unique POI identifier from the autocomplete API.

Required string

domain

Used to identify your service in the Addressfinder Portal. Must be registered in the Portal.

Optional string

Responses

200 Metadata for the selected point of interest

NameTypeDescriptionExample
pxidstringThe unique point of interest identifier.2457
namestringName of the point of interest.Middle School West Auckland
xstringLongitude (WGS84).174.643199
ystringLatitude (WGS84).-36.426956
address_pxidstringUnique identifier for the associated address.2-.1.6.t.25oRi
numberstringStreet number (or PO box number).287-289
alphastringAlpha suffix from address (e.g. "B" in "1B").-
postcodestringFour-digit postcode.0983
rd_numberstringNZ Post rural delivery number.-
astringCanonical full address.287-289 Lincoln Road, Henderson, Auckland 0610
postalstringPostal address (if NZ Post delivers here).-
mailtownstringMailtown from NZ Post (if available).-
post_suburbstringPostal suburb (if available).-
tastringTerritorial Authority (LINZ).Auckland
aims_address_idintegerLINZ AIMS Address ID.1518959
sufiintegerSame as aims_address_id, returned as integer.1518959
street_typestringStreet type (e.g. Road, Avenue).Road
building_namestringBuilding name if available.-
citystringCity, town or locality.Warkworth
suburbstringSuburb or locality.Henderson
regionstringRegional Authority.Auckland Region
streetstringFull street name and type.Lincoln Road
postal_line_1stringNZ Post Line 1.287-289 Lincoln Road
postal_line_2stringNZ Post Line 2.Henderson
postal_line_3stringNZ Post Line 3.Auckland
postal_line_4stringNZ Post Line 4.-
postal_line_5stringNZ Post Line 5.-
meshblockstringMeshblock identifier for census.146004
dpidstringUnique identifier from NZ Post.2668726
successbooleanWhether the request was successful.true

400 Missing or invalid parameters

NameTypeDescriptionExample
errorstringMissing required parameter 'id'

See API Error Reference for details.