$0.02
per call · USD Coin on Base
Is this UK company regulated by the Financial Conduct Authority? Returns register status, a permissions summary and any warnings - sold separately from the full verdict because fintech-vetting agents often want only this.
Endpoint
GET https://api.ukintel.uk/v1/company/:number/fca8
Calls / 30d
3
Unique payers / 30d
Sep 7
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.ukintel.uk/v1/company/:number/fca", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.ukintel.uk/v1/company/:number/fca" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"confidence": "medium",
"notice": "Information, not advice.",
"query": {
"company_number": "SC311560"
},
"result": {
"company_number": "SC311560",
"fca": {
"checked": false,
"note": "FCA register lookup unavailable",
"regulated": null
},
"name": "BREWDOG PLC"
}
}Payment details
0x8aa6a85a2723e2816204f3cf48d76b84bafdaab4USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from ukintel & similar services
ukintel · Company Search
api.ukintel.uk
Find a UK company by name. Returns the top 5 matches from the Companies House register with number, name, status and incorporation date. Taster tier - cheap enough to try on a whim before paying for a full profile or verdict.
ukintel · Company Verdict
api.ukintel.uk
Should an agent trust this UK company? Returns a 0-100 verdict and low_risk/caution/high_risk band, with every rule that fired named in the response and the register value that triggered it: STATUS_DISSOLVED, STRIKE_OFF_ACTIVE, ACCOUNTS_OVERDUE, NO_ACTIVE_DIRECTORS, OFFICER_CHURN, FS_SIC_NOT_FCA and 9 more. Rules are deterministic and published, so you can audit the verdict or re-weight it. Never model-scored.
ukintel · Company
api.ukintel.uk
One UK company as clean structured JSON: status, incorporation date, company type, SIC codes, registered office, accounts and confirmation-statement due dates with overdue booleans, and officer counts. Sourced live from Companies House.