Incorrect total officers count from API and website

There seems to be an issue with the ‘total_items’ value returned when querying the officers REST API for company number 06843107. As you’ll see in the response below, the API returns a total items count of 4, however, only three officers are included in the response. Something similar can be observed on the Companies House website, where it displays “4 officers / 3 resignations” but only displays 3 officers.
Would you be able to shed any light on this issue?

REST API response

{

"resigned_count": 3,

"links": {

    "self": "/company/06843107/officers"

},

"inactive_count": 1,

"kind": "officer-list",

"active_count": 0,

"items": [

    {

        "officer_role": "director",

        "address": {

            "address_line_1": "173a Belgrave Gate",

            "premises": "Flat 6",

            "locality": "Leicester",

            "country": "England",

            "postal_code": "LE1 3HS"

        },

        "date_of_birth": {

            "year": 1980,

            "month": 1

        },

        "country_of_residence": "England",

        "appointed_on": "2013-08-14",

        "links": {

            "officer": {

                "appointments": "/officers/bNhxzNs2yERoJqxVdFWVdsHWIi0/appointments"

            },

            "self": "/company/06843107/appointments/pzh_dp-tZnyS0lC7y8MpG-kputc"

        },

        "occupation": "Director",

        "name": "KAHRA, Manjinder Singh",

        "nationality": "British"

    },

    {

        "date_of_birth": {

            "month": 3,

            "year": 1987

        },

        "officer_role": "director",

        "address": {

            "locality": "Northampton",

            "postal_code": "NN1 4DR",

            "country": "United Kingdom",

            "address_line_1": "Wellingborough Road",

            "premises": "108"

        },

        "country_of_residence": "United Kingdom",

        "resigned_on": "2011-12-08",

        "appointed_on": "2009-03-11",

        "links": {

            "officer": {

                "appointments": "/officers/8Uki-vYVynqgsOcJ0Z5RwKXjOVY/appointments"

            },

            "self": "/company/06843107/appointments/8gy1lsg0idrIKuTBm0-9KoF1Ldo"

        },

        "occupation": "Managing Director",

        "name": "AKBER, Pervez",

        "nationality": "Afghanistani"

    },

    {

        "nationality": "British",

        "name": "JACOBS, Yomtov Eliezer",

        "links": {

            "self": "/company/06843107/appointments/Ln4J7HLOIqqNLKyp-Eu9grMo97E",

            "officer": {

                "appointments": "/officers/x1HTdW_OiQjvE0qXT952mhMH5p0/appointments"

            }

        },

        "occupation": "Company Formation Agent",

        "officer_role": "director",

        "address": {

            "address_line_1": "Richmond Avenue",

            "locality": "Prestwich",

            "premises": "69",

            "postal_code": "M25 0LW"

        },

        "date_of_birth": {

            "month": 10,

            "year": 1970

        },

        "resigned_on": "2009-03-12",

        "country_of_residence": "England",

        "appointed_on": "2009-03-11"

    }

],

"etag": "8d960816b03f2713e38c6e3d40413d947591d7ee",

"total_results": 4,

"start_index": 0,

"items_per_page": 100

}

That does not look correct. There should only be 3 appointments, 2 resigned.
I will pass this on to get that investigated.
Thank you for taking the time to report this.

When I query this, it indicates that the company is dissolved.

When I try to query PSC’s I even get an error:

DataSource.Error: Web.Contents failed to get contents from ‘https://api.company-information.service.gov.uk/company/06843107/persons-with-significant-control’ (404): Not Found
Details:
DataSourceKind=Web
DataSourcePath=https://api.company-information.service.gov.uk/company/06843107/persons-with-significant-control
Url=https://api.company-information.service.gov.uk/company/06843107/persons-with-significant-control

1 Like