Company Intelligence

Company Registry API

Search 5.6 million UK companies by name, number, status, or sector, and pull any company's ownership and control record. Everything here is a verified, sourced registry fact drawn from the UK company registry — free to search, with no contacts to unlock because the register holds none.

Free to search Verified, sourced facts 5.6M companies One API key
Base URLhttps://api.foxapis.com. Every request needs a valid, active key: Authorization: Bearer YOUR_API_KEY. Grab one on the free trial. These are registry facts only — the company registry carries no contact details, so none are returned.
Company profile
FREE · 0 credits
GET /v1/companies/{company_number} 🪙 free

One company's full registry record plus its persons of significant control — the people and entities that own or control it. Up to 100 controllers are returned, active ones first and ceased ones last.

curl · company profile with control data
# Full record + persons of significant control for one company
curl "https://api.foxapis.com/v1/companies/09446231" \
  -H "Authorization: Bearer YOUR_API_KEY"

Returned fields

All of the search fields above (except has_psc), plus a persons_of_significant_control array. Each controller carries:

FieldTypeDescription
psc_namestringName of the person or entity in control.
psc_kindstringKind of controller (for example an individual or a corporate entity).
natures_of_controlstring[]How control is held — share ownership, voting rights, right to appoint directors.
notified_onstringDate the control was notified to the registry.
ceased_onstring or nullDate control ceased, or null if the controller is still active.
example response
{
  "company_number": "09446231",
  "company_name": "MONZO BANK LIMITED",
  "company_status": "active",
  "company_type": "Private Limited Company",
  "incorporation_date": "2015-02-18",
  "jurisdiction": "united kingdom",
  "reg_address_locality": "LONDON",
  "reg_address_country": "ENGLAND",
  "sic_codes": ["64191", "64999"],
  "persons_of_significant_control": [
    {
      "psc_name": "Monzo Bank Holding Group Limited",
      "psc_kind": "corporate-entity-person-with-significant-control",
      "natures_of_control": ["ownership-of-shares-75-to-100-percent", "voting-rights-75-to-100-percent"],
      "notified_on": "2023-09-12",
      "ceased_on": null
    }
  ]
}
Free, with room to grow — company search and profiles cost no credits. See plans and credit pricing for the paid intelligence endpoints on the pricing page.
← All docs Tools Pricing Start free trial