- 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
Slovenia Company Data – Search, Lite Profile, and Filing List Updates
Overview
As part of Kyckr's migration from the EBR (European Business Registry Network) to a direct registry connection with AJPES (Agency of the Republic of Slovenia for Public Legal Records and Related Services), we've updated Search and Lite Profile responses for Slovenia (ISO code SI).
The Automated Search and Lite Profile products will remain available. The Enhanced Profile product will be discontinued. Customers currently using the Enhanced Profile should use the Lite Profile instead. Alternatively, a PDF registry extract -- in either Slovenian or English -- is available from the filing list and contains company information including representatives, capital, and shareholders.
The filing list will also contain an updated set of available filings. These will be delivered via the API with a delivery time of 15 minutes:
- Latest Annual Return
- Registry Extract in English
- Registry Extract in Slovenian
Search results
We've improved the structure and data quality of Search responses for Slovenia companies.
Response structure changes
The search response structure has been updated for better consistency and additional company information.
Before:
{
"companiesField": [
{
"addressesField": [
{
"lineField": [
{
"lineField": "Podplat",
"typeField": "",
"typeCodeField": ""
}
],
"typeField": "Registered Office Short Description",
"addressInOneLineField": "Podplat",
"addressLine1Field": "",
"addressLine2Field": "",
"addressLine3Field": "",
"addressLine4Field": "",
"cityTownField": "Podplat"
}
],
"aliasesField": ["Sala Software d.o.o."],
"codeField": "9308822000",
"companyIDField": "9308822000",
"dateField": "04/03/2026",
"nameField": "Sala Software, računalniške storitve, d.o.o.",
"officialField": false,
"registrationAuthorityField": "District Court in Celje",
"registrationAuthorityCodeField": "SIRA0063"
}
],
"transactionIdField": "12259572",
"responseCodeField": 100
}After:
{
"companiesField": [
{
"addressesField": [
{
"addressInOneLineField": "Kristan Vrh 34, 3241 Podplat",
"addressLine1Field": "Kristan Vrh 34",
"addressLine2Field": " 3241 Podplat",
"addressLine3Field": "",
"addressLine4Field": ""
}
],
"aliasesField": ["Sala Software d.o.o."],
"codeField": "9308822000",
"companyIDField": "9308822000",
"nameField": "Sala Software, računalniške storitve, d.o.o.",
"officialField": false,
"registrationAuthorityField": "AJPES, Agency of the Republic of Slovenia for Public Legal Records and Related Services",
"registrationAuthorityCodeField": ""
}
],
"transactionIdField": "1764338",
"responseCodeField": 100
}Key changes
The following fields have been improved in search responses:
| Field | Change |
|---|---|
| addressInOneLineField | Now returns the full street address including postcode (e.g., "Kristan Vrh 34, 3241 Podplat") instead of just the city/place name |
| registrationAuthorityField | Now returns the direct AJPES authority name instead of the legacy District Court |
| registrationAuthorityCodeField | Now returns empty -- the legacy SIRA court code is no longer used |
The following fields have been removed:
lineFieldarray withinaddressesFieldhas been removedtypeFieldwithinaddressesField(previously "Registered Office Short Description") has been removeddateFieldhas been removed from search responses
Enhanced profile
The Enhanced Profile product for Slovenia will be discontinued following the EBR migration. Customers currently using the Enhanced Profile should transition to the Lite Profile.
As an alternative to the Enhanced Profile, a PDF registry extract is available from the filing list. The extract -- available in both Slovenian and English -- contains full company information including:
- Company representatives and directors
- Share capital information
- Shareholder data
- Supervisory board members
These PDF documents are sourced directly from the AJPES registry and carry a digital signature for verification purposes.