v1

latestOpenAPI 3.0.3Environment Agency Conditional Licence2026-07-233570168.4 KB
End of Life Vehicles

Fetch all details about a single ELV registration

get/end-of-life-vehicles/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 registration given 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": [
    {
      "register": {
        "@id": "http://environment.data.gov.uk/public-register/end-of-life-vehicles/register",
        "label": "Environmental Permitting Regulations – End of Life Vehicles for England"
      },
      "type": [
        {
          "@id": "http://environment.data.gov.uk/public-register/def/registration/RegisterItem"
        }
      ],
      "holder": {
        "type": {
          "@id": "http://xmlns.com/foaf/0.1/Person"
        }
      },
      "area": {
        "@id": "http://environment.data.gov.uk/registry/def/ea-organization/ea_areas/1-2",
        "label": "Essex Norfolk and Suffolk"
      },
      "site": {
        "siteAddress": {
          "address": "Dragonfly House, 2 Gilders Way, Norwich, NR3 1UB",
          "organization_name": "Environment Agency",
          "street_address": "2 Gilders Way",
          "locality": "Norwich",
          "postcodeURI": {
            "@id": "http://data.ordnancesurvey.co.uk/id/postcodeunit/NR31UB"
          }
        },
        "location": {
          "gridReference": "SP2740010660"
        }
      },
      "sameRegistrationAs": {
        "register": {
          "@id": "http://environment.data.gov.uk/public-register/waste-operations/register",
          "label": "Environmental Permitting Regulations – Waste Operations for England"
        },
        "localAuthority": {
          "@id": "http://opendatacommunities.org/id/metropolitan-district-council/birmingham",
          "label": "Birmingham"
        },
        "status": {
          "@id": "http://environment.data.gov.uk/public-register/waste-operations/def/license-status/modified",
          "comment": "Modified"
        },
        "effectiveDate": "2020-09-12",
        "issuedDate": "2020-09-12",
        "modificationDate": "2020-09-12",
        "revocationDate": "2020-09-12",
        "surrenderDate": "2020-09-12",
        "suspensionDate": "2020-09-12",
        "transferDate": "2020-09-12"
      }
    }
  ]
}