---
title: "Search International Registrations"
method: GET
path: "/international/registrations"
tags: ["International"]
---

# Search International Registrations

`GET /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.

## Query parameters

- `iso2_country_code` string, nullable — Jurisdiction code in ISO 3166 alpha-2
- `name` string, nullable — Company Name
- `filing_number` string, nullable — Company registration (filing) number

## Response `200`

Successful Response

- V1InternationalRegistrationResponse[]
  - `name` string, nullable — The registered name of the business.
  - `alternative_names` string[] — A list of alternative names (e.g. trading names and former registered names) the registry holds for the business.
  - `filing_number` string, nullable — The registry filing number. Pass it as `filing_number` to `POST /international/searches` to search exactly this company.
  - `address` string, nullable — The business's address as held by the registry.
  - `standing` string, nullable — The registry's own status wording (e.g. 'Active', 'Registered', 'In Liquidation').
  - `legal_form` string, nullable — The registry's legal form / legal structure for the business.
  - `registry_type` string, nullable — Registry-provided entity or registry type where distinct from legal form.
  - `registration_type` string, nullable — Registry-provided registration type, e.g. Federal, Extra-Provincial, or Registered society.
  - `incorporation_date` string, date, nullable — The date the business was incorporated or registered.
  - `registration_authority` string, nullable — Registry authority name, e.g. Companies House, United Kingdom.
  - `registration_authority_code` string, nullable — Registry authority code where provided, e.g. CA-ON or CA-FE.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/baselayer/apis/baselayer-api-service.md) · [All operations](https://skmtc.net/baselayer/apis/baselayer-api-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baselayer/baselayer-api-service/revisions/0cc89938bc26/schema)
