birth
v1
unstable
Look up a specific birth record
Look up individual birth records using the systemNumber printed in the bottom-left of the birth certificate. (UNSTABLE: This endpoint is subject to change.)
get/v1/registration/birth/{id}
Path parameters
idinteger required
The system number printed in the bottom-left of the birth certificate
Response
successful operation
Example response
{
"date": "2011-08-09",
"child": {
"forenames": "Joan Narcissus Ouroboros",
"originalForenames": "John Narcissus Ouroboros",
"surname": "SMITH",
"dateOfBirth": "2011-08-08",
"sex": "Indeterminate",
"birthplace": "Kensington"
},
"mother": {
"forenames": "Joan Narcissus Ouroboros",
"surname": "SMITH",
"maidenSurname": "BLACK",
"marriageSurname": "WHITE",
"birthplace": "Kensington",
"occupation": "Carpenter",
"address": "34 Matriarchs Place, Mumstown, Mumford"
},
"father": {
"forenames": "Joan Narcissus Ouroboros",
"surname": "SMITH",
"birthplace": "Kensington",
"occupation": "Carpenter"
}
}