I have a question about possible responses from the API.
I was calling the API for a number of company numbers i had for a historical data project I was working on. When trying to get the company information for
https://api.company-information.service.gov.uk/company/07620553
the response is:
"errors": [ { "error": "company-profile-not-found", "type": "ch:service" } ]
}
I had never seen this response before in the dataset so out of curiosity I tried the numbers that we above or below my target number to see if there was a problem with this whole block of data, however both 07620552 and 07620554 returns a valid response (active or dissolved)
i.e. https://api.company-information.service.gov.uk/company/07620552
I was wondering what would cause this error. Can a company be removed from the registry without a dissolved entry being left in its place. I know companies are removed after 20 years but the company numbers in question cover companies from 2012 so it should still be on the register.
More importantly for my use case:
- What does it mean when i get a “company-profile-not-found” response, did a company with this CRN exist and was struck off?
- Is there any other place where I can find data about it?
- When would a company number return a “company-profile-not-found” instead of a dissolved response