Resolve a company name to its canonical LEI: legal name, status, jurisdiction, a...
https://gleif-entity.xplowdiaka.workers.dev/entityOverview
Resolve a company name to its canonical LEI: legal name, status, jurisdiction, address, registration status, and corporate hierarchy (parent + children) in one call, with a fuzzy-match confidence score. Data: GLEIF (CC0). Ask by legal or common company name.
Protocol
x402
Price
$0.03
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
gleif-entity
Source
bazaar
Indexed
2026-07-09 14:15:26
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"name": "Company legal or common name, e.g. 'Apple Inc.' (required)"
},
"type": "http"
}
Output Schema
{
"example": {
"_disclaimer": "Data: GLEIF (CC0, gleif.org). Legal Entity Identifier reference data; verify against the official source for compliance decisions.",
"hierarchy": {
"direct_children": [
{
"lei": "984500AB1234567890AB",
"name": "APPLE OPERATIONS INDIA PRIVATE LIMITED"
}
],
"direct_parent": null,
"ultimate_parent": null
},
"identity": {
"address": "Glendale, US-CA, US",
"initial_registration_date": "2012-06-06",
"jurisdiction": "US-CA",
"legal_name": "Apple Inc.",
"lei": "HWUPKR0MPOU8FGXBT394",
"registration_status": "ISSUED",
"status": "ACTIVE"
},
"resolution": {
"candidates": [],
"confidence": 1,
"matched_name": "Apple Inc."
}
}
}