- Developer newsUpdates to the API
- Gibraltar Company Data – Search and Lite Profile Updates
- Jersey Company Data – Search and Lite Profile Updates
- Slovenia Company Data – Search, Lite Profile, and Filing List Updates
- Luxembourg Enhanced Profile – Shareholder Data Improvements
- Latvia Company Data – Search, Lite Profile, and Enhanced Profile Updates
- UBO Verify – Release Note
- British Virgin Islands (BVI) Company Data Now Available
- Estonia Company Data – Search, Lite Profile, and Enhanced Profile Updates
- Lithuania Company Data – Enhanced Profiles Removed, Search and Lite Profile Updates
- Enhanced UK Company Data – Director Information Improvements
- New Canada integration for search, lite profile and company profile documents
- Italian company identifier changed from codice fiscale to REA
- IntroductionAbout the Companies V1 API
- Company searchSearch for a company by name or number
- Cache searchSearch for a company globally
- Lite ProfileBasic company verification details
- Enhanced ProfileCompany profiles with representatives and shareholders
- Filing searchOrder registry extracts and filings
- UBO VerifyFind the ultimate beneficial owners via corporate ownership structure
- About testingInformation about the Kyckr test environment
- Supported jurisdictionsJurisdictions and regional codes
- Response codesExtra information in the responseCodeField
- FAQsFrequently asked questions about the V1 API
Jersey Company Data – Search and Lite Profile Updates
Overview
As part of Kyckr's migration from the EBR (European Business Registry Network) to a direct registry connection with the JFSC Companies Registry (ISO code JE), we've updated Search and Lite Profile responses for Jersey. The Automated Search and Lite Profile products will remain available and have been significantly improved with richer data and broader company type coverage.
The Enhanced Profile product will be temporarily discontinued while an alternative solution is built. Customers currently using the Enhanced Profile should use the Lite Profile in the interim. Alternatively, a PDF document "Company Profile" is available from the filing list and contains company information including representatives, capital, and shareholders.
There is no change to the Filing list.
Search results
Search responses for Jersey have been significantly improved with richer data and expanded company type coverage following the direct registry connection.
Company type coverage
Previously, search results were limited to the Companies entity type only. After migration, search results will include all company types registered at the Jersey Register.
Important: Company numbers are not unique across different entity types in the Jersey Register. The same company number may be used for both a business name and a company name. To ensure subsequent API calls return the correct data, the identifier field has been updated:
| Field | Change |
|---|---|
| codeField | Now returns companynumber_companyname (e.g., "89736_520 HOTELS LIMITED") instead of the company number alone |
Response structure changes
The search response structure has been updated with additional fields providing richer company data.
Before:
{
"companiesField": [
{
"addressesField": [
{
"lineField": [{ "lineField": "Jersey", "typeField": "", "typeCodeField": "" }],
"typeField": "Registered Office Short Description",
"addressInOneLineField": "Jersey",
"addressLine1Field": "",
"addressLine2Field": "",
"addressLine3Field": "",
"addressLine4Field": "",
"cityTownField": "Jersey"
}
],
"aliasesField": [null],
"codeField": "89736",
"companyIDField": "89736",
"dateField": "04/03/2026",
"nameField": "520 HOTELS LIMITED",
"officialField": false,
"registrationAuthorityField": "JFSC (Jersey Companies Registry)",
"registrationAuthorityCodeField": "JEJFSC"
}
]
}After:
{
"companiesField": [
{
"addressesField": [
{
"countryField": "",
"addressInOneLineField": "",
"addressLine1Field": "",
"addressLine2Field": "",
"addressLine3Field": "",
"addressLine4Field": "",
"addressLine5Field": "",
"regionStateField": ""
}
],
"codeField": "89736_520 HOTELS LIMITED",
"companyIDField": "89736",
"legalFormField": "Registered Company Private",
"legalStatusField": "Inactive (Dissolved)",
"nameField": "520 HOTELS LIMITED",
"officialField": false,
"registrationAuthorityField": "JFSC (Jersey Companies Registry)",
"registrationAuthorityCodeField": "",
"registrationDateField": "15-03-2005"
}
]
}Key changes
The following fields are new or updated in search responses after migration:
| Field | Change |
|---|---|
| codeField | Now encodes companynumber_companyname to handle non-unique company numbers across entity types |
| legalFormField | Now populated with the company's legal form (e.g., "Registered Company Private") |
| legalStatusField | Now populated with the company's current status (e.g., "Inactive (Dissolved)", "Active") |
| registrationDateField | Now populated with the company's registration date (e.g., "15-03-2005") |
The following fields have been removed from search responses:
aliasesField(previously returned with null values)registrationAuthorityCodeField(previously "JEJFSC", now empty)lineFieldarray andtypeFieldwithinaddressesFieldhave been removed
Enhanced profile
The Enhanced Profile product for Jersey will be temporarily discontinued following the EBR migration while an alternative solution is developed. Customers currently using the Enhanced Profile should use the Lite Profile in the interim.
A PDF document "Company Profile" is available from the filing list as an alternative and contains full company information including:
- Company representatives and directors
- Share capital information
- Shareholder data