An example of any call to insolvency api is not working with 500 Internal Server Error
https://api.company-information.service.gov.uk/company/11464884/insolvency/
An example of any call to insolvency api is not working with 500 Internal Server Error
https://api.company-information.service.gov.uk/company/11464884/insolvency/
The request is working fine for me
{
"etag": "c4dd457fb4868fd0c468b3a79d3acde98b791f8b",
"cases": [
{
"type": "creditors-voluntary-liquidation",
"dates": [
{
"type": "wound-up-on",
"date": "2023-11-03"
}
],
"practitioners": [
{
"name": "Alastair Massey",
"address": {
"address_line_1": "2nd Floor 110 Cannon Street",
"locality": "London",
"postal_code": "EC4N 6EU"
},
"appointed_on": "2023-11-03",
"role": "practitioner"
},
{
"name": "Anthony John Wright",
"address": {
"address_line_1": "Frp Advisory Llp 2nd Floor 110 Cannon Street",
"locality": "London",
"postal_code": "EC4N 6EU"
},
"appointed_on": "2023-11-03",
"role": "practitioner"
}
],
"number": "1"
}
],
"status": [
"liquidation"
]
}
Is your authorisation all correct? Eg do other requests work with the same setup?
Looks like the trailing slash in your URL is the issue. Try this:
https://api.company-information.service.gov.uk/company/11464884/insolvency
If I include the trailing slash after insolvency, I also get a 500:
{
"timestamp": "2025-07-17T08:14:51.657688801",
"message": "No static resource company/07528230/insolvency.",
"request_id": "SsnAqSXDCjC-MBt0-3b9aa2gCBlA"
}