Vepler logo
Live
Heritage & Listed Buildings
New

Protected Wreck Sites

Designated historic wrecks across the UK in one schema. England, Wales and Northern Ireland under the Protection of Wrecks Act 1973, Scotland's Historic Marine Protected Areas flagged separately.

74
Protected sites
4
UK nations
EPSG:4326
Geometry
OGL v3.0
Licence
Overview

About this dataset

A protected wreck site is a historic shipwreck or marine site shielded from unauthorised interference such as diving, salvage or recovery. This dataset gathers every such designation in the United Kingdom: 74 sites across England, Scotland, Wales and Northern Ireland, each with a stable identifier and a point you can map.

The legal basis differs by nation. England, Wales and Northern Ireland designate under the Protection of Wrecks Act 1973. Scotland protects equivalent sites as Historic Marine Protected Areas under section 67 of the Marine (Scotland) Act 2010, a distinct statute we record honestly rather than collapse into one label. Records come from four custodians: Historic England, Cadw, the Department for Communities Historic Environment Division, and Historic Environment Scotland.

We reconcile the four national registers into one schema. A wreck_protection_type field flags which statute applies, so a Scottish Historic Marine Protected Area is never served as if it were a 1973 Act wreck. Every record carries valid EPSG:4326 geometry, reprojected server-side from British National Grid, and a date_precision flag so a year-only designation date is never dressed up as an exact day.

Query the data by point, radius, bounding box or polygon over REST, or fetch a single site by id. Some sites sit legitimately offshore, so the centroid may fall in coastal or open water. Everything is published under the Open Government Licence v3.0 with per-custodian attribution returned on every record, which keeps commercial reuse clean.

What's included

Everything in the box

Point and polygon queries

Search by point, radius, bounding box or polygon, or fetch a single site by its stable id.

Statute flagged honestly

A wreck_protection_type field marks whether a site is a 1973 Act protected wreck or a Scottish Historic Marine Protected Area.

Mappable EPSG:4326 geometry

Every site carries valid WGS84 coordinates, reprojected server-side from British National Grid.

Honest designation dates

A date_precision flag records whether a designation date is known to the day, month or year.

Clean OGL provenance

Open Government Licence v3.0 throughout, with per-custodian attribution returned on every record.

Four registers, one schema

Historic England, Cadw, the Department for Communities and Historic Environment Scotland reconciled into one identity per site.

Data fields

What each record carries

schema14 fields
reference: string// Unique reference assigned by the source custodian.
nation: enum// Nation code: ENG, SCT, WAL or NIR.
source: string// The custodian that maintains the record.
name: string// Name of the protected wreck or marine site.
name_cy: string// Welsh-language name where the custodian provides one.
designation_type: enum// Designation category within the heritage model.
wreck_protection_type: enum// Which statute protects the site: the 1973 Act wreck or a Historic Marine Protected Area.
designated_date: date// Date the site was first designated.
date_precision: enum// Precision of the designation date: day, month, year or none.
area_hectares: float// Designated area in hectares where the custodian publishes one.
source_url: string// Link to the custodian's record for the site.
centroid: object// Representative point in EPSG:4326 (WGS84) as lat/lng.
licence: string// Licence governing reuse of the record.
attribution: string// Required attribution string for the source custodian.
Sample response

Straight from the API

response.jsonapplication/json
{
  "id": "design.heritage.ENG.protected_wreck.1000089",
  "reference": "1000089",
  "nation": "ENG",
  "source": "Historic England",
  "name": "Wreck of the Rooswijk",
  "name_cy": null,
  "designation_type": "protected_wreck",
  "wreck_protection_type": "protection_of_wrecks_act_1973",
  "designated_date": "2007-12-13",
  "amended_date": null,
  "date_precision": "day",
  "category": "Protected Wreck Site",
  "local_authority": null,
  "area_hectares": 0.79,
  "source_url": "https://historicengland.org.uk/listing/the-list/list-entry/1000089",
  "centroid": { "lat": 51.3782, "lng": 1.4053 },
  "licence": "OGL v3.0",
  "attribution": "Contains Historic England data licensed under the Open Government Licence v3.0."
}
Use cases

What people build with it

01

Offshore and coastal constraint checks

Screen a development footprint, cable route or dredging area for protected wreck sites before works begin.

Developers
02

Marine consent screening

Confirm whether a licence or consent application overlaps a designated wreck or a Historic Marine Protected Area.

Planners
03

Marine and coastal risk underwriting

Flag heritage marine designations within a coastal or marine asset footprint when pricing or assessing cover.

Insurers
04

Heritage layers in property platforms

Surface nearby protected wreck designations on coastal property and land records through one REST call.

PropTech

Frequently asked questions