Skip to content
Geo Hound
ESRI MapServerData directory

Address

Published by gis.wcc.govt.nz

Property address number labels for Wellington City Council.

New Zealandaddresses
Extent not published by this service

Service facts

Endpoint
https://gis.wcc.govt.nz/arcgis/rest/services/PropertyAndBoundaries/Address/MapServer
Type
ESRI MapServer
Layers
2
Formats
PNG32, PNG24, PNG, JPG, DIB, TIFF, EMF, PS, PDF, GIF, SVG, SVGZ, BMP
CRS
EPSG:2193
CORS
Enabled
Response time
51 ms at last check
Last verified
2026-07-24
Discovered
1 time by Geo Hound users

Layers

IdLayerGeometryFeatures
0Address (LINZ)
25 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
address_idaddress_idesriFieldTypeInteger
road_idroad_idesriFieldTypeInteger
full_address_numberfull_address_numberesriFieldTypeString
full_road_namefull_road_nameesriFieldTypeString
full_addressfull_addressesriFieldTypeString
territorial_authorityterritorial_authorityesriFieldTypeString
unitunitesriFieldTypeString
address_numberaddress_numberesriFieldTypeInteger
address_number_suffixaddress_number_suffixesriFieldTypeString
address_number_highaddress_number_highesriFieldTypeInteger
road_nameroad_nameesriFieldTypeString
road_name_typeroad_name_typeesriFieldTypeString
road_name_suffixroad_name_suffixesriFieldTypeString
suburb_localitysuburb_localityesriFieldTypeString
town_citytown_cityesriFieldTypeString
is_landis_landesriFieldTypeString
address_lifecycleaddress_lifecycleesriFieldTypeString
full_road_name_asciifull_road_name_asciiesriFieldTypeString
full_address_asciifull_address_asciiesriFieldTypeString
territorial_authority_asciiterritorial_authority_asciiesriFieldTypeString
road_name_asciiroad_name_asciiesriFieldTypeString
suburb_locality_asciisuburb_locality_asciiesriFieldTypeString
town_city_asciitown_city_asciiesriFieldTypeString
ShapeShapeesriFieldTypeGeometry
point
1Address (LINZ)
25 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
address_idaddress_idesriFieldTypeInteger
road_idroad_idesriFieldTypeInteger
full_address_numberfull_address_numberesriFieldTypeString
full_road_namefull_road_nameesriFieldTypeString
full_addressfull_addressesriFieldTypeString
territorial_authorityterritorial_authorityesriFieldTypeString
unitunitesriFieldTypeString
address_numberaddress_numberesriFieldTypeInteger
address_number_suffixaddress_number_suffixesriFieldTypeString
address_number_highaddress_number_highesriFieldTypeInteger
road_nameroad_nameesriFieldTypeString
road_name_typeroad_name_typeesriFieldTypeString
road_name_suffixroad_name_suffixesriFieldTypeString
suburb_localitysuburb_localityesriFieldTypeString
town_citytown_cityesriFieldTypeString
is_landis_landesriFieldTypeString
address_lifecycleaddress_lifecycleesriFieldTypeString
full_road_name_asciifull_road_name_asciiesriFieldTypeString
full_address_asciifull_address_asciiesriFieldTypeString
territorial_authority_asciiterritorial_authority_asciiesriFieldTypeString
road_name_asciiroad_name_asciiesriFieldTypeString
suburb_locality_asciisuburb_locality_asciiesriFieldTypeString
town_city_asciitown_city_asciiesriFieldTypeString
ShapeShapeesriFieldTypeGeometry
point

Use this service

QGIS
Layer > Add Layer > Add ArcGIS REST Server Layer > New
Name: Address
URL: https://gis.wcc.govt.nz/arcgis/rest/services/PropertyAndBoundaries/Address/MapServer
ArcGIS Pro
Insert > Connections > Server > New ArcGIS Server
Server URL: https://gis.wcc.govt.nz/arcgis/rest/services/PropertyAndBoundaries/Address/MapServer
Leaflet
fetch('https://gis.wcc.govt.nz/arcgis/rest/services/PropertyAndBoundaries/Address/MapServer/0/query?where=1%3D1&outFields=*&f=geojson')
  .then((r) => r.json())
  .then((geojson) => L.geoJSON(geojson).addTo(map));
Python
import geopandas as gpd
gdf = gpd.read_file(
    'https://gis.wcc.govt.nz/arcgis/rest/services/PropertyAndBoundaries/Address/MapServer/0/query?where=1%3D1&outFields=*&f=geojson'
)

Related services

This service was found in the wild by Geo Hound users while browsing the web.

Add to Chrome
Report an issue with this listing