Sheffield Contaminated Land
This API provides access to data on sites in Sheffield formally determined as Contaminated Land under Part 2A of the Environmental Protection Act 1990. It is delivered as an ArcGIS REST MapServer query service returning feature data with all fields, part of an INSPIRE-aligned map service layer. The dataset identifies locations where land has been officially designated as contaminated, supporting environmental monitoring, planning, and regulatory functions related to land quality and remediation within the local authority area. Access requires an API key. Despite being labelled national in scope, the service appears specific to the Sheffield area given its naming and hosting context.Sites formally determined as Contaminated Land under Part 2A of the Environmental Protection Act 1990.
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (13 fields)
Click a field to see example values.
| Field | Type | Description |
|---|---|---|
| objectid_1Objectid 1 | oid | Internal record identifier.Internal record identifier. |
| objectid | integer | Internal record identifier.Internal record identifier. |
| id | integer | Unique identifier for the contaminated land site record.Unique identifier for the contaminated land site record. |
| site_nameSite name | string | Name of the contaminated land site.Name of the contaminated land site. |
| easting | double | Easting coordinate of the site's location.Easting coordinate of the site's location. |
| northing | double | Northing coordinate of the site's location.Northing coordinate of the site's location. |
| corpmapgis | string | Corporate GIS reference code for the site.Corporate GIS reference code for the site. |
| comments | string | Notes on remediation status or other site details.Notes on remediation status or other site details. |
| shapearea | double | Area of the site polygon shape.Area of the site polygon shape. |
| shapelen | double | Length of the site polygon boundary.Length of the site polygon boundary. |
| shape | geometry | Geometric boundary of the site.Geometric boundary of the site. |
| st_area(shape)St area(shape) | double | Calculated area of the site geometry.Calculated area of the site geometry. |
| st_perimeter(shape)St perimeter(shape) | double | Calculated perimeter length of the site geometry.Calculated perimeter length of the site geometry. |
Schema captured from arcgis 22 days ago.
Query the data
Pick columns and a sort, then fetch a live preview straight from the source. Choose an API-filterable column (marked ▾) under “Where” to pick from its list of values.
Sample data (2 records)
Record 1id: 1 · easting: 43178.7379368
{
"id": 1,
"easting": 43178.7379368,
"comments": "Remediation complete",
"northing": 38036.140023,
"objectid": 35,
"shapelen": 88.9242754758736,
"shapearea": 11901184.013085,
"site_name": "Totley Lead Rolling Mill",
"corpmapgis": " ",
"objectid_1": 1,
"st_area(shape)": 11901.184013075977,
"st_perimeter(shape)": 889.2427547570253
}Record 2id: 2 · easting: 43642.76822029999
{
"id": 2,
"easting": 43642.76822029999,
"comments": "Remediation Declaration dated 23/11/09",
"northing": 38401.6138162,
"objectid": 36,
"shapelen": 165.09206525658206,
"shapearea": 15327.944271782002,
"site_name": "Lees Hall Wood (former landfill site)",
"corpmapgis": " ",
"objectid_1": 2,
"st_area(shape)": 153279.4427178211,
"st_perimeter(shape)": 1650.9206525651118
}Live sample captured at profiling time — values may have changed upstream.
Verification Status
Using the API
Configuration
- Base URL
- https://utility.arcgis.com/usrsvcs/servers/602d312d41514bcb9b6758d0812746af/rest/services/AGOL/INSPIRE/MapServer/6/query?outFields=*&where=1%3D1
Query examples
Stored only in this browser. Runs go directly from your browser to the API — the key is never sent through our servers.
curl -s 'https://utility.arcgis.com/usrsvcs/servers/602d312d41514bcb9b6758d0812746af/rest/services/AGOL/INSPIRE/MapServer/6?f=json' -H 'Accept: application/json'Layer definition: fields, geometry type, capabilities.
Machine-readable & source
Embed this badge in a README or wiki — it always shows the latest verification state and quality tier.