- Developer newsUpdates to the API
- 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
company-v1
Cache search
Search for a company globally
Kyckr provides access to a stored database of companies called Cache Search, allowing searches to locate an entity without knowing the jurisdiction. Searches can only be performed using a company name.
About cache search
Cache Search relies on stored data, which may not be current.
The response has a countryISOfield
which can be used to identify the jurisidiction where a company is registered.
Once the correct jurisdiction has been identified, use Kyckr's Search by Name or Number API to confirm that the entity remains active on the register.
[ Cache search API reference ]
Example
The example below has results from searching 'Kyckr' on the cached search.
"totalRecordsField": 4,
"totalPagesField": 1,
"currentPageNumberField": 1,
"companiesField": [
{
"addressesField": [],
"codeField": "87887791_S1lDS1IsIExMQw==",
"companyIDField": "87887791",
"legalFormField": "DOMESTIC LIMITED LIABILITY COMPANY",
"legalStatusField": "Inactive",
"nameField": "KYCKR, LLC",
"officialField": false,
"incorporationDateField": "2012-08-29",
"countryISOField": "US-OR",
"lastUpdatedField": "2023-02-17T19:43:29+00:00"
},
{
"addressesField": [
{
"countryField": "Ireland",
"addressInOneLineField": "ARC LABS RESEARCH CENTER, WIT WEST CAMPUS, CARRIGANORE WATERFORD, CO WATERFORD, WATERFORD, IRELAND",
"addressLine1Field": "ARC LABS RESEARCH CENTER, WIT WEST CAMPUS, CARRIGANORE WATERFORD, CO WATERFORD, WATERFORD, IRELAND"
}
],
"codeField": "436024",
"companyIDField": "436024",
"legalFormField": "LTD - Private Company Limited by Shares",
"legalStatusField": "Normal",
"nameField": "KYCKR IRELAND LIMITED",
"officialField": false,
"incorporationDateField": "2007-03-08",
"countryISOField": "IE",
"lastUpdatedField": "2022-10-02T12:55:38+00:00"
},
{
"addressesField": [
{
"countryField": "Australia",
"addressInOneLineField": "MASCOT, New South Wales, 2020"
}
],
"codeField": "609323257_KYCKR PTY LIMITED",
"companyIDField": "609323257",
"legalFormField": "Australian Proprietary Company, Limited By Shares",
"legalStatusField": "Registered",
"nameField": "KYCKR PTY LIMITED",
"officialField": false,
"incorporationDateField": "2015-11-16",
"countryISOField": "AU",
"lastUpdatedField": "2022-12-28T06:29:54+00:00"
},
{
"addressesField": [
{
"countryField": "United Kingdom",
"addressInOneLineField": "Kemp House\n160 City Road, London, EC1V 2NX",
"addressLine1Field": "Kemp House\n160 City Road"
}
],
"codeField": "11655290",
"companyIDField": "11655290",
"legalFormField": "Private Limited Company",
"legalStatusField": "Active",
"nameField": "KYCKR UK LIMITED",
"officialField": false,
"incorporationDateField": "2018-11-01",
"countryISOField": "GB",
"lastUpdatedField": "2023-02-17T08:59:37+00:00"
}
],
"responseCodeField": 100