v1

latestOpenAPI 3.0.3Environment Agency Conditional Licence2026-07-233570168.4 KB
Scrap Metal Dealers

Fetch all details about a single scrap metal dealer

get/scrap-metal-dealers/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/scrap-metal-dealers/register",
        "label": "Scrap Metal Dealer Licences for England"
      },
      "type": [
        {
          "@id": "http://environment.data.gov.uk/public-register/def/registration/RegisterItem"
        }
      ],
      "holder": {
        "type": {
          "@id": "http://xmlns.com/foaf/0.1/Person"
        }
      },
      "expiryDate": "2020-09-12",
      "localAuthority": {
        "@id": "http://opendatacommunities.org/id/metropolitan-district-council/birmingham",
        "label": "Birmingham"
      },
      "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"
          }
        }
      ]
    }
  ]
}