E

Eckari · UK Owners

by Eckari

GETBase Sepolia

$0.008

per call · USDC on Base Sepolia

An empty owners list is never the same as "no owner": ownership_status and the filed PSC statements/exemptions explain why the register discloses none. Returns the persons with significant control (PSCs) for a UK company — the individuals, entities or legal persons that own or control it — with natures of control as register codes and official text, dates and public identification. The UK statutory beneficial-ownership (UBO) record. Use when: Who owns this UK company?

Endpoint

GET https://api-staging.eckari.com/v1/companies/uk/:companyNumber/owners

7

Calls / 30d

1

Unique payers / 30d

Aug 18

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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/:companyNumber/owners", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api-staging.eckari.com/v1/companies/uk/:companyNumber/owners" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": {
    "active_count": 0,
    "active_statement_count": 0,
    "ceased_count": 0,
    "company_number": "00445790",
    "exemptions": [
      {
        "description": "This is a traded, DTR5 issuing company. Therefore it may be exempt from updating its PSC information.",
        "exempt_from": "2017-06-07",
        "exempt_to": "2023-02-02",
        "exemption_type": "disclosure-transparency-rules-chapter-five-applies",
        "is_current": false
      }
    ],
    "has_more": false,
    "next_offset": null,
    "offset": 0,
    "owners": [],
    "ownership_status": "exempt_listed_company",
    "statements": [],
    "total_results": 0
  },
  "meta": {
    "capability": "company.uk.owners",
    "freshness": "live",
    "source": "companies_house",
    "version": "1.2.0"
  }
}

Payment details

Pay to0x7c0ba1d16322ee426d6508a74b571dd73a5a35da
AssetUSDC · 0x036cbd53842c5426634e7929541ec2318f3dcf7e
NetworksBase Sepolia
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from Eckari & similar services

E

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?

GETBase SepoliaData & Enrichment
$0.005 / call11 calls / 30d
E

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?

GETBase SepoliaSocial & Community
$0.002 / call10 calls / 30d
E

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?

GETBase SepoliaData & Enrichment
$0.003 / call10 calls / 30d