Directory / api.resetparatodos.com
Verify a UK company by its Companies House number (e.g. 00445790) or by name against the official UK register (Companies House). Returns the company profile: registered name, company status (active/dissolved/liquidation/…), company type, incorporation date, jurisdiction, registered office address and SIC activity codes. Does not include officers or persons with significant control (personal data). Data under the Open Government Licence v3.0 (Crown copyright).
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://api.resetparatodos.com/x402/v1/uk/company/verify' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://api.resetparatodos.com/x402/v1/uk/company/verify'
Endpoint: https://api.resetparatodos.com/x402/v1/uk/company/verify. Operated by api.resetparatodos.com, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Deterministically validate a Brazilian CNPJ (company taxpayer ID): format and both check digits (mod-11). Supports the traditional numeric format and the alphan…
Deterministically validate a Mexican CLABE (18-digit interbank account key): length, check digit, and issuing bank by prefix. Structural validation only.
Verify a Mexican company or individual by RFC against official public sources: SAT blacklist 69-B (definitive/presumed), article 69 lists (firm, not-located, ca…
Parse a Guatemalan FEL electronic invoice (DTE) XML into a consistent JSON object: document type, issue date, currency, issuer (NIT/name), receiver, grand total…
Validate a Guatemalan FEL electronic invoice (DTE) XML against the official SAT XML schema (GT_Documento). Returns whether it is schema-valid and the schema err…
Verify a Legal Entity Identifier (LEI) against GLEIF: confirms whether the LEI exists and returns its registration status, entity status, legal name and jurisdi…
Deterministically validate a Mexican RFC (taxpayer ID): format, person type (individual/company), embedded date, and check digit. Structural validation only.
Screen a person or company name against international sanctions (US OFAC SDN + Consolidated, EU, UK), Politically Exposed Persons (PEP: national politicians of …
Verify a US SEC-registered entity via EDGAR by CIK or ticker: confirms it exists and returns name, CIK, SIC industry, entity type, state of incorporation, ticke…