marriage
v1
unstable
Search for marriage records
Search for marriage records by supplying the date of marriage as well as the surname and at least the first forename of one of the partners. (UNSTABLE: This endpoint is subject to change.)
get/v1/registration/marriage
Query parameters
forenamesstring required
The person's forenames. The first name must be provided but middlenames are optional.
surnamestring required
The person's surname.
dateOfMarriagestring date required
The date of the marriage in international format.
Response
successful operation
Example response
[
{
"dateOfMarriage": "2008-08-08",
"groom": {
"forenames": "Joan Narcissus Ouroboros",
"surname": "SMITH",
"occupation": "Unemployed",
"address": "888 Groom House, 8 Groom grove, Wedford, Wedfordshire, GR0 0M",
"condition": "Single",
"signature": "J.N.O. Smith"
},
"bride": {
"forenames": "Joan Narcissus Ouroboros",
"surname": "BLACK",
"occupation": "Unemployed",
"address": "888 Bride House, 8 Bride grove, Wedford, Wedfordshire, BR1 2E",
"condition": "Single",
"signature": "J.N.O. Black"
}
}
]