Sheffield Allotments
A geospatial dataset delineating the boundaries of allotment sites managed by Sheffield City Council. Accessed via an ArcGIS REST MapServer endpoint that follows the INSPIRE data specification, the layer returns polygon geometries and associated attributes for each allotment plot area within the city. The data can be queried and filtered through standard ArcGIS REST parameters, making it suitable for integration into GIS applications, mapping tools, and land-use analysis covering allotment provision across Sheffield.Dataset showing the boundaries of Sheffield City Council managed allotment sites.
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 | oid | Unique internal identifier for the record.Unique internal identifier for the record. |
| site | string | Name of the allotment site.Name of the allotment site. |
| idSite_No | smallinteger | Site reference number.Site reference number. |
| water | string | Indicates whether the site has a water supply.Indicates whether the site has a water supply. |
| no_plots | double | Number of plots at the allotment site.Number of plots at the allotment site. |
| key_ | string | Indicates whether a key is required to access the site.Indicates whether a key is required to access the site. |
| site_hut | string | Indicates whether the site has a hut facility.Indicates whether the site has a hut facility. |
| vacancies | integer | Number of vacant plots currently available.Number of vacant plots currently available. |
| waiting_list | integer | Number of people on the waiting list for a plot.Number of people on the waiting list for a plot. |
| shape | geometry | Polygon geometry defining the site boundary.Polygon geometry defining the site boundary. |
| st_area(shape)St area(shape) | double | Area of the site boundary polygon.Area of the site boundary polygon. |
| st_perimeter(shape)St perimeter(shape) | double | Perimeter length of the site boundary polygon.Perimeter length of the site boundary polygon. |
| globalid | globalid | Globally unique identifier for the record.Globally unique identifier for the record. |
Schema captured from arcgis 21 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 (3 records)
Record 1id: 1 · key_: Yes
{
"id": 1,
"key_": "Yes",
"site": "Archer Lane Allotment",
"water": "Yes",
"globalid": "{7674C8D1-B4EA-4241-8DC6-14E860675E46}",
"no_plots": 118,
"objectid": 1,
"site_hut": "Yes",
"vacancies": 0,
"waiting_list": 272,
"st_area(shape)": 35904.57821336708,
"st_perimeter(shape)": 1328.8164590642705
}Record 2id: 3 · key_: No
{
"id": 3,
"key_": "No",
"site": "Birley Moor Drive Allotment",
"water": "No supply",
"globalid": "{BABBF72A-05CB-439B-9A63-A3B52F7ACD7C}",
"no_plots": 0,
"objectid": 2,
"site_hut": "No",
"vacancies": 0,
"waiting_list": 36,
"st_area(shape)": 2872.765971125044,
"st_perimeter(shape)": 358.057975732017
}Record 3id: 4 · key_: No
{
"id": 4,
"key_": "No",
"site": "Birley Moor Way Allotment",
"water": "No supply",
"globalid": "{57E920B3-EF39-43A1-96EC-910345EEF630}",
"no_plots": 4,
"objectid": 3,
"site_hut": "No",
"vacancies": 0,
"waiting_list": 18,
"st_area(shape)": 2050.10775448816,
"st_perimeter(shape)": 255.19817264720362
}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/8d2ba0f1860e43cd9e0324a88a8cb6c5/rest/services/AGOL/INSPIRE/MapServer/0/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/8d2ba0f1860e43cd9e0324a88a8cb6c5/rest/services/AGOL/INSPIRE/MapServer/0?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.