Flood Risk Activity Exemptions
Fetch all details about a single flood risk exemption registration
get/flood-risk-exemptions/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/flood-risk-exemptions/register",
"label": "Flood Risk Activity Exemptions Public Register for England"
},
"type": [
{
"@id": "http://environment.data.gov.uk/public-register/def/registration/RegisterItem"
}
],
"holder": {
"type": {
"@id": "http://xmlns.com/foaf/0.1/Person"
}
},
"localAuthority": {
"@id": "http://opendatacommunities.org/id/metropolitan-district-council/birmingham",
"label": "Birmingham"
},
"registrationType": {
"@id": "http://environment.data.gov.uk/public-register/flood-risk-exemptions/def/registration-type/FRA2",
"notation": "FRA2",
"prefLabel": "Electrical cable service…ssing over a main river"
},
"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"
}
}
}
]
}