Skip to content
Geo Hound
ESRI MapServerData directory

Parcels

Published by LINZ

Cadastral land parcels and legal descriptions from Land Information New Zealand

New Zealandparcelsboundaries
Extent not published by this service

Service facts

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

Layers

IdLayerGeometryFeatures
0Legal Description (CRS)
31 fields
NameAliasType
GlobalIDGlobalIDesriFieldTypeGlobalID
OBJECTIDOBJECTIDesriFieldTypeOID
parcel_idparcel_idesriFieldTypeDouble
sufisufiesriFieldTypeDouble
full_appfull_appesriFieldTypeString
surv_areasurv_areaesriFieldTypeDouble
total_areatotal_areaesriFieldTypeDouble
calc_areacalc_areaesriFieldTypeDouble
documentdocumentesriFieldTypeString
oth_legaloth_legalesriFieldTypeString
vesting_idvesting_idesriFieldTypeDouble
gaz_typegaz_typeesriFieldTypeString
gaz_yeargaz_yearesriFieldTypeSmallInteger
gaz_pagegaz_pageesriFieldTypeInteger
part_indpart_indesriFieldTypeString
par_typepar_typeesriFieldTypeString
par_valuepar_valueesriFieldTypeString
par_type2par_type2esriFieldTypeString
par_value2par_value2esriFieldTypeString
blockblockesriFieldTypeString
sub_typesub_typeesriFieldTypeString
app_valueapp_valueesriFieldTypeString
other_appother_appesriFieldTypeString
name_maoriname_maoriesriFieldTypeString
purposepurposeesriFieldTypeString
land_distland_distesriFieldTypeSmallInteger
creat_datecreat_dateesriFieldTypeDate
mod_datemod_dateesriFieldTypeDate
ShapeShapeesriFieldTypeGeometry
Shape_LengthShape_LengthesriFieldTypeDouble
Shape_AreaShape_AreaesriFieldTypeDouble
polygon
1Parcels (CRS)
40 fields
NameAliasType
GlobalIDGlobalIDesriFieldTypeGUID
OBJECTIDOBJECTIDesriFieldTypeOID
parcel_idparcel_idesriFieldTypeDouble
sufisufiesriFieldTypeDouble
full_appfull_appesriFieldTypeString
surv_areasurv_areaesriFieldTypeDouble
total_areatotal_areaesriFieldTypeDouble
calc_areacalc_areaesriFieldTypeDouble
documentdocumentesriFieldTypeString
oth_legaloth_legalesriFieldTypeString
vesting_idvesting_idesriFieldTypeDouble
gaz_typegaz_typeesriFieldTypeString
gaz_yeargaz_yearesriFieldTypeSmallInteger
gaz_pagegaz_pageesriFieldTypeInteger
part_indpart_indesriFieldTypeString
par_typepar_typeesriFieldTypeString
par_valuepar_valueesriFieldTypeString
par_type2par_type2esriFieldTypeString
par_value2par_value2esriFieldTypeString
blockblockesriFieldTypeString
sub_typesub_typeesriFieldTypeString
app_valueapp_valueesriFieldTypeString
other_appother_appesriFieldTypeString
name_maoriname_maoriesriFieldTypeString
purposepurposeesriFieldTypeString
land_distland_distesriFieldTypeSmallInteger
creat_datecreat_dateesriFieldTypeDate
mod_datemod_dateesriFieldTypeDate
match_statmatch_statesriFieldTypeString
crs_layercrs_layeresriFieldTypeString
wufiwufiesriFieldTypeDouble
cps_tablecps_tableesriFieldTypeString
match_sourmatch_souresriFieldTypeString
match_commmatch_commesriFieldTypeString
date_matchdate_matchesriFieldTypeDate
date_addeddate_addedesriFieldTypeDate
ShapeShapeesriFieldTypeGeometry
GlobalID_1GlobalID_1esriFieldTypeGlobalID
Shape_LengthShape_LengthesriFieldTypeDouble
Shape_AreaShape_AreaesriFieldTypeDouble
polygon
2Road and Rail Parcel (CRS)
11 fields
NameAliasType
GlobalIDGlobalIDesriFieldTypeGlobalID
OBJECTIDOBJECTIDesriFieldTypeOID
parcel_idparcel_idesriFieldTypeDouble
sufisufiesriFieldTypeDouble
typetypeesriFieldTypeString
land_distland_distesriFieldTypeSmallInteger
creat_datecreat_dateesriFieldTypeDate
mod_datemod_dateesriFieldTypeDate
ShapeShapeesriFieldTypeGeometry
Shape_LengthShape_LengthesriFieldTypeDouble
Shape_AreaShape_AreaesriFieldTypeDouble
polygon
3Hydro Parcel (CRS)
17 fields
NameAliasType
GlobalIDGlobalIDesriFieldTypeGlobalID
OBJECTIDOBJECTIDesriFieldTypeOID
parcel_idparcel_idesriFieldTypeDouble
sufisufiesriFieldTypeDouble
namenameesriFieldTypeString
purposepurposeesriFieldTypeString
oth_legaloth_legalesriFieldTypeString
gaz_typegaz_typeesriFieldTypeString
gaz_yeargaz_yearesriFieldTypeSmallInteger
gaz_pagegaz_pageesriFieldTypeInteger
placenameplacenameesriFieldTypeString
land_distland_distesriFieldTypeSmallInteger
crea_datecrea_dateesriFieldTypeDate
mod_datemod_dateesriFieldTypeDate
ShapeShapeesriFieldTypeGeometry
Shape_LengthShape_LengthesriFieldTypeDouble
Shape_AreaShape_AreaesriFieldTypeDouble
polygon

Use this service

QGIS
Layer > Add Layer > Add ArcGIS REST Server Layer > New
Name: Parcels
URL: https://gis.wcc.govt.nz/arcgis/rest/services/PropertyAndBoundaries/Parcels/MapServer
ArcGIS Pro
Insert > Connections > Server > New ArcGIS Server
Server URL: https://gis.wcc.govt.nz/arcgis/rest/services/PropertyAndBoundaries/Parcels/MapServer
Leaflet
fetch('https://gis.wcc.govt.nz/arcgis/rest/services/PropertyAndBoundaries/Parcels/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/Parcels/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