Methods

  • get - Look up a specific death record
  • get - Search for death records

Resource

[
    {
        "date": "date",
        "deceased": {
            "address": "string",
            "birthplace": "string",
            "dateOfBirth": "date",
            "dateOfDeath": "date",
            "deathplace": "string",
            "forenames": "string",
            "maidenSurname": "string",
            "occupation": "string",
            "retired": "boolean",
            "sex": "string",
            "surname": "string"
        },
        "id": "int32",
        "status": {
            "blocked": "boolean"
        }
    }
]

Properties

Name Type Description Additional
date date

Date the death was registered

deceased object

The person that died

deceased.address string

The deceased's address

Optional
deceased.birthplace string

The birthplace of the deceased

Optional
deceased.dateOfBirth date

Date the deceased was born

Optional
deceased.dateOfDeath date

Date the person died

deceased.deathplace string

The place the person died

Optional
deceased.forenames string

Forenames of the deceased

deceased.maidenSurname string

Maiden name of the deceased

Optional
deceased.occupation string

The occupation of the deceased

Optional
deceased.retired boolean

Whether the deceased was retired

Optional
deceased.sex string

Sex of the deceased

Possible values are:

  • Male
  • Female
  • Indeterminate
deceased.surname string

Surname of the deceased

id int32

System number for this event

status object

Status flags associated with this record

status.blocked boolean

Indicates if data for this record has been blocked