Registers

  • directors

Possible values are:

The register type.

Output

AttributeTypeDescriptionAdditional

companyNumber

string

The number of the company.

etag

string

The ETag of the resource.

Optional

kind

string

Kind of response

Possible values are:

  • registers

object

A set of URLs related to the resource.

object

Company registers information.

Registers

AttributeTypeDescriptionAdditional

object

List of registered company directors.

object

List of registered llp members.

object

List of register addresses.

object

List of registered company members.

object

List of registered company persons with significant control.

object

List of registered company secretaries.

object

List of register addresses.

Directors

AttributeTypeDescriptionAdditional

array<object>

object

A set of URLs related to the resource.

Optional

registerType

string

The register type.

Possible values are:

  • directors

AttributeTypeDescription

directorsRegister

string

The URL for the resource.

LLP Members

AttributeTypeDescriptionAdditional

array<object>

object

A set of URLs related to the resource.

Optional

registerType

string

The register type.

Possible values are:

  • llp-members

AttributeTypeDescription

llpMembers

string

The URL for the resource.

LLP Usual Residential Address

AttributeTypeDescriptionAdditional

array<object>

object

A set of URLs related to the resource.

Optional

registerType

string

The register type.

Possible values are:

  • llp-usual-residential-address

AttributeTypeDescription

llpUsualResidentialAddress

string

The URL for the resource.

Members

AttributeTypeDescriptionAdditional

array<object>

object

A set of URLs related to the resource.

Optional

registerType

string

The register type.

Possible values are:

  • members

AttributeTypeDescription

members

string

The URL for the resource.

Persons With Significant Control

AttributeTypeDescriptionAdditional

array<object>

object

A set of URLs related to the resource.

Optional

registerType

string

The register type.

Possible values are:

  • persons-with-significant-control

AttributeTypeDescription

personsWithSignificantControlRegister

string

The URL for the resource.

Secretaries

AttributeTypeDescriptionAdditional

array<object>

object

A set of URLs related to the resource.

Optional

registerType

string

The register type.

Possible values are:

  • secretaries

AttributeTypeDescription

secretariesRegister

string

The URL for the resource.

Usual Residential Address

AttributeTypeDescriptionAdditional

array<object>

object

A set of URLs related to the resource.

Optional

registerType

string

The register type.

Possible values are:

  • usual-residential-address

AttributeTypeDescription

usualResidentialAddress

string

The URL for the resource.

Items

AttributeTypeDescriptionAdditional

object

A set of URLs related to the resource.

movedOn

date

The date registered on.

registerMovedTo

string

Location of registration.

Possible values are:

  • public-register

  • registered-office

  • single-alternative-inspection-location

  • unspecified-location

AttributeTypeDescription

self

string

The URL of the resource.

AttributeTypeDescription

filing

string

The URL of the transaction for the resource.

Example

{
  "companyNumber": "ABC123",
  "etag": "123456",
  "kind": "company",
  "links": {
    "self": "/companies/ABC123"
  },
  "registers": {
    "directors": {
      "items": [
        {
          "links": {
            "directorsRegister": "/registers/directors/1"
          },
          "movedOn": "2023-08-01",
          "registerMovedTo": "/registers/directors/2"
        },
        {
          "links": {
            "directorsRegister": "/registers/directors/2"
          },
          "movedOn": "2023-08-15",
          "registerMovedTo": null
        }
      ],
      "links": {
        "directorsRegister": "/registers/directors"
      },
      "registerType": "directors"
    },
    "llpMembers": {
      "items": [
        {
          "links": {
            "llpMembers": "/registers/llp-members/1"
          },
          "movedOn": "2023-07-20",
          "registerMovedTo": "/registers/llp-members/2"
        }
      ],
      "links": {
        "llpMembers": "/registers/llp-members"
      },
      "registerType": "llp-members"
    },
    "llpUsualResidentialAddress": {
      "items": [
        {
          "links": {
            "llpUsualResidentialAddress": "/registers/llp-usual-residential/1"
          },
          "movedOn": "2023-06-10",
          "registerMovedTo": "/registers/llp-usual-residential/2"
        }
      ],
      "links": {
        "llpUsualResidentialAddress": "/registers/llp-usual-residential"
      },
      "registerType": "llp-usual-residential"
    },
    "members": {
      "items": [
        {
          "links": {
            "members": "/registers/members/1"
          },
          "movedOn": "2023-05-05",
          "registerMovedTo": "/registers/members/2"
        }
      ],
      "links": {
        "members": "/registers/members"
      },
      "registerType": "members"
    },
    "personsWithSignificantControl": {
      "items": [
        {
          "links": {
            "personsWithSignificantControlRegister": "/registers/psc/1"
          },
          "movedOn": "2023-04-01",
          "registerMovedTo": "/registers/psc/2"
        }
      ],
      "links": {
        "personsWithSignificantControlRegister": "/registers/psc"
      },
      "registerType": "psc"
    },
    "secretaries": {
      "items": [
        {
          "links": {
            "secretariesRegister": "/registers/secretaries/1"
          },
          "movedOn": "2023-03-15",
          "registerMovedTo": "/registers/secretaries/2"
        }
      ],
      "links": {
        "secretariesRegister": "/registers/secretaries"
      },
      "registerType": "secretaries"
    },
    "usualResidentialAddress": {
      "items": [
        {
          "links": {
            "usualResidentialAddress": "/registers/usual-residential/1"
          },
          "movedOn": "2023-02-10",
          "registerMovedTo": "/registers/usual-residential/2"
        }
      ],
      "links": {
        "usualResidentialAddress": "/registers/usual-residential"
      },
      "registerType": "usual-residential"
    }
  }
}

Last updated