Skip to main content

Start here

This guide contains public integration notes for the Isle of Man. Use it for identifier formats, search behavior, and country-specific caveats. The live source of truth for coverage, pricing, data sources, documents, legal forms, roles, and status values is the pricing page.

Isle of Man coverage, pricing, and sources

Open the current catalog for supported datapoints, documents, sources, identifiers, and availability.
Country details below are preserved as integration notes. If a table or example conflicts with the live pricing page, use the pricing page as the source of truth and contact support.

Table of Contents

Data Sources

The Isle of Man uses a single official register for every entity type. All data comes live from the Isle of Man Companies Registry, and there is no cross-register merging.

Companies, foundations, business names and foreign companies

  • Isle of Man Companies Registry: maintained by the Isle of Man Government. It holds the register of companies incorporated under the Companies Act 1931 and the Companies Act 2006, limited liability companies, foundations, registered business names, and foreign companies. It is the sole source for the company profile (name, registration number, legal form, status, incorporation date, registered office address), for search, and for documents.
Same answer in both modes. Onboarding (mode: "onboarding") and verification (mode: "verification") requests read the same live register page and return the same company data.

Company Identifiers

Query Identifiers

Isle of Man entities are identified by their company number: 6 digits followed by a letter suffix. The suffix tells you which register the entity belongs to.
Send the full company number, leading zeros and suffix included (for example 001234V, not 1234 or 1234V). The suffix is part of the official identifier, and the register looks the entity up by the full number.

Identifiers in API Response

The company number is the only identifier returned. The register does not publish VAT numbers or other secondary identifiers.

Search Capabilities

Search uses live register lookups. Both name and number searches query the Isle of Man Companies Registry in real time. Results carry the company number (id), the current legal name and the country code.
Name search matches current names only. A company that is known only by a former name does not appear when you search for that former name. Search by company number when you already have it.

Quirks & Gotchas

Mappings

Company Status

Status comes from the register’s summary page and is returned verbatim in status.localName. The active flag is derived deterministically. No AI is involved and no statusDetails object is returned.
Any other status the register publishes is passed through as-is with active: false.
The legal form is returned verbatim in legalForm.localName. For 1931 Act and 2006 Act companies it is the register’s company type. For every other registry type, where the register publishes no company type, it is the registry type. No standardized legal form or ISO 20275 code is returned.

Company types (1931 Act and 2006 Act companies)

Registry types (entities without a company type)

The company types above are the values observed on the register. A company type not listed here is still returned verbatim in legalForm.localName.

Data Availability

Data Availability Matrix

Legend: ✅ Available | ❌ Not Available

Documents by Company Type

  • Trade Register Extract (tradeRegisterExtract): a PDF of the entity’s Company Summary page on the Isle of Man Companies Registry, stamped with the time it was generated. Available for every entity.
  • Registry filings (otherDocuments): documents filed with the register, such as annual returns, changes in directors or secretaries, registers of directors, and particulars of charges. Filings identified as a memorandum or articles of association are listed under articlesOfAssociation instead. The list depends on what the entity has filed, and some entities have none.
All documents are PDF format in English.

Example API Responses

All examples use placeholder data.

Search by Company Number

Company Profile

Query: POST /v2/company with { "id": "<id>", "countryCode": "IM", "dataPoints": ["company"] }
Note: Foundations have no company type, so the legal form is the registry type. The register publishes no registered office address or incorporation date for them.
Documents are returned when "dataPoints": ["availableDocuments"] is requested.