Create UK Company Report API

POST
/company_house_report
LIVE

Orders a UK Companies House company report. The report covers registration details, registered office, current and previous names, officers (directors and secretaries), persons with significant control, filing history summary, accounts information and any charges. The job is queued and async. Poll the retrieve endpoint with the returned api_reference.

Example Request

POST
request.json
key Auth: BearerAuth
{
  "company_number": "12345678"
}

Request Schema

company_number
Required
string · (8 chars)

UK Companies House company number, including any jurisdiction prefix.

Available Response Data

1 Data Point
01
fingerprint

api_reference

used to poll /company_house_report/{api_reference}

lock Full API documentation provided after vetting from our compliance team.
By The Numbers

API Data Scale & Coverage tag

Unmatched data depth to power your compliance and verification workflows.

50M+
Phone & Email Records
40M+
Adverse Court Records
2BN+
Australian Universe Records
18M+
Real Estate Records
7M+
Deceased Records
980M+
Social Media & Employment Records
Practical Applications

Technical Use Cases tag

policy

UK counterparty deep dive

Order a full Companies House report when committing to a long-term UK supplier, customer or partner. Surfaces officers, PSCs, accounts status and recent filings.

gavel

UK pre-litigation profiling

Profile a UK counterparty before legal action. Full officer history, PSC structure and filing history in one document.

Trust & Assurance

Compliance & Security tag

Enterprise-grade infrastructure audited against the standards your regulators require.

verified_user
ISO 27001 Certified
enhanced_encryption
AES-256 Encryption
public
Australian Data Sovereignty
Integration & Support

Common Questions tag

Everything you need to know about implementation details and compliance infrastructure.

rocket_launch Implementation

Is this real-time?

add

No. It’s queued. The report aggregates company profile, officers, filing history, and persons with significant control across multiple Companies House endpoints. Poll the retrieve endpoint with exponential backoff until it’s ready.

Try it Live

API Testing Sandbox tag

Test the Create UK Company Report API directly in your browser with live mock data and see instant results.

rocket_launch Request Sandbox Access

Access to live sandbox environments requires manual approval from our compliance team.

BACK TO TOP