According to the Registered Office Service, a company’s registered address is a legal requirement, so I was surprised to see that company SL000112 does not have a registered address. The API documentation also states that this should not be possible. The returned JSON is as follows:
{
"company_status": "active",
"snippet": "",
"date_of_creation": "1972-02-01",
"description": "SL000112 - Registered on 1 February 1972",
"company_type": "limited-partnership",
"matches": {
"title": [
1,
9
],
"snippet": []
},
"description_identifier": [
"registered-on"
],
"address": {}, // <-- Address is missing.
"company_number": "SL000112",
"kind": "searchresults#company",
"title": "MORRISONS WINDYHILLS",
"address_snippet": null,
"links": {
"self": "/company/SL000112"
}
Is this simply a data issue?