---
title: "Look up a specific death record"
method: GET
path: "/v1/registration/death/{id}"
tags: ["death", "v1", "unstable"]
---

# Look up a specific death record

`GET /v1/registration/death/{id}`

Look up individual death records using the `systemNumber` printed in the bottom-left of the death certificate. (UNSTABLE: This endpoint is subject to change.)

## Path parameters

- `id` integer, required

## Response `200`

successful operation

- V1Death — A record of a death (Note: You will only receive the fields you are authorized to view, regardless of whether we hold them on file)
  - `id` integer, required — System number for this event
  - `date` string, date, required — Date the death was registered
  - `deceased` object, required — The person that died
    - `forenames` string, required — Forenames of the deceased
    - `surname` string, required — Surname of the deceased
    - `dateOfBirth` string, date — Date the deceased was born
    - `dateOfDeath` string, date, required — Date the person died
    - `sex` 'Male' | 'Female' | 'Indeterminate', required — Sex of the deceased
    - `birthplace` string — The birthplace of the deceased
    - `deathplace` string — The place the person died
    - `occupation` string — The occupation of the deceased
    - `address` string — The deceased's address
    - `retired` boolean — Whether the deceased was retired
    - `maidenSurname` string — Maiden name of the deceased
  - `status` object, required — Status flags associated with this record
    - `blocked` boolean, required — Indicates if data for this record has been blocked

## Other responses

- `404` — Resource not found
- `default` — Bad request

---

[API](https://skmtc.net/home-office/apis/life-event-verification-lev-api.md) · [All operations](https://skmtc.net/home-office/apis/life-event-verification-lev-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/home-office/life-event-verification-lev-api/revisions/555f7dc044af/schema)
