APIBs Areas Particularly Important for Biodiversity Published by maps2.eastriding.gov.uk
Irreplaceable habitat and protected area designations.
England, United Kingdom conservation environment
Extent not published by this service Load live preview
Service facts Endpoint https://maps2.eastriding.gov.uk/arcgis/rest/services/LNRS/APIBsAreasParticularlyImportantforBiodiversity/MapServer Copy URL Type ESRI MapServer Layers 11 Formats PNG32, PNG24, PNG, JPG, DIB, TIFF, EMF, PS, PDF, GIF, SVG, SVGZ, BMP CRS EPSG:27700 CORS Enabled Response time 860 ms at last check Last verified 2026-07-24 Discovered 1 time by Geo Hound users Layers Id Layer Geometry Features 8 Irreplaceable Habitat 0 Ancient Woodland9 fields Name Alias Type OBJECTID OBJECTID esriFieldTypeOID APIB_Name APIB_Name esriFieldTypeString APIB_Site_ APIB_Site_ esriFieldTypeString LNRS_ID LNRS_ID esriFieldTypeInteger APIB_ID APIB_ID esriFieldTypeInteger APIB_Type APIB_Type esriFieldTypeString Shape Shape esriFieldTypeGeometry Shape.STArea() Shape.STArea() esriFieldTypeDouble Shape.STLength() Shape.STLength() esriFieldTypeDouble
polygon 1 Coastal Saltmarsh9 fields Name Alias Type OBJECTID OBJECTID esriFieldTypeOID APIB_Name APIB_Name esriFieldTypeString APIB_Site_ APIB_Site_ esriFieldTypeString LNRS_ID LNRS_ID esriFieldTypeInteger APIB_ID APIB_ID esriFieldTypeInteger APIB_Type APIB_Type esriFieldTypeString Shape Shape esriFieldTypeGeometry Shape.STArea() Shape.STArea() esriFieldTypeDouble Shape.STLength() Shape.STLength() esriFieldTypeDouble
polygon 2 Lowland Fen9 fields Name Alias Type OBJECTID OBJECTID esriFieldTypeOID APIB_Name APIB_Name esriFieldTypeString APIB_Site_ APIB_Site_ esriFieldTypeString LNRS_ID LNRS_ID esriFieldTypeInteger APIB_ID APIB_ID esriFieldTypeInteger APIB_Type APIB_Type esriFieldTypeString Shape Shape esriFieldTypeGeometry Shape.STArea() Shape.STArea() esriFieldTypeDouble Shape.STLength() Shape.STLength() esriFieldTypeDouble
polygon 3 Local Nature Reserve9 fields Name Alias Type OBJECTID OBJECTID esriFieldTypeOID APIB_Name APIB_Name esriFieldTypeString APIB_Site_ APIB_Site_ esriFieldTypeString LNRS_ID LNRS_ID esriFieldTypeInteger APIB_ID APIB_ID esriFieldTypeInteger APIB_Type APIB_Type esriFieldTypeString Shape Shape esriFieldTypeGeometry Shape.STArea() Shape.STArea() esriFieldTypeDouble Shape.STLength() Shape.STLength() esriFieldTypeDouble
polygon 4 Local Wildlife Site9 fields Name Alias Type OBJECTID OBJECTID esriFieldTypeOID APIB_Name APIB_Name esriFieldTypeString APIB_Site_ APIB_Site_ esriFieldTypeString LNRS_ID LNRS_ID esriFieldTypeInteger APIB_ID APIB_ID esriFieldTypeInteger APIB_Type APIB_Type esriFieldTypeString Shape Shape esriFieldTypeGeometry Shape.STArea() Shape.STArea() esriFieldTypeDouble Shape.STLength() Shape.STLength() esriFieldTypeDouble
polygon 5 National Nature Reserve9 fields Name Alias Type OBJECTID OBJECTID esriFieldTypeOID APIB_Name APIB_Name esriFieldTypeString APIB_Site_ APIB_Site_ esriFieldTypeString LNRS_ID LNRS_ID esriFieldTypeInteger APIB_ID APIB_ID esriFieldTypeInteger APIB_Type APIB_Type esriFieldTypeString Shape Shape esriFieldTypeGeometry Shape.STArea() Shape.STArea() esriFieldTypeDouble Shape.STLength() Shape.STLength() esriFieldTypeDouble
polygon 6 Wetlands of international importance9 fields Name Alias Type OBJECTID OBJECTID esriFieldTypeOID APIB_Name APIB_Name esriFieldTypeString APIB_Site_ APIB_Site_ esriFieldTypeString LNRS_ID LNRS_ID esriFieldTypeInteger APIB_ID APIB_ID esriFieldTypeInteger APIB_Type APIB_Type esriFieldTypeString Shape Shape esriFieldTypeGeometry Shape.STArea() Shape.STArea() esriFieldTypeDouble Shape.STLength() Shape.STLength() esriFieldTypeDouble
polygon 7 Special Area of Conservation9 fields Name Alias Type OBJECTID OBJECTID esriFieldTypeOID APIB_Name APIB_Name esriFieldTypeString APIB_Site_ APIB_Site_ esriFieldTypeString LNRS_ID LNRS_ID esriFieldTypeInteger APIB_ID APIB_ID esriFieldTypeInteger APIB_Type APIB_Type esriFieldTypeString Shape Shape esriFieldTypeGeometry Shape.STArea() Shape.STArea() esriFieldTypeDouble Shape.STLength() Shape.STLength() esriFieldTypeDouble
polygon 9 Special Protection Areas9 fields Name Alias Type OBJECTID OBJECTID esriFieldTypeOID APIB_Name APIB_Name esriFieldTypeString APIB_Site_ APIB_Site_ esriFieldTypeString LNRS_ID LNRS_ID esriFieldTypeInteger APIB_ID APIB_ID esriFieldTypeInteger APIB_Type APIB_Type esriFieldTypeString Shape Shape esriFieldTypeGeometry Shape.STArea() Shape.STArea() esriFieldTypeDouble Shape.STLength() Shape.STLength() esriFieldTypeDouble
polygon 10 Sites of Special Scientific Interest9 fields Name Alias Type OBJECTID OBJECTID esriFieldTypeOID APIB_Name APIB_Name esriFieldTypeString APIB_Site_ APIB_Site_ esriFieldTypeString LNRS_ID LNRS_ID esriFieldTypeInteger APIB_ID APIB_ID esriFieldTypeInteger APIB_Type APIB_Type esriFieldTypeString Shape Shape esriFieldTypeGeometry Shape.STArea() Shape.STArea() esriFieldTypeDouble Shape.STLength() Shape.STLength() esriFieldTypeDouble
polygon
Use this service QGIS Copy
Layer > Add Layer > Add ArcGIS REST Server Layer > New
Name: APIBs Areas Particularly Important for Biodiversity
URL: https://maps2.eastriding.gov.uk/arcgis/rest/services/LNRS/APIBsAreasParticularlyImportantforBiodiversity/MapServer ArcGIS Pro Copy
Insert > Connections > Server > New ArcGIS Server
Server URL: https://maps2.eastriding.gov.uk/arcgis/rest/services/LNRS/APIBsAreasParticularlyImportantforBiodiversity/MapServer Leaflet Copy
fetch('https://maps2.eastriding.gov.uk/arcgis/rest/services/LNRS/APIBsAreasParticularlyImportantforBiodiversity/MapServer/8/query?where=1%3D1&outFields=*&f=geojson')
.then((r) => r.json())
.then((geojson) => L.geoJSON(geojson).addTo(map)); Python Copy
import geopandas as gpd
gdf = gpd.read_file(
'https://maps2.eastriding.gov.uk/arcgis/rest/services/LNRS/APIBsAreasParticularlyImportantforBiodiversity/MapServer/8/query?where=1%3D1&outFields=*&f=geojson'
)