The corporate graph, over one API.
A free, no-auth REST API over 37.1M+ resolved entities — search, cited dossiers, ownership paths, sanctions and offshore exposure. Base URL https://whiteintel.dev.

# 1 — find an entity id
curl 'https://whiteintel.dev/api/public/entity/search?q=fortunemaker'
# 2 — pull its fully-cited dossier
curl https://whiteintel.dev/api/public/dossier/{id}
# 3 — walk to the ultimate beneficial owner
curl 'https://whiteintel.dev/api/public/ownership-path?root={id}'/api/public/entity/searchSearch the corpus (companies + people) → entity ids.
qquery · required— Search term (name or identifier).typequery— company | person | asset.jurisquery— ISO-2 jurisdiction, e.g. GB.riskquery— HIGH | MED | LOW.limitquery— Default 20, max 50.
curl 'https://whiteintel.dev/api/public/entity/search?q=fortunemaker&type=company'/api/public/company/searchFree-text UK Companies House company-name search.
qquery · required— Company name.limitquery— Default 8.
/api/public/company/{number}UK company by Companies House number → ownership graph.
numberpath · required— CH registration number — keep leading zeros.
/api/public/by-identifierResolve an entity by a strong external identifier.
schemequery · required— lei | ofac | eu | un | uk | uen | nip | sec | krs | gb-coh.valuequery · required— Identifier value.
/api/public/entity/{id}Full record for one entity + its direct relationships.
idpath · required— Entity id from search.
/api/public/dossier/{id}Structured, fully-cited dossier: identity, ownership/UBO chain, risk, provenance.
idpath · required— Entity id.
curl https://whiteintel.dev/api/public/dossier/{id}/api/public/ownership-pathWalk ownership upward to the ultimate beneficial owner(s).
rootquery · required— Root entity id.max_depthquery— Default 6, max 10.
/api/public/sanctions/{id}Sanctions exposure (OFAC/EU/UN/UK) for an entity + its resolved cluster.
idpath · required— Entity id.
/api/public/offshore-exposure/{id}Walk the chain; flag sanctioned + secrecy-jurisdiction hops.
idpath · required— Entity id.max_depthquery— Default 6, max 6.
Questions, answered.
Free to call. Yours to build on.
No key, no procurement — point your code or your agent at one resolved graph.