$0.005
per call · USDC on Base Sepolia
Directors of a UK company from the Companies House officers register — the register of directors, secretaries and LLP members — including corporate and nominee directors, with appointment and resignation dates, nationality, country of residence, occupation, month/year of birth and correspondence address. role and include_resigned widen it. Use when: Identify who is legally responsible for a UK company - the directors on the Companies House officers register.
Endpoint
GET https://api-staging.eckari.com/v1/companies/uk/:company_number/directors5
Calls / 30d
1
Unique payers / 30d
Aug 27
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://api-staging.eckari.com/v1/companies/uk/:company_number/directors", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api-staging.eckari.com/v1/companies/uk/:company_number/directors?limit=3" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"data": {
"company_number": "00445790",
"items": [
{
"address": {
"address_line_1": "Shire Park",
"address_line_2": "Kestrel Way",
"care_of": null,
"country": "United Kingdom",
"locality": "Welwyn Garden City",
"po_box": null,
"postal_code": "AL7 1GA",
"premises": "Tesco House",
"region": null
},
"appointed_on": "2018-09-24",
"country_of_residence": "United Kingdom",
"date_of_birth": {
"month": 9,
"year": 1974
},
"identification": null,
"is_active": true,
"name": "BETHELL, Melissa",
"nationality": "British",
"occupation": null,
"officer_status": "active",
"resigned_on": null,
"role": "director"
},
{
"address": {
"address_line_1": "Shire Park",
"address_line_2": "Kestrel Way",
"care_of": null,
"country": "United Kingdom",
"locality": "Welwyn Garden City",
"po_box": null,
"postal_code": "AL7 1GA",
"premises": "Tesco House",
"region": null
},
"appointed_on": "2021-06-01",
"country_of_residence": "England",
"date_of_birth": {
"month": 6,
"year": 1975
},
"identification": null,
"is_active": true,
"name": "BODSON, Bertrand Jean Francois",
"nationality": "Belgian",
"occupation": null,
"officer_status": "active",
"resigned_on": null,
"role": "director"
},
{
"address": {
"address_line_1": "Tesco House, Shire Park",
"address_line_2": "Kestrel Way",
"care_of": null,
"country": "United Kingdom",
"locality": "Welwyn Garden City",
"po_box": null,
"postal_code": "AL7 1GA",
"premises": null,
"region": null
},
"appointed_on": "2023-09-01",
"country_of_residence": "United Kingdom",
"date_of_birth": {
"month": 12,
"year": 1960
},
"identification": null,
"is_active": true,
"name": "FAIRBAIRN, Carolyn Julie",
"nationality": "British",
"occupation": null,
"officer_status": "active",
"resigned_on": null,
"role": "director"
}
],
"officer_totals": {
"active": 11,
"inactive": 0,
"resigned": 63
},
"page": {
"has_more": true,
"limit": 3,
"next_offset": 4,
"offset": 0,
"returned": 3,
"total": null
},
"query": {
"include_resigned": false,
"role": "director"
}
},
"meta": {
"capability": "company.uk.directors",
"freshness": "live",
"source": "companies_house",
"version": "3.1.0"
}
}Payment details
0x7c0ba1d16322ee426d6508a74b571dd73a5a35daUSDC · 0x036cbd53842c5426634e7929541ec2318f3dcf7eIs this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from Eckari & similar services
Eckari · UK Directors
api-staging.eckari.com
Return the officers registered against a UK company on the Companies House register — directors, secretaries, LLP members and corporate officers — with role, appointment and resignation dates, nationality, country of residence, occupation, month/year of birth and public correspondence address. Active officers by default; include_resigned adds history. Paging is explicit: has_more and next_offset say whether more matching officers remain. Use when: Who are the directors of this UK company?
Eckari · FX Reference Rate
api-staging.eckari.com
European Central Bank euro foreign exchange reference rate for a pair - the latest published fix or any date in the last 90 days. The ECB publishes EUR/XXX only, so inverse and cross rates are computed by Eckari from the same fix and named in rate_derivation. Reference rates, one per TARGET working day around 16:00 CET, not tradable market rates. Source and reuse conditions travel in meta.attribution. Use when: What is the ECB reference rate for EUR to USD?
Eckari · UK Status
api-staging.eckari.com
Return the current legal status of a UK company from the Companies House register — active, dissolved, liquidation, administration, receivership, voluntary-arrangement and others — with status detail, cessation date, a derived is_active (true for the live-on-the-register statuses active, open and registered) and a derived is_striking_off for an active company with a proposal to strike off. One call, one authoritative register answer. Use when: Is this UK company still active?