# GLEIF LEI Lookup

> GLEIF LEI Lookup is a paid API for AI agents from lookups.nl, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Validates and looks up a Legal Entity Identifier (LEI) against the authoritative GLEIF register, with ISO 17442 checksum pre-filtering, retry logic, caching, and a durable audit receipt.

## Facts

- Endpoint: GET https://lookups.nl/lei/:code
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gleif-lei-lookup-54847771
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__0NvWuF5dbfTttvTA8BQH

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability gleif-lei-lookup-54847771
```

Example prompt: Can you verify whether the LEI code 2138002658CCY52I4L80 is valid and registered in the GLEIF global register, and give me the entity details and an audit receipt?

## When to prefer this

Choose this endpoint when you need authoritative verification of an LEI against the live GLEIF register with a built-in checksum pre-filter to avoid unnecessary remote calls, plus a durable audit receipt for compliance purposes. Prefer it over manual GLEIF portal lookups in automated workflows, KYC/KYB pipelines, financial transaction counterparty checks, or any regulatory context requiring a traceable audit trail. It pairs naturally with sibling endpoints on lookups.nl for VAT and EORI validation in European compliance workflows.

## Known failure modes

- Invalid LEI format — fails local ISO 17442 checksum before hitting GLEIF (returns validation error immediately)
- LEI not found in GLEIF register — entity may have never registered or the code is incorrect
- GLEIF service temporarily unavailable — retry logic is built in but may ultimately time out
- LEI is lapsed or retired — returns record but with non-active status
- Malformed LEI string (wrong length or illegal characters) — rejected at prefilter stage

## How this service works

Look up a Legal Entity Identifier in the global GLEIF register: local ISO 17442 checksum prefilter, authoritative GLEIF check with retry and cache, durable audit receipt.

## Output

Returns structured GLEIF record data including entity name, legal address, registration status (ISSUED, LAPSED, RETIRED, etc.), registration authority, and renewal dates. Also includes a durable audit receipt confirming the check was performed, timestamp, and whether the local ISO 17442 checksum passed before the authoritative lookup.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gleif-lei-lookup-54847771/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lookups.nl](https://www.zero.xyz/host/lookups.nl/llms.txt)
