marriage
v1
unstable
Look up a specific marriage record
Look up individual marriage records using the systemNumber printed in the bottom-left of the marriage certificate. (UNSTABLE: This endpoint is subject to change.)
get/v1/registration/marriage/{id}
Path parameters
idinteger required
The system number printed in the bottom-left of the marriage certificate
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"
}
}