Entylink
← Back to docs
Demo
GET/v1/demo/company/{number}

Public company lookup endpoint

Use the demo company lookup endpoint for unauthenticated public previews of the Entylink company record format before signing up for full API access.

When to use it

Practical implementation contexts

Power public demos and interactive marketing pages

Let engineers test a company lookup before creating an account

Show the base company record shape in marketing and docs

Auth

Access model

Authentication

Public, rate-limited by IP

Request
curl https://api.entylink.com/v1/demo/company/08804411
Parameters
ParameterTypeDescription
numberstringA 6 to 10 character Companies House number
Response
Response exampleapplication/json
{
  "data": {
    "company_number": "08804411",
    "company_name": "REVOLUT LTD",
    "company_status": "active",
    "date_of_creation": "2013-07-16",
    "jurisdiction": "england-wales"
  }
}
Next step

Move from docs into a real registry workflow.

Entylink is built for teams embedding UK company data, verification, and monitoring into products rather than manually browsing the register.