ToolAssay

Look up UK beneficial ownership (UBO / PSC) information for a company

Look up UK beneficial ownership (UBO / PSC) information for a company. Returns individuals who ultimately own or control the entity, their ownership percentage, and the ownership chain. Uses Companies House Persons of Significant Control. UK-only — non-GB…

Answeringour last check, 2026-09-24
1 of 1checks answered this week
967 msmedian answer time
$0.27listed price per call
$0.27price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://api.strale.io/x402/v2/beneficial-ownership-lookup

CategoryCompany and compliance
Provider hostapi.strale.io
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days5 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.27 967 ms

Example input (from the provider)

{
  "body": {
    "company_name": "example_company_name",
    "company_number": "example_company_number",
    "jurisdiction": "example_jurisdiction"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "company_name": {
              "description": "Company name",
              "type": "string"
            },
            "company_number": {
              "description": "Company registration number if known (optional)",
              "type": "string"
            },
            "jurisdiction": {
              "description": "Country code (ISO 2-letter) for narrowing results (optional)",
              "type": "string"
            }
          },
          "required": [
            "company_name"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON