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
- Company Identifiers
- Search Capabilities
- Quirks & Gotchas
- Mappings
- Data Availability
- Example API Responses
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.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.Quirks & Gotchas
Mappings
Company Status
Status comes from the register’s summary page and is returned verbatim instatus.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.Legal Forms
The legal form is returned verbatim inlegalForm.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 underarticlesOfAssociationinstead. The list depends on what the entity has filed, and some entities have none.
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"] }
Live 1931 Act Company (C)
Live 1931 Act Company (C)
Dissolved 2006 Act Company (V)
Dissolved 2006 Act Company (V)
Foundation (M)
Foundation (M)
Available Documents
Available Documents
Documents are returned when
"dataPoints": ["availableDocuments"] is requested.