v1

latestOpenAPI 3.0.3Environment Agency Conditional Licence2026-07-233570168.4 KB
Enforcement Actions

Fetch all details about a single enforcement action

get/enforcement-action/registration/{id}

Path parameters

idstring required

The ID of a single registration, as given by the last section of its @id property. The entire @id of a registration is equivalent to the full path to it on the details endpoint. Typically the registrationNumber with forbidden characters such as / replaced with dashes, but this is not the case for some registers.

Response

Details about the action specified by the ID parameter

Example response

{
  "meta": {
    "publisher": "Environment Agency",
    "licence": "https://www.gov.uk/government/publications/environment-agency-conditional-licence/environment-agency-conditional-licence",
    "documentation": "http://environment.data.gov.uk/public-register/view/api-reference.html",
    "hasFormat": [
      "http://environment.data.gov.uk/public-register/scrap-metal-dealers/registration.html?_limit=10",
      "http://environment.data.gov.uk/public-register/scrap-metal-dealers/registration.csv?_limit=10",
      "http://environment.data.gov.uk/public-register/scrap-metal-dealers/registration.rdf?_limit=10",
      "http://environment.data.gov.uk/public-register/scrap-metal-dealers/registration.ttl?_limit=10"
    ]
  },
  "items": [
    {
      "offence": [
        {
          "actionType": {
            "@id": "http://environment.data.gov.uk/public-register/enforcement-action/def/action-type/enforcement-notice",
            "prefLabel": "Enforcement Notice"
          },
          "agencyFunction": {
            "prefLabel": "Waste"
          }
        }
      ],
      "actionDate": "2020-09-12",
      "register": {
        "@id": "http://environment.data.gov.uk/public-register/enforcement-action/register"
      }
    }
  ]
}