Companies
Search for companies
Search companies using company name or registration number. You must provide one of name or companyNumber.
With an isoCode, a search will be performed directly at the registry for that jurisdiction.
Without an isoCode, Kyckr will perform a global search across all jurisdictions. It is important to remember that the Global Search uses stored data. Once you have found the correct jurisdiction, you should then use Kyckr's search by Name or Number API with the specific jurisdiction to confirm that the entity is still active on the register.
get/companies
Query parameters
isoCodestring
Jurisdiction code in ISO 3166 alpha-2
namestring
Company Name
companyNumberstring
Company Registration Number
Response
OK
Example response
{
"orderId": 12345,
"cost": {
"type": "credit",
"value": 3
},
"links": {
"self": "/orders/12345"
},
"data": [
{
"otherIdentifiers": [
{
"value": "NA0091712",
"type": "IT_REA_CD"
}
]
}
]
}