Entity Family
Entities
Entity Family
GLEIF corporate parent and direct subsidiaries of a resolved entity
GET
Entity Family
Overview
Returns the GLEIF-curated direct family of an entity: its corporate parent and its direct subsidiaries, one level deep. This is the curated, direct-consolidation view of corporate structure — distinct from the raw, all-relationship-types graph at Owner Related. Family edges come from GLEIF Level 2 (theIS_DIRECTLY_CONSOLIDATED_BY relationship). Coverage is therefore limited to LEI-reporting companies — an absent edge does not mean the entity has no parent or subsidiaries, only that none is recorded in GLEIF. A derived singleton, or a materialized entity with no GLEIF edges, returns { parent: null, children: [] } (a valid 200, not a 404).
“Family” is a group-level relationship — related companies in a corporate tree. It is never an identity claim:
Pfizer Inc (US) and Pfizer AG (CH) are distinct entities connected by family, not the same entity.Path Parameters
Entity ID (e.g.
ent_R3jK9mN2), including the derived ent_<owner-uuid> form.Response
Always
entity_family.The corporate parent, or
null when none is recorded.Direct subsidiaries, sorted by name. Each carries
relationship: "direct_subsidiary" and source: "gleif".Always
gleif.A human-readable note that edges are GLEIF Level 2 and cover LEI-reporting companies only.
Unique request identifier for support.
Code Examples
Errors
| Status | Type | Description |
|---|---|---|
| 401 | unauthorized | Missing or invalid API key |
| 403 | forbidden | API key lacks the trademarks:read scope |
| 404 | not_found | Entity ID does not exist (or a derived id for a suppressed / merged-away owner) |
| 410 | entity_merged | The entity was fused into another; follow merged_into |
Related Endpoints
- Get Entity: entity detail with members
- Entity Trademarks: marks across all member owners
- Owner Related: the raw owner-level GLEIF graph (all relationship types, both directions)