Court

A court case against or involving the company

  • active
    Type: boolean

    Whether the underlying source case is still considered active. true (or null) indicates the case is open; false indicates it has been closed (e.g. withdrawn, dismissed, succeeded or transferred), in which case status describes how.

  • caseNumber
    Type: string

    Court case reference number, parsed from the source case description. May be null if the source description contains no recognisable reference.

  • category
    Type: string

    Free-text description of the case, taken from the source note or raw case description (e.g. the nature of the proceedings).

  • court
    Type: string

    Name of the court handling the case, where known.

  • dateFiled
    Type: string Format: date-time

    Date the case was filed / the notice was dated, as an ISO-8601 date-time (UTC). May be null if unknown.

  • status
    Type: string

    Free-text status of the case as reported by the source (Caseboard), describing its current state. Not drawn from a fixed set of values. May be null.

  • title
    Type: string

    Title of the case — typically the name of the company or party the case is brought against.

  • type
    Type: string enum

    The classified type of the underlying court notice. One of:

    • ACCOUNTS — a notice relating to the filing of accounts.
    • ADDRESS — a change of registered office address.
    • ADMINISTRATION — the company entering administration.
    • ANNUAL_RETURN — an annual return / confirmation statement notice.
    • CAPITAL — a change in share capital.
    • CCJ — a County Court Judgment.
    • CHANGE_OF_NAME — a change of the company name.
    • COURT_FILING — a general court filing not covered by a more specific type.
    • DISSOLUTION — dissolution of the company.
    • INCORPORATION — incorporation of the company.
    • LIQUIDATION — the company being wound up / liquidated.
    • MISCELLANEOUS — a notice that does not fit the other categories.
    • MORTGAGE — a charge / mortgage notice.
    • OFFICERS — a change of officers (directors / secretaries).
    • RESOLUTION — a company resolution.
    • STRIKE_OFF — the company being struck off the register.
    values
    • ACCOUNTS
    • ADDRESS
    • ADMINISTRATION
    • ANNUAL_RETURN
    • CAPITAL
  • url
    Type: string

    Link to the case at the source, if available.

Grand Public API