death
v1
unstable
Look up a specific death record
Look up individual death records using the systemNumber printed in the bottom-left of the death certificate. (UNSTABLE: This endpoint is subject to change.)
get/v1/registration/death/{id}
Path parameters
idinteger required
The system number printed in the bottom-left of the death certificate
Response
successful operation
Example response
{
"date": "2011-08-09",
"deceased": {
"forenames": "Joan Narcissus Ouroboros",
"surname": "SMITH",
"dateOfBirth": "2011-08-08",
"dateOfDeath": "2011-08-08",
"sex": "Indeterminate",
"birthplace": "Kensington",
"deathplace": "Kensington",
"occupation": "Unemployed",
"address": "888 Death House, 8 Death lane, Deadington, Deadshire",
"retired": true,
"maidenSurname": "BLACK"
}
}