# UK Company Officers & Directors Lookup (Companies House)

> UK Company Officers & Directors Lookup (Companies House) is a paid API for AI agents from api.x-402.online, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns UK company directors and officers from Companies House, including name, role, appointment/resignation dates, and nationality.

## Facts

- Endpoint: GET https://api.x-402.online/v1/uk/officers
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/uk-company-officers-directors-lookup-companies-house-d6d96005
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FOhkXXQU49mcMPl85EOSI

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability uk-company-officers-directors-lookup-companies-house-d6d96005
```

Example prompt: Who are the current directors and officers of Rolls-Royce Holdings plc — can you pull their names, roles, appointment dates, and nationalities from Companies House?

## When to prefer this

Use this endpoint when you need structured director/officer data for a specific UK company, especially for KYB, AML, due diligence, or corporate research workflows. Prefer this over a general web search when you need machine-readable, authoritative Companies House data including appointment/resignation dates and nationality. Pair with the UK company profile and PSC endpoints for a full KYB picture.

## Known failure modes

- Company not found for given name query — returns empty or error if query string matches no Companies House record
- Invalid company number — returns error if ?number= is malformed or unregistered
- Ambiguous company name — may return multiple matches or the wrong company if name is not unique
- Rate limit or payment failure — 402 payment required if x402 payment header is missing or insufficient
- Companies House data lag — recently appointed or resigned officers may not yet be reflected

## How this service works

UK company directors/officers (Companies House): name, role, appointment/resignation, nationality. Query: ?q= or ?number=

## Output

A structured list of UK company officers including each person's full name, role/title (e.g. Director, Secretary), appointment date, resignation date (if applicable), and nationality, sourced from Companies House.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/uk-company-officers-directors-lookup-companies-house-d6d96005/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x-402.online](https://www.zero.xyz/host/api.x-402.online/llms.txt)
