Look up individual birth records using the systemNumber
printed in the bottom-left of the birth certificate.
GET https://api.lev.homeoffice.gov.uk/api/v0/events/birth/{systemNumber}
Parameter name | Value | Description | Additional |
---|---|---|---|
systemNumber | integer | The system number printed in the bottom-left of the birth certificate |
Required |
This request requires the use of one of following authorisation methods:
OAuth2
.
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK successful operation |
Birth record (v0) |
404 | Not Found Resource not found |
Error |
default | Bad request |
Error |