v1

latestOpenAPI 3.1.02026-07-241695611.0 MB
International

Search International Registrations

List registry registrations matching a business name or filing number. You must provide one of name or filing_number.

With an iso2_country_code, a search will be performed directly at the registry for that jurisdiction. Without an iso2_country_code, a global search will be performed across all jurisdictions.

Pass a result's filing_number (with the country) to POST /international/searches to run a lite or enhanced search for exactly that company, skipping name/address matching.

get/international/registrations

Query parameters

iso2_country_codestring nullable

Jurisdiction code in ISO 3166 alpha-2

Example:GB

Jurisdiction code in ISO 3166 alpha-2

namestring nullable

Company Name

Example:Kyckr

Company Name

filing_numberstring nullable

Company registration (filing) number

Example:11655290

Company registration (filing) number

Response

Successful Response

namestring nullable

The registered name of the business.

alternative_namesstring[]

A list of alternative names (e.g. trading names and former registered names) the registry holds for the business.

filing_numberstring nullable

The registry filing number. Pass it as filing_number to POST /international/searches to search exactly this company.

addressstring nullable

The business's address as held by the registry.

standingstring nullable

The registry's own status wording (e.g. 'Active', 'Registered', 'In Liquidation').

legal_formstring nullable

The registry's legal form / legal structure for the business.

registry_typestring nullable

Registry-provided entity or registry type where distinct from legal form.

registration_typestring nullable

Registry-provided registration type, e.g. Federal, Extra-Provincial, or Registered society.

incorporation_datestring date nullable

The date the business was incorporated or registered.

registration_authoritystring nullable

Registry authority name, e.g. Companies House, United Kingdom.

registration_authority_codestring nullable

Registry authority code where provided, e.g. CA-ON or CA-FE.

Example response

[
  {
    "name": "KYCKR UK LIMITED",
    "alternative_names": [
      "Ramos, Garcia and Good"
    ],
    "filing_number": "11655290",
    "address": "Kemp House, 160 City Road, London, United Kingdom, EC1V 2NX",
    "standing": "Active",
    "legal_form": "Private limited company",
    "registry_type": "Registered society",
    "registration_type": "Federal",
    "incorporation_date": "2018-11-01",
    "registration_authority": "Companies House, United Kingdom",
    "registration_authority_code": "CA-ON"
  }
]