Returns the full information from the Companies House database regarding the company number requested.
If the company number is not known, the FindCompanyByNameAndAddress
or FindCompanyByNameOrPostcode
methods can be used to find it.
To connect to this service you'll need to use one of these endpoints:
Protocol | URL |
---|---|
JSON |
JSON
https://webservices.data-8.co.uk/CompaniesHouse/GetCompanyDetails.json |
OPEN API |
OPEN API
https://webservices.data-8.co.uk/swagger/CompaniesHouse/swagger.json |
SOAP |
SOAP
https://webservices.data-8.co.uk/companieshouse.asmx |
Name | Description |
---|---|
username | username
See the available authentication methods. If you are using username & password authentication, specify the username to authenticate as. If you are using API Key authentication and you are not using the JSON, Javascript or ADO APIs, use your API Key here with the prefix |
password | password
If you are using username & password authentication, specify the password to use for authentication. Otherwise leave this blank. |
companynumber | companynumber
The company registration number to get the full details for |
options | options
An array of options that control further details of how this method operates. See the |
option
parameter. Each option is specified as a key/value pair.
The list of available names is shown below, along with a description of the allowable values for that name.
Name | Description |
---|---|
Common Options | |
ApplicationName |
ApplicationName
Gives the name of the calling application - used to break down usage by application in the usage reports on the dashboard.
|
Name | Description |
---|---|
Status | Status
Indicates whether the method call was successful, or if some error occurred. If the |
Result | Result
A
|
Each request to this method consumes 1 CompaniesHouse credit.
Request Format
{ "companynumber": "04773536", "options": {} }
Response Format
{ "Status": { "Success": true, "CreditsRemaining": 1000 }, "Result": { "CompanyName": "DATA8 LIMITED", "CompanyNumber": "04773536", "HasInconsistencies": "", "RegAddress_CareOfName": "", "RegAddress_POBox": "", "RegAddress_AddressLine1": "C/O ALLEN ACCOUNTANCY UNIT 13 GWENFRO UNITS", "RegAddress_AddressLine2": "WREXHAM TECHNOLOGY PARK", "RegAddress_AddressLine3": "WREXHAM", "RegAddress_AddressLine4": "CLWYD", "RegAddress_AddressLine5": "LL13 7YP", "RegAddress_AddressLine6": "", "CompanyCategory": "Private Limited Company", "CompanyStatus": "Active", "CountryOfOrigin": "United Kingdom", "RegistrationDate": "", "DissolutionDate": "", "IncorporationDate": "21/05/2003 00:00:00", "ClosureDate": "", "Accounts_AccountRefDate": "31-03", "Accounts_NextDueDate": "31/12/2019 00:00:00", "Accounts_Overdue": "NO", "Accounts_LastMadeUpDate": "31/03/2018 00:00:00", "Accounts_AccountCategory": "UNAUDITED ABRIDGED", "Accounts_DocumentsAvail": "True", "Returns_NextDueDate": "24/11/2016 00:00:00", "Returns_Overdue": "OVERDUE", "Returns_LastMadeUpDate": "27/10/2015 00:00:00", "Returns_DocumentAvail": "True", "Mortgages_MortgageInd": "", "Mortgages_NumMortgageCharges": "", "Mortgages_NumMortgageOutstanding": "", "Mortgages_NumPartSatisfied": "", "Mortgages_NumSatisfied": "", "SICCode1": "62090 - Other information technology service activities", "SICCode2": "", "SICCode3": "", "SICCode4": "", "LastFullMembersDate": "27/10/2015 00:00:00", "LastBulkShareDate": "", "WeededDate": "", "HasUKEstablishment": "False", "HasAppointments": "True", "InLiquidation": "False", "LimitedPartnerships_NumberGenPartners": "", "LimitedPartnerships_NumberLimPartners": "" } }
Depending on your chosen authentication method you will need to modify this request slightly:
API Key
https://webservices.data-8.co.uk/CompaniesHouse/GetCompanyDetails.json?key=your-api-key
and do NOT include the
username
or password
properties in the request JSON document.
Username and Password
https://webservices.data-8.co.uk/CompaniesHouse/GetCompanyDetails.json
and include
username
and password
properties in the request JSON document.Do not use for client-side requests!
JWT Token
https://webservices.data-8.co.uk/CompaniesHouse/GetCompanyDetails.json
Include the JWT token in the request headers as:
Authorization: Bearer your-jwt-token
Parameter | Value |
---|---|
Parameters | |
companynumber | companynumber
|
Common Options | |
ApplicationName |
ApplicationName
|
Credits Remaining Today: 5 |