Skip to content
Geo Hound
ESRI MapServerData directory

AdminBoundaries

Published by map.devon.gov.uk

Administrative boundaries including parishes, electoral and health areas.

Devon, United Kingdomboundaries
Extent not published by this service

Service facts

Endpoint
https://map.devon.gov.uk/arcgis/rest/services/Information/AdminBoundaries/MapServer
Type
ESRI MapServer
Layers
18
Formats
PNG32, PNG24, PNG, JPG, DIB, TIFF, EMF, PS, PDF, GIF, SVG, SVGZ, BMP
CRS
EPSG:27700
CORS
Enabled
Response time
353 ms at last check
Last verified
2026-07-24
Discovered
1 time by Geo Hound users

Layers

IdLayerGeometryFeatures
0Electoral Boundaries
1Devon Boundary including Torbay and Plymouth
6 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
NameNameesriFieldTypeString
Area_DescrArea_DescresriFieldTypeString
ShapeShapeesriFieldTypeGeometry
Shape.STArea()Shape.STArea()esriFieldTypeDouble
Shape.STLength()Shape.STLength()esriFieldTypeDouble
polygon
2Counties
3 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
NAMECountyesriFieldTypeString
CODECounty CodeesriFieldTypeString
polygon
3Districts
3 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
NAMEDistrictesriFieldTypeString
CODEDistrict CodeesriFieldTypeString
polygon
4Parliamentary Constituencies
3 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
NAMEConstituencyesriFieldTypeString
CODEConstituency CodeesriFieldTypeString
polygon
5Parish
3 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
NAMEParishesriFieldTypeString
CODEParish CodeesriFieldTypeString
polygon
6Ward
3 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
NAMEWardesriFieldTypeString
CODEWard CodeesriFieldTypeString
polygon
7Electoral Divisions
4 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
NAMEElectoral DivisionesriFieldTypeString
CODECODEesriFieldTypeString
CED24CDCED24CDesriFieldTypeString
polygon
8Health Boundaries
9Local Care Partnerships
16 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
Shape_LengShape_LengesriFieldTypeDouble
LCPNoLCPNoesriFieldTypeInteger
LCPNameLCPNameesriFieldTypeString
HaHaesriFieldTypeDouble
AcresAcresesriFieldTypeDouble
SQMilesSQMilesesriFieldTypeDouble
EastingEastingesriFieldTypeDouble
NorthingNorthingesriFieldTypeDouble
XMinXMinesriFieldTypeDouble
YMinYMinesriFieldTypeDouble
XMaxXMaxesriFieldTypeDouble
YMaxYMaxesriFieldTypeDouble
ShapeShapeesriFieldTypeGeometry
Shape.STArea()Shape.STArea()esriFieldTypeDouble
Shape.STLength()Shape.STLength()esriFieldTypeDouble
polygon
10Clinical Commissioning Group Localities
5 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
LocalityLocalityesriFieldTypeString
ShapeShapeesriFieldTypeGeometry
Shape.STArea()Shape.STArea()esriFieldTypeDouble
Shape.STLength()Shape.STLength()esriFieldTypeDouble
polygon
11Clinical Commissioning Groups 2019
10 fields
NameAliasType
OBJECTID_1OBJECTID_1esriFieldTypeOID
ccg19cdCCG CodeesriFieldTypeString
ccg19nmCCG NameesriFieldTypeString
bng_eEastingesriFieldTypeInteger
bng_nLongitudeesriFieldTypeInteger
longLongitudeesriFieldTypeDouble
latLatitudeesriFieldTypeDouble
ShapeShapeesriFieldTypeGeometry
Shape.STArea()Shape.STArea()esriFieldTypeDouble
Shape.STLength()Shape.STLength()esriFieldTypeDouble
polygon
12Census Boundaries
13Output Areas
3 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
OA21CDOA21CDesriFieldTypeString
GlobalIDGlobalIDesriFieldTypeGlobalID
polygon
14Lower Super Output Areas 2021
4 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
LSOA21CDLSOA21CDesriFieldTypeString
LSOA21NMLSOA21NMesriFieldTypeString
GlobalIDGlobalIDesriFieldTypeGlobalID
polygon
All 18 layers
15Middle Super Output Areas 2021polygon
16Education Boundaries
17CSC Localitiespolygon

Use this service

QGIS
Layer > Add Layer > Add ArcGIS REST Server Layer > New
Name: AdminBoundaries
URL: https://map.devon.gov.uk/arcgis/rest/services/Information/AdminBoundaries/MapServer
ArcGIS Pro
Insert > Connections > Server > New ArcGIS Server
Server URL: https://map.devon.gov.uk/arcgis/rest/services/Information/AdminBoundaries/MapServer
Leaflet
fetch('https://map.devon.gov.uk/arcgis/rest/services/Information/AdminBoundaries/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://map.devon.gov.uk/arcgis/rest/services/Information/AdminBoundaries/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