v1
latestOpenAPI 3.1.02026-07-241695611.0 MBInternational
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
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"
}
]